Color spaces of #dcbbc9
RGB | 220 | 187 | 201 |
---|---|---|---|
HSL | 0.93 | 0.32 | 0.80 |
HSV | 335° | 15° | 86° |
CMYK | 0.00 | 0.15 | 0.09 0.14 |
XYZ | 57.8281 | 54.9733 | 62.8214 |
Yxy | 54.9733 | 0.3293 | 0.3130 |
Hunter Lab | 74.1440 | 9.4679 | 1.6650 |
CIE-Lab | 79.0259 | 14.0846 | -2.6616 |
#dcbbc9 color RGB value is (220,187,201).
#dcbbc9 hex color red value is 220, green value is 187 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dcbbc9 hue: 0.93 , saturation: 0.32 and the lightness value of dcbbc9 is 0.80.
The process color (four color CMYK) of #dcbbc9 color hex is 0.00, 0.15, 0.09, 0.14. Web safe color of #dcbbc9 is #cccccc. Color #dcbbc9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111011 | 11001001 |
Octal | 334 | 273 | 311 |
Decimal | 220 | 187 | 201 |
Hex | DC | BB | C9 |
Shades of #dcbbc9
Tints of #dcbbc9
RGB Percentages of Color #dcbbc9
CMYK Percentages of Color #dcbbc9
Complementary Color
#dcbbc9 | #bbdcce |
#dcbbc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbbc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbbc9 Color CSS Codes
.mybgcolor {background-color:#dcbbc9; } .myforecolor {color:#dcbbc9; } .mybordercolor {border:3px solid #dcbbc9; }
#dcbbc9 Text Font Color
<p style="color:#dcbbc9">Text here</p>
This sample text font color is #dcbbc9
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.
#dcbbc9 Background Color
<div style="background-color:#dcbbc9">
Div content here</div>
This div background color is #dcbbc9
#dcbbc9 Border Color
<div style="border:3px solid #dcbbc9">
Div here</div>
This div border color is #dcbbc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,187,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbbc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbbc9; -webkit-box-shadow: 1px 1px 3px 2px #dcbbc9; box-shadow: 1px 1px 3px 2px #dcbbc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,187,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbbc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbbc9; -webkit-box-shadow: 1px 1px 3px 2px #dcbbc9; box-shadow: 1px 1px 3px 2px #dcbbc9;">
Div content here</div>
This div box has shadow with color #dcbbc9
Comments
No comments written yet.
Please login to write comment.