Shades of Light Grey #DCCDCC
Tints of Light Grey #DCCDCC
RGB
CMYK
RGB Variations
Color information
#DCCDCC (or 0xDCCDCC) is known color: Light Grey. HEX triplet: DC, CD and CC. RGB value is (220,205,204). Sum of RGB (Red+Green+Blue) = 220+205+204=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDCC is #233233. Grayscale: #D1D1D1. Windows color (decimal): -2306612 or 13422044. OLE color: 13422044.
HSL color Cylindrical-coordinate representation of color #DCCDCC: hue angle of 3.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCDCC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 205 | 204 | - |
CMYK | 0 | 0.07 | 0.07 | 0.14 |
HSL | 3.75º | 0.19% | 0.83% | - |
HSV(B) | 3.75º | 0.07% | 0.86% | - |
XYZ | 62.25 | 63.24 | 66.05 | - |
YUV | 209.37 | 124.97 | 135.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 205 | 204 | 0 | 0.07 | 0.07 | 0.14 | 3.75 | 0.19 | 0.83 |
Hex | DC | CD | CC | 0 | 7 | 7 | E | 4 | 13 | 53 |
Octal | 334 | 315 | 314 | 0 | 7 | 7 | 16 | 4 | 23 | 123 |
Binary | 11011100 | 11001101 | 11001100 | 0 | 111 | 111 | 1110 | 100 | 10011 | 1010011 |
Color Harmonies of #DCCDCC
Complementary color
Monochromatic Colors of #DCCDCC
Black with #DCCDCC
Text Example
Text Example
White with #DCCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDCC; }
p { color: rgb(220,205,204); }
H1.HeaderClassName
{
color: #DCCDCC;
}
.AnyTagClassName
{
color: #DCCDCC;
}
</style>
background-color css
<style>
a { background-color: #DCCDCC; }
a { background-color: rgb(220,205,204); }
div.DivClassName
{
background-color: #DCCDCC;
}
.BgClassName
{
background-color: #DCCDCC;
}
</style>
border-color css
<style>
span { border-color: #DCCDCC; }
span { border-color: rgb(220,205,204); }
td.TdClassName
{
border-color: #DCCDCC;
}
.TagClassName
{
border-color: #DCCDCC;
}
</style>