Shades of Gallery #DED8D2
Tints of Gallery #DED8D2
RGB
CMYK
RGB Variations
Color information
#DED8D2 (or 0xDED8D2) is known color: Gallery. HEX triplet: DE, D8 and D2. RGB value is (222,216,210). Sum of RGB (Red+Green+Blue) = 222+216+210=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8D2 is #21272D. Grayscale: #D9D9D9. Windows color (decimal): -2172718 or 13818078. OLE color: 13818078.
HSL color Cylindrical-coordinate representation of color #DED8D2: hue angle of 30º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DED8D2 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 210 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.13 |
| HSL | 30º | 0.15% | 0.85% | - |
| HSV(B) | 30º | 0.05% | 0.87% | - |
| XYZ | 66.31 | 69.29 | 70.85 | - |
| YUV | 217.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 210 | 0 | 0.03 | 0.05 | 0.13 | 30 | 0.15 | 0.85 |
| Hex | DE | D8 | D2 | 0 | 3 | 5 | D | 1E | F | 55 |
| Octal | 336 | 330 | 322 | 0 | 3 | 5 | 15 | 36 | 17 | 125 |
| Binary | 11011110 | 11011000 | 11010010 | 0 | 11 | 101 | 1101 | 11110 | 1111 | 1010101 |
Color Harmonies of #DED8D2
Complementary color
Monochromatic Colors of #DED8D2
Black with #DED8D2
Text Example
Text Example
White with #DED8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8D2; }
p { color: rgb(222,216,210); }
H1.HeaderClassName
{
color: #DED8D2;
}
.AnyTagClassName
{
color: #DED8D2;
}
</style>
background-color css
<style>
a { background-color: #DED8D2; }
a { background-color: rgb(222,216,210); }
div.DivClassName
{
background-color: #DED8D2;
}
.BgClassName
{
background-color: #DED8D2;
}
</style>
border-color css
<style>
span { border-color: #DED8D2; }
span { border-color: rgb(222,216,210); }
td.TdClassName
{
border-color: #DED8D2;
}
.TagClassName
{
border-color: #DED8D2;
}
</style>