Color spaces of #dfcbbd
RGB | 223 | 203 | 189 |
---|---|---|---|
HSL | 0.07 | 0.35 | 0.81 |
HSV | 25° | 15° | 87° |
CMYK | 0.00 | 0.09 | 0.15 0.13 |
XYZ | 60.9727 | 62.0740 | 56.9120 |
Yxy | 62.0740 | 0.3388 | 0.3449 |
Hunter Lab | 78.7871 | 0.2624 | 12.3227 |
CIE-Lab | 82.9528 | 4.7029 | 9.5024 |
#dfcbbd color RGB value is (223,203,189).
#dfcbbd hex color red value is 223, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dfcbbd hue: 0.07 , saturation: 0.35 and the lightness value of dfcbbd is 0.81.
The process color (four color CMYK) of #dfcbbd color hex is 0.00, 0.09, 0.15, 0.13. Web safe color of #dfcbbd is #cccccc. Color #dfcbbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001011 | 10111101 |
Octal | 337 | 313 | 275 |
Decimal | 223 | 203 | 189 |
Hex | DF | CB | BD |
Shades of #dfcbbd
Tints of #dfcbbd
RGB Percentages of Color #dfcbbd
CMYK Percentages of Color #dfcbbd
Complementary Color
#dfcbbd | #bdd1df |
#dfcbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcbbd Color CSS Codes
.mybgcolor {background-color:#dfcbbd; } .myforecolor {color:#dfcbbd; } .mybordercolor {border:3px solid #dfcbbd; }
#dfcbbd Text Font Color
<p style="color:#dfcbbd">Text here</p>
This sample text font color is #dfcbbd
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.
#dfcbbd Background Color
<div style="background-color:#dfcbbd">
Div content here</div>
This div background color is #dfcbbd
#dfcbbd Border Color
<div style="border:3px solid #dfcbbd">
Div here</div>
This div border color is #dfcbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,203,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcbbd; -webkit-box-shadow: 1px 1px 3px 2px #dfcbbd; box-shadow: 1px 1px 3px 2px #dfcbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,203,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcbbd; -webkit-box-shadow: 1px 1px 3px 2px #dfcbbd; box-shadow: 1px 1px 3px 2px #dfcbbd;">
Div content here</div>
This div box has shadow with color #dfcbbd
Comments
No comments written yet.
Please login to write comment.