Color spaces of #dfbbd9
RGB | 223 | 187 | 217 |
---|---|---|---|
HSL | 0.86 | 0.36 | 0.80 |
HSV | 310° | 16° | 87° |
CMYK | 0.00 | 0.16 | 0.03 0.13 |
XYZ | 60.7261 | 56.2384 | 73.3001 |
Yxy | 56.2384 | 0.3192 | 0.2956 |
Hunter Lab | 74.9923 | 13.3066 | -5.4576 |
CIE-Lab | 79.7493 | 17.9288 | -10.2000 |
#dfbbd9 color RGB value is (223,187,217).
#dfbbd9 hex color red value is 223, green value is 187 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dfbbd9 hue: 0.86 , saturation: 0.36 and the lightness value of dfbbd9 is 0.80.
The process color (four color CMYK) of #dfbbd9 color hex is 0.00, 0.16, 0.03, 0.13. Web safe color of #dfbbd9 is #cccccc. Color #dfbbd9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111011 | 11011001 |
Octal | 337 | 273 | 331 |
Decimal | 223 | 187 | 217 |
Hex | DF | BB | D9 |
Shades of #dfbbd9
Tints of #dfbbd9
RGB Percentages of Color #dfbbd9
CMYK Percentages of Color #dfbbd9
Complementary Color
#dfbbd9 | #bbdfc1 |
#dfbbd9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbbd9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbbd9 Color CSS Codes
.mybgcolor {background-color:#dfbbd9; } .myforecolor {color:#dfbbd9; } .mybordercolor {border:3px solid #dfbbd9; }
#dfbbd9 Text Font Color
<p style="color:#dfbbd9">Text here</p>
This sample text font color is #dfbbd9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dfbbd9 Background Color
<div style="background-color:#dfbbd9">
Div content here</div>
This div background color is #dfbbd9
#dfbbd9 Border Color
<div style="border:3px solid #dfbbd9">
Div here</div>
This div border color is #dfbbd9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,187,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbbd9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbbd9; -webkit-box-shadow: 1px 1px 3px 2px #dfbbd9; box-shadow: 1px 1px 3px 2px #dfbbd9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,187,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbbd9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbbd9; -webkit-box-shadow: 1px 1px 3px 2px #dfbbd9; box-shadow: 1px 1px 3px 2px #dfbbd9;">
Div content here</div>
This div box has shadow with color #dfbbd9
Comments
No comments written yet.
Please login to write comment.