Color spaces of #dcd8df
RGB | 220 | 216 | 223 |
---|---|---|---|
HSL | 0.76 | 0.10 | 0.86 |
HSV | 274° | 3° | 87° |
CMYK | 0.01 | 0.03 | 0.00 0.13 |
XYZ | 67.3903 | 69.6551 | 79.7050 |
Yxy | 69.6551 | 0.3109 | 0.3214 |
Hunter Lab | 83.4596 | -1.9228 | 1.7990 |
CIE-Lab | 86.8274 | 2.6293 | -2.9599 |
#dcd8df color RGB value is (220,216,223).
#dcd8df hex color red value is 220, green value is 216 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dcd8df hue: 0.76 , saturation: 0.10 and the lightness value of dcd8df is 0.86.
The process color (four color CMYK) of #dcd8df color hex is 0.01, 0.03, 0.00, 0.13. Web safe color of #dcd8df is #cccccc. Color #dcd8df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011000 | 11011111 |
Octal | 334 | 330 | 337 |
Decimal | 220 | 216 | 223 |
Hex | DC | D8 | DF |
Shades of #dcd8df
Tints of #dcd8df
RGB Percentages of Color #dcd8df
CMYK Percentages of Color #dcd8df
Complementary Color
#dcd8df | #dbdfd8 |
#dcd8df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcd8df Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcd8df Color CSS Codes
.mybgcolor {background-color:#dcd8df; } .myforecolor {color:#dcd8df; } .mybordercolor {border:3px solid #dcd8df; }
#dcd8df Text Font Color
<p style="color:#dcd8df">Text here</p>
This sample text font color is #dcd8df
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.
#dcd8df Background Color
<div style="background-color:#dcd8df">
Div content here</div>
This div background color is #dcd8df
#dcd8df Border Color
<div style="border:3px solid #dcd8df">
Div here</div>
This div border color is #dcd8df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,216,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcd8df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcd8df; -webkit-box-shadow: 1px 1px 3px 2px #dcd8df; box-shadow: 1px 1px 3px 2px #dcd8df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,216,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcd8df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd8df; -webkit-box-shadow: 1px 1px 3px 2px #dcd8df; box-shadow: 1px 1px 3px 2px #dcd8df;">
Div content here</div>
This div box has shadow with color #dcd8df
Comments
No comments written yet.
Please login to write comment.