Shades of Light Grey #DED0CF
Tints of Light Grey #DED0CF
RGB
CMYK
RGB Variations
Color information
#DED0CF (or 0xDED0CF) is known color: Light Grey. HEX triplet: DE, D0 and CF. RGB value is (222,208,207). Sum of RGB (Red+Green+Blue) = 222+208+207=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0CF is #212F30. Grayscale: #D4D4D4. Windows color (decimal): -2174769 or 13619422. OLE color: 13619422.
HSL color Cylindrical-coordinate representation of color #DED0CF: hue angle of 4º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DED0CF is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 207 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.13 |
| HSL | 4º | 0.19% | 0.84% | - |
| HSV(B) | 4º | 0.07% | 0.87% | - |
| XYZ | 63.94 | 65.15 | 68.24 | - |
| YUV | 212.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 207 | 0 | 0.06 | 0.07 | 0.13 | 4 | 0.19 | 0.84 |
| Hex | DE | D0 | CF | 0 | 6 | 7 | D | 4 | 13 | 54 |
| Octal | 336 | 320 | 317 | 0 | 6 | 7 | 15 | 4 | 23 | 124 |
| Binary | 11011110 | 11010000 | 11001111 | 0 | 110 | 111 | 1101 | 100 | 10011 | 1010100 |
Color Harmonies of #DED0CF
Complementary color
Monochromatic Colors of #DED0CF
Black with #DED0CF
Text Example
Text Example
White with #DED0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0CF; }
p { color: rgb(222,208,207); }
H1.HeaderClassName
{
color: #DED0CF;
}
.AnyTagClassName
{
color: #DED0CF;
}
</style>
background-color css
<style>
a { background-color: #DED0CF; }
a { background-color: rgb(222,208,207); }
div.DivClassName
{
background-color: #DED0CF;
}
.BgClassName
{
background-color: #DED0CF;
}
</style>
border-color css
<style>
span { border-color: #DED0CF; }
span { border-color: rgb(222,208,207); }
td.TdClassName
{
border-color: #DED0CF;
}
.TagClassName
{
border-color: #DED0CF;
}
</style>