Shades of Light Grey #DCD0CF
Tints of Light Grey #DCD0CF
RGB
CMYK
RGB Variations
Color information
#DCD0CF (or 0xDCD0CF) is known color: Light Grey. HEX triplet: DC, D0 and CF. RGB value is (220,208,207). Sum of RGB (Red+Green+Blue) = 220+208+207=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0CF is #232F30. Grayscale: #D3D3D3. Windows color (decimal): -2305841 or 13619420. OLE color: 13619420.
HSL color Cylindrical-coordinate representation of color #DCD0CF: hue angle of 4.62º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD0CF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 207 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.14 |
| HSL | 4.62º | 0.16% | 0.84% | - |
| HSV(B) | 4.62º | 0.06% | 0.86% | - |
| XYZ | 63.33 | 64.83 | 68.21 | - |
| YUV | 211.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 207 | 0 | 0.05 | 0.06 | 0.14 | 4.62 | 0.16 | 0.84 |
| Hex | DC | D0 | CF | 0 | 5 | 6 | E | 5 | 10 | 54 |
| Octal | 334 | 320 | 317 | 0 | 5 | 6 | 16 | 5 | 20 | 124 |
| Binary | 11011100 | 11010000 | 11001111 | 0 | 101 | 110 | 1110 | 101 | 10000 | 1010100 |
Color Harmonies of #DCD0CF
Complementary color
Monochromatic Colors of #DCD0CF
Black with #DCD0CF
Text Example
Text Example
White with #DCD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0CF; }
p { color: rgb(220,208,207); }
H1.HeaderClassName
{
color: #DCD0CF;
}
.AnyTagClassName
{
color: #DCD0CF;
}
</style>
background-color css
<style>
a { background-color: #DCD0CF; }
a { background-color: rgb(220,208,207); }
div.DivClassName
{
background-color: #DCD0CF;
}
.BgClassName
{
background-color: #DCD0CF;
}
</style>
border-color css
<style>
span { border-color: #DCD0CF; }
span { border-color: rgb(220,208,207); }
td.TdClassName
{
border-color: #DCD0CF;
}
.TagClassName
{
border-color: #DCD0CF;
}
</style>