Shades of Light Grey #DCCDCD
Tints of Light Grey #DCCDCD
RGB
CMYK
RGB Variations
Color information
#DCCDCD (or 0xDCCDCD) is known color: Light Grey. HEX triplet: DC, CD and CD. RGB value is (220,205,205). Sum of RGB (Red+Green+Blue) = 220+205+205=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDCD is #233232. Grayscale: #D1D1D1. Windows color (decimal): -2306611 or 13487580. OLE color: 13487580.
HSL color Cylindrical-coordinate representation of color #DCCDCD: hue angle of 0º degrees, saturation: 0.18, 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 #DCCDCD is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 205 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.14 |
| HSL | 0º | 0.18% | 0.83% | - |
| HSV(B) | 0º | 0.07% | 0.86% | - |
| XYZ | 62.37 | 63.29 | 66.69 | - |
| YUV | 209.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 205 | 0 | 0.07 | 0.07 | 0.14 | 0 | 0.18 | 0.83 |
| Hex | DC | CD | CD | 0 | 7 | 7 | E | 0 | 12 | 53 |
| Octal | 334 | 315 | 315 | 0 | 7 | 7 | 16 | 0 | 22 | 123 |
| Binary | 11011100 | 11001101 | 11001101 | 0 | 111 | 111 | 1110 | 0 | 10010 | 1010011 |
Color Harmonies of #DCCDCD
Complementary color
Monochromatic Colors of #DCCDCD
Black with #DCCDCD
Text Example
Text Example
White with #DCCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDCD; }
p { color: rgb(220,205,205); }
H1.HeaderClassName
{
color: #DCCDCD;
}
.AnyTagClassName
{
color: #DCCDCD;
}
</style>
background-color css
<style>
a { background-color: #DCCDCD; }
a { background-color: rgb(220,205,205); }
div.DivClassName
{
background-color: #DCCDCD;
}
.BgClassName
{
background-color: #DCCDCD;
}
</style>
border-color css
<style>
span { border-color: #DCCDCD; }
span { border-color: rgb(220,205,205); }
td.TdClassName
{
border-color: #DCCDCD;
}
.TagClassName
{
border-color: #DCCDCD;
}
</style>