Shades of Gallery #DED9D3
Tints of Gallery #DED9D3
RGB
CMYK
RGB Variations
Color information
#DED9D3 (or 0xDED9D3) is known color: Gallery. HEX triplet: DE, D9 and D3. RGB value is (222,217,211). Sum of RGB (Red+Green+Blue) = 222+217+211=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9D3 is #21262C. Grayscale: #D9D9D9. Windows color (decimal): -2172461 or 13883870. OLE color: 13883870.
HSL color Cylindrical-coordinate representation of color #DED9D3: hue angle of 32.73º degrees, saturation: 0.14, 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 #DED9D3 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 211 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.13 |
| HSL | 32.73º | 0.14% | 0.85% | - |
| HSV(B) | 32.73º | 0.05% | 0.87% | - |
| XYZ | 66.69 | 69.86 | 71.6 | - |
| YUV | 217.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 211 | 0 | 0.02 | 0.05 | 0.13 | 32.73 | 0.14 | 0.85 |
| Hex | DE | D9 | D3 | 0 | 2 | 5 | D | 21 | E | 55 |
| Octal | 336 | 331 | 323 | 0 | 2 | 5 | 15 | 41 | 16 | 125 |
| Binary | 11011110 | 11011001 | 11010011 | 0 | 10 | 101 | 1101 | 100001 | 1110 | 1010101 |
Color Harmonies of #DED9D3
Complementary color
Monochromatic Colors of #DED9D3
Black with #DED9D3
Text Example
Text Example
White with #DED9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9D3; }
p { color: rgb(222,217,211); }
H1.HeaderClassName
{
color: #DED9D3;
}
.AnyTagClassName
{
color: #DED9D3;
}
</style>
background-color css
<style>
a { background-color: #DED9D3; }
a { background-color: rgb(222,217,211); }
div.DivClassName
{
background-color: #DED9D3;
}
.BgClassName
{
background-color: #DED9D3;
}
</style>
border-color css
<style>
span { border-color: #DED9D3; }
span { border-color: rgb(222,217,211); }
td.TdClassName
{
border-color: #DED9D3;
}
.TagClassName
{
border-color: #DED9D3;
}
</style>