Color spaces of #dcccdd
RGB | 220 | 204 | 221 |
---|---|---|---|
HSL | 0.82 | 0.20 | 0.83 |
HSV | 296° | 8° | 87° |
CMYK | 0.00 | 0.08 | 0.00 0.13 |
XYZ | 64.1592 | 63.6218 | 77.3053 |
Yxy | 63.6218 | 0.3128 | 0.3102 |
Hunter Lab | 79.7633 | 3.9943 | -1.6286 |
CIE-Lab | 83.7685 | 8.5718 | -6.4066 |
#dcccdd color RGB value is (220,204,221).
#dcccdd hex color red value is 220, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dcccdd hue: 0.82 , saturation: 0.20 and the lightness value of dcccdd is 0.83.
The process color (four color CMYK) of #dcccdd color hex is 0.00, 0.08, 0.00, 0.13. Web safe color of #dcccdd is #cccccc. Color #dcccdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001100 | 11011101 |
Octal | 334 | 314 | 335 |
Decimal | 220 | 204 | 221 |
Hex | DC | CC | DD |
Shades of #dcccdd
Tints of #dcccdd
RGB Percentages of Color #dcccdd
CMYK Percentages of Color #dcccdd
Complementary Color
#dcccdd | #cdddcc |
#dcccdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcccdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcccdd Color CSS Codes
.mybgcolor {background-color:#dcccdd; } .myforecolor {color:#dcccdd; } .mybordercolor {border:3px solid #dcccdd; }
#dcccdd Text Font Color
<p style="color:#dcccdd">Text here</p>
This sample text font color is #dcccdd
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.
#dcccdd Background Color
<div style="background-color:#dcccdd">
Div content here</div>
This div background color is #dcccdd
#dcccdd Border Color
<div style="border:3px solid #dcccdd">
Div here</div>
This div border color is #dcccdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,204,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcccdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcccdd; -webkit-box-shadow: 1px 1px 3px 2px #dcccdd; box-shadow: 1px 1px 3px 2px #dcccdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,204,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcccdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcccdd; -webkit-box-shadow: 1px 1px 3px 2px #dcccdd; box-shadow: 1px 1px 3px 2px #dcccdd;">
Div content here</div>
This div box has shadow with color #dcccdd
Comments
No comments written yet.
Please login to write comment.