Color spaces of #dccdca
RGB | 220 | 205 | 202 |
---|---|---|---|
HSL | 0.03 | 0.20 | 0.83 |
HSV | 10° | 8° | 86° |
CMYK | 0.00 | 0.07 | 0.08 0.14 |
XYZ | 62.0072 | 63.1426 | 64.7967 |
Yxy | 63.1426 | 0.3264 | 0.3324 |
Hunter Lab | 79.4623 | 0.2307 | 7.2762 |
CIE-Lab | 83.5174 | 4.6945 | 3.3552 |
#dccdca color RGB value is (220,205,202).
#dccdca hex color red value is 220, green value is 205 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dccdca hue: 0.03 , saturation: 0.20 and the lightness value of dccdca is 0.83.
The process color (four color CMYK) of #dccdca color hex is 0.00, 0.07, 0.08, 0.14. Web safe color of #dccdca is #cccccc. Color #dccdca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001101 | 11001010 |
Octal | 334 | 315 | 312 |
Decimal | 220 | 205 | 202 |
Hex | DC | CD | CA |
Shades of #dccdca
Tints of #dccdca
RGB Percentages of Color #dccdca
CMYK Percentages of Color #dccdca
Complementary Color
#dccdca | #cad9dc |
#dccdca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccdca Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccdca Color CSS Codes
.mybgcolor {background-color:#dccdca; } .myforecolor {color:#dccdca; } .mybordercolor {border:3px solid #dccdca; }
#dccdca Text Font Color
<p style="color:#dccdca">Text here</p>
This sample text font color is #dccdca
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.
#dccdca Background Color
<div style="background-color:#dccdca">
Div content here</div>
This div background color is #dccdca
#dccdca Border Color
<div style="border:3px solid #dccdca">
Div here</div>
This div border color is #dccdca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,205,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccdca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccdca; -webkit-box-shadow: 1px 1px 3px 2px #dccdca; box-shadow: 1px 1px 3px 2px #dccdca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,205,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccdca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccdca; -webkit-box-shadow: 1px 1px 3px 2px #dccdca; box-shadow: 1px 1px 3px 2px #dccdca;">
Div content here</div>
This div box has shadow with color #dccdca
Comments
No comments written yet.
Please login to write comment.