Shades of Light Grey #DCCCCC
Tints of Light Grey #DCCCCC
RGB
CMYK
RGB Variations
Color information
#DCCCCC (or 0xDCCCCC) is known color: Light Grey. HEX triplet: DC, CC and CC. RGB value is (220,204,204). Sum of RGB (Red+Green+Blue) = 220+204+204=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCCC is #233333. Grayscale: #D0D0D0. Windows color (decimal): -2306868 or 13421788. OLE color: 13421788.
HSL color Cylindrical-coordinate representation of color #DCCCCC: hue angle of 0º 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 #DCCCCC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 204 | 204 | - |
CMYK | 0 | 0.07 | 0.07 | 0.14 |
HSL | 0º | 0.19% | 0.83% | - |
HSV(B) | 0º | 0.07% | 0.86% | - |
XYZ | 62.01 | 62.76 | 65.97 | - |
YUV | 208.78 | 125.3 | 136 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 204 | 0 | 0.07 | 0.07 | 0.14 | 0 | 0.19 | 0.83 |
Hex | DC | CC | CC | 0 | 7 | 7 | E | 0 | 13 | 53 |
Octal | 334 | 314 | 314 | 0 | 7 | 7 | 16 | 0 | 23 | 123 |
Binary | 11011100 | 11001100 | 11001100 | 0 | 111 | 111 | 1110 | 0 | 10011 | 1010011 |
Color Harmonies of #DCCCCC
Complementary color
Monochromatic Colors of #DCCCCC
Black with #DCCCCC
Text Example
Text Example
White with #DCCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCCC; }
p { color: rgb(220,204,204); }
H1.HeaderClassName
{
color: #DCCCCC;
}
.AnyTagClassName
{
color: #DCCCCC;
}
</style>
background-color css
<style>
a { background-color: #DCCCCC; }
a { background-color: rgb(220,204,204); }
div.DivClassName
{
background-color: #DCCCCC;
}
.BgClassName
{
background-color: #DCCCCC;
}
</style>
border-color css
<style>
span { border-color: #DCCCCC; }
span { border-color: rgb(220,204,204); }
td.TdClassName
{
border-color: #DCCCCC;
}
.TagClassName
{
border-color: #DCCCCC;
}
</style>