Shades of Gallery #DED9D4
Tints of Gallery #DED9D4
RGB
CMYK
RGB Variations
Color information
#DED9D4 (or 0xDED9D4) is known color: Gallery. HEX triplet: DE, D9 and D4. RGB value is (222,217,212). Sum of RGB (Red+Green+Blue) = 222+217+212=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9D4 is #21262B. Grayscale: #D9D9D9. Windows color (decimal): -2172460 or 13949406. OLE color: 13949406.
HSL color Cylindrical-coordinate representation of color #DED9D4: hue angle of 30º degrees, saturation: 0.13, 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 #DED9D4 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 212 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.13 |
| HSL | 30º | 0.13% | 0.85% | - |
| HSV(B) | 30º | 0.05% | 0.87% | - |
| XYZ | 66.82 | 69.91 | 72.26 | - |
| YUV | 217.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 212 | 0 | 0.02 | 0.05 | 0.13 | 30 | 0.13 | 0.85 |
| Hex | DE | D9 | D4 | 0 | 2 | 5 | D | 1E | D | 55 |
| Octal | 336 | 331 | 324 | 0 | 2 | 5 | 15 | 36 | 15 | 125 |
| Binary | 11011110 | 11011001 | 11010100 | 0 | 10 | 101 | 1101 | 11110 | 1101 | 1010101 |
Color Harmonies of #DED9D4
Complementary color
Monochromatic Colors of #DED9D4
Black with #DED9D4
Text Example
Text Example
White with #DED9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9D4; }
p { color: rgb(222,217,212); }
H1.HeaderClassName
{
color: #DED9D4;
}
.AnyTagClassName
{
color: #DED9D4;
}
</style>
background-color css
<style>
a { background-color: #DED9D4; }
a { background-color: rgb(222,217,212); }
div.DivClassName
{
background-color: #DED9D4;
}
.BgClassName
{
background-color: #DED9D4;
}
</style>
border-color css
<style>
span { border-color: #DED9D4; }
span { border-color: rgb(222,217,212); }
td.TdClassName
{
border-color: #DED9D4;
}
.TagClassName
{
border-color: #DED9D4;
}
</style>