Color spaces of #dccdd4
RGB | 220 | 205 | 212 |
---|---|---|---|
HSL | 0.92 | 0.18 | 0.83 |
HSV | 332° | 7° | 86° |
CMYK | 0.00 | 0.07 | 0.04 0.14 |
XYZ | 63.2302 | 63.6318 | 71.2369 |
Yxy | 63.6318 | 0.3192 | 0.3212 |
Hunter Lab | 79.7695 | 1.8933 | 2.8907 |
CIE-Lab | 83.7737 | 6.4220 | -1.6011 |
#dccdd4 color RGB value is (220,205,212).
#dccdd4 hex color red value is 220, green value is 205 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #dccdd4 hue: 0.92 , saturation: 0.18 and the lightness value of dccdd4 is 0.83.
The process color (four color CMYK) of #dccdd4 color hex is 0.00, 0.07, 0.04, 0.14. Web safe color of #dccdd4 is #cccccc. Color #dccdd4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001101 | 11010100 |
Octal | 334 | 315 | 324 |
Decimal | 220 | 205 | 212 |
Hex | DC | CD | D4 |
Shades of #dccdd4
Tints of #dccdd4
RGB Percentages of Color #dccdd4
CMYK Percentages of Color #dccdd4
Complementary Color
#dccdd4 | #cddcd5 |
#dccdd4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccdd4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccdd4 Color CSS Codes
.mybgcolor {background-color:#dccdd4; } .myforecolor {color:#dccdd4; } .mybordercolor {border:3px solid #dccdd4; }
#dccdd4 Text Font Color
<p style="color:#dccdd4">Text here</p>
This sample text font color is #dccdd4
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.
#dccdd4 Background Color
<div style="background-color:#dccdd4">
Div content here</div>
This div background color is #dccdd4
#dccdd4 Border Color
<div style="border:3px solid #dccdd4">
Div here</div>
This div border color is #dccdd4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,205,212, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccdd4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccdd4; -webkit-box-shadow: 1px 1px 3px 2px #dccdd4; box-shadow: 1px 1px 3px 2px #dccdd4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,205,212, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccdd4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccdd4; -webkit-box-shadow: 1px 1px 3px 2px #dccdd4; box-shadow: 1px 1px 3px 2px #dccdd4;">
Div content here</div>
This div box has shadow with color #dccdd4
Comments
No comments written yet.
Please login to write comment.