Color spaces of #d0bbcb
RGB | 208 | 187 | 203 |
---|---|---|---|
HSL | 0.87 | 0.18 | 0.77 |
HSV | 314° | 10° | 82° |
CMYK | 0.00 | 0.10 | 0.02 0.18 |
XYZ | 54.5622 | 53.2623 | 63.9048 |
Yxy | 53.2623 | 0.3177 | 0.3102 |
Hunter Lab | 72.9810 | 5.7337 | -0.8297 |
CIE-Lab | 78.0296 | 10.2479 | -5.3310 |
#d0bbcb color RGB value is (208,187,203).
#d0bbcb hex color red value is 208, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d0bbcb hue: 0.87 , saturation: 0.18 and the lightness value of d0bbcb is 0.77.
The process color (four color CMYK) of #d0bbcb color hex is 0.00, 0.10, 0.02, 0.18. Web safe color of #d0bbcb is #cccccc. Color #d0bbcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10111011 | 11001011 |
Octal | 320 | 273 | 313 |
Decimal | 208 | 187 | 203 |
Hex | D0 | BB | CB |
Shades of #d0bbcb
Tints of #d0bbcb
RGB Percentages of Color #d0bbcb
CMYK Percentages of Color #d0bbcb
Complementary Color
#d0bbcb | #bbd0c0 |
#d0bbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0bbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0bbcb Color CSS Codes
.mybgcolor {background-color:#d0bbcb; } .myforecolor {color:#d0bbcb; } .mybordercolor {border:3px solid #d0bbcb; }
#d0bbcb Text Font Color
<p style="color:#d0bbcb">Text here</p>
This sample text font color is #d0bbcb
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.
#d0bbcb Background Color
<div style="background-color:#d0bbcb">
Div content here</div>
This div background color is #d0bbcb
#d0bbcb Border Color
<div style="border:3px solid #d0bbcb">
Div here</div>
This div border color is #d0bbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,187,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0bbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0bbcb; -webkit-box-shadow: 1px 1px 3px 2px #d0bbcb; box-shadow: 1px 1px 3px 2px #d0bbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,187,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0bbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0bbcb; -webkit-box-shadow: 1px 1px 3px 2px #d0bbcb; box-shadow: 1px 1px 3px 2px #d0bbcb;">
Div content here</div>
This div box has shadow with color #d0bbcb
Comments
No comments written yet.
Please login to write comment.