Color spaces of #dfcbc8
RGB | 223 | 203 | 200 |
---|---|---|---|
HSL | 0.02 | 0.26 | 0.83 |
HSV | 8° | 10° | 87° |
CMYK | 0.00 | 0.09 | 0.10 0.13 |
XYZ | 62.2127 | 62.5700 | 63.4418 |
Yxy | 62.5700 | 0.3305 | 0.3324 |
Hunter Lab | 79.1012 | 1.9623 | 7.8183 |
CIE-Lab | 83.2156 | 6.4736 | 4.0158 |
#dfcbc8 color RGB value is (223,203,200).
#dfcbc8 hex color red value is 223, green value is 203 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dfcbc8 hue: 0.02 , saturation: 0.26 and the lightness value of dfcbc8 is 0.83.
The process color (four color CMYK) of #dfcbc8 color hex is 0.00, 0.09, 0.10, 0.13. Web safe color of #dfcbc8 is #cccccc. Color #dfcbc8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001011 | 11001000 |
Octal | 337 | 313 | 310 |
Decimal | 223 | 203 | 200 |
Hex | DF | CB | C8 |
Shades of #dfcbc8
Tints of #dfcbc8
RGB Percentages of Color #dfcbc8
CMYK Percentages of Color #dfcbc8
Complementary Color
#dfcbc8 | #c8dcdf |
#dfcbc8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcbc8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcbc8 Color CSS Codes
.mybgcolor {background-color:#dfcbc8; } .myforecolor {color:#dfcbc8; } .mybordercolor {border:3px solid #dfcbc8; }
#dfcbc8 Text Font Color
<p style="color:#dfcbc8">Text here</p>
This sample text font color is #dfcbc8
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.
#dfcbc8 Background Color
<div style="background-color:#dfcbc8">
Div content here</div>
This div background color is #dfcbc8
#dfcbc8 Border Color
<div style="border:3px solid #dfcbc8">
Div here</div>
This div border color is #dfcbc8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,203,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcbc8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcbc8; -webkit-box-shadow: 1px 1px 3px 2px #dfcbc8; box-shadow: 1px 1px 3px 2px #dfcbc8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,203,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcbc8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcbc8; -webkit-box-shadow: 1px 1px 3px 2px #dfcbc8; box-shadow: 1px 1px 3px 2px #dfcbc8;">
Div content here</div>
This div box has shadow with color #dfcbc8
Comments
No comments written yet.
Please login to write comment.