Shades of Ebb #DED9D8
Tints of Ebb #DED9D8
RGB
CMYK
RGB Variations
Color information
#DED9D8 (or 0xDED9D8) is known color: Ebb. HEX triplet: DE, D9 and D8. RGB value is (222,217,216). Sum of RGB (Red+Green+Blue) = 222+217+216=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9D8 is #212627. Grayscale: #DADADA. Windows color (decimal): -2172456 or 14211550. OLE color: 14211550.
HSL color Cylindrical-coordinate representation of color #DED9D8: hue angle of 10º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DED9D8 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 216 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.13 |
| HSL | 10º | 0.08% | 0.86% | - |
| HSV(B) | 10º | 0.03% | 0.87% | - |
| XYZ | 67.33 | 70.11 | 74.95 | - |
| YUV | 218.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 216 | 0 | 0.02 | 0.03 | 0.13 | 10 | 0.08 | 0.86 |
| Hex | DE | D9 | D8 | 0 | 2 | 3 | D | A | 8 | 56 |
| Octal | 336 | 331 | 330 | 0 | 2 | 3 | 15 | 12 | 10 | 126 |
| Binary | 11011110 | 11011001 | 11011000 | 0 | 10 | 11 | 1101 | 1010 | 1000 | 1010110 |
Color Harmonies of #DED9D8
Complementary color
Monochromatic Colors of #DED9D8
Black with #DED9D8
Text Example
Text Example
White with #DED9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9D8; }
p { color: rgb(222,217,216); }
H1.HeaderClassName
{
color: #DED9D8;
}
.AnyTagClassName
{
color: #DED9D8;
}
</style>
background-color css
<style>
a { background-color: #DED9D8; }
a { background-color: rgb(222,217,216); }
div.DivClassName
{
background-color: #DED9D8;
}
.BgClassName
{
background-color: #DED9D8;
}
</style>
border-color css
<style>
span { border-color: #DED9D8; }
span { border-color: rgb(222,217,216); }
td.TdClassName
{
border-color: #DED9D8;
}
.TagClassName
{
border-color: #DED9D8;
}
</style>