Color spaces of #dfc5cb
RGB | 223 | 197 | 203 |
---|---|---|---|
HSL | 0.96 | 0.29 | 0.82 |
HSV | 346° | 12° | 87° |
CMYK | 0.00 | 0.12 | 0.09 0.13 |
XYZ | 61.1772 | 59.9323 | 64.8436 |
Yxy | 59.9323 | 0.3290 | 0.3223 |
Hunter Lab | 77.4160 | 5.5800 | 4.5299 |
CIE-Lab | 81.8014 | 10.1473 | 0.3560 |
#dfc5cb color RGB value is (223,197,203).
#dfc5cb hex color red value is 223, green value is 197 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dfc5cb hue: 0.96 , saturation: 0.29 and the lightness value of dfc5cb is 0.82.
The process color (four color CMYK) of #dfc5cb color hex is 0.00, 0.12, 0.09, 0.13. Web safe color of #dfc5cb is #cccccc. Color #dfc5cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000101 | 11001011 |
Octal | 337 | 305 | 313 |
Decimal | 223 | 197 | 203 |
Hex | DF | C5 | CB |
Shades of #dfc5cb
Tints of #dfc5cb
RGB Percentages of Color #dfc5cb
CMYK Percentages of Color #dfc5cb
Complementary Color
#dfc5cb | #c5dfd9 |
#dfc5cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc5cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc5cb Color CSS Codes
.mybgcolor {background-color:#dfc5cb; } .myforecolor {color:#dfc5cb; } .mybordercolor {border:3px solid #dfc5cb; }
#dfc5cb Text Font Color
<p style="color:#dfc5cb">Text here</p>
This sample text font color is #dfc5cb
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.
#dfc5cb Background Color
<div style="background-color:#dfc5cb">
Div content here</div>
This div background color is #dfc5cb
#dfc5cb Border Color
<div style="border:3px solid #dfc5cb">
Div here</div>
This div border color is #dfc5cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,197,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc5cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc5cb; -webkit-box-shadow: 1px 1px 3px 2px #dfc5cb; box-shadow: 1px 1px 3px 2px #dfc5cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,197,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 #dfc5cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc5cb; -webkit-box-shadow: 1px 1px 3px 2px #dfc5cb; box-shadow: 1px 1px 3px 2px #dfc5cb;">
Div content here</div>
This div box has shadow with color #dfc5cb
Comments
No comments written yet.
Please login to write comment.