Shades of Light Grey #DCD2D1
Tints of Light Grey #DCD2D1
RGB
CMYK
RGB Variations
Color information
#DCD2D1 (or 0xDCD2D1) is known color: Light Grey. HEX triplet: DC, D2 and D1. RGB value is (220,210,209). Sum of RGB (Red+Green+Blue) = 220+210+209=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2D1 is #232D2E. Grayscale: #D4D4D4. Windows color (decimal): -2305327 or 13751004. OLE color: 13751004.
HSL color Cylindrical-coordinate representation of color #DCD2D1: hue angle of 5.45º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD2D1 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 210 | 209 | - |
CMYK | 0 | 0.05 | 0.05 | 0.14 |
HSL | 5.45º | 0.14% | 0.84% | - |
HSV(B) | 5.45º | 0.05% | 0.86% | - |
XYZ | 64.07 | 65.91 | 69.67 | - |
YUV | 212.88 | 125.81 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 210 | 209 | 0 | 0.05 | 0.05 | 0.14 | 5.45 | 0.14 | 0.84 |
Hex | DC | D2 | D1 | 0 | 5 | 5 | E | 5 | E | 54 |
Octal | 334 | 322 | 321 | 0 | 5 | 5 | 16 | 5 | 16 | 124 |
Binary | 11011100 | 11010010 | 11010001 | 0 | 101 | 101 | 1110 | 101 | 1110 | 1010100 |
Color Harmonies of #DCD2D1
Complementary color
Monochromatic Colors of #DCD2D1
Black with #DCD2D1
Text Example
Text Example
White with #DCD2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2D1; }
p { color: rgb(220,210,209); }
H1.HeaderClassName
{
color: #DCD2D1;
}
.AnyTagClassName
{
color: #DCD2D1;
}
</style>
background-color css
<style>
a { background-color: #DCD2D1; }
a { background-color: rgb(220,210,209); }
div.DivClassName
{
background-color: #DCD2D1;
}
.BgClassName
{
background-color: #DCD2D1;
}
</style>
border-color css
<style>
span { border-color: #DCD2D1; }
span { border-color: rgb(220,210,209); }
td.TdClassName
{
border-color: #DCD2D1;
}
.TagClassName
{
border-color: #DCD2D1;
}
</style>