Shades of Ebb #DDD9D8
Tints of Ebb #DDD9D8
RGB
CMYK
RGB Variations
Color information
#DDD9D8 (or 0xDDD9D8) is known color: Ebb. HEX triplet: DD, D9 and D8. RGB value is (221,217,216). Sum of RGB (Red+Green+Blue) = 221+217+216=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9D8 is #222627. Grayscale: #DADADA. Windows color (decimal): -2237992 or 14211549. OLE color: 14211549.
HSL color Cylindrical-coordinate representation of color #DDD9D8: hue angle of 12º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDD9D8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 216 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.13 |
| HSL | 12º | 0.07% | 0.86% | - |
| HSV(B) | 12º | 0.02% | 0.87% | - |
| XYZ | 67.03 | 69.96 | 74.94 | - |
| YUV | 218.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 216 | 0 | 0.02 | 0.02 | 0.13 | 12 | 0.07 | 0.86 |
| Hex | DD | D9 | D8 | 0 | 2 | 2 | D | C | 7 | 56 |
| Octal | 335 | 331 | 330 | 0 | 2 | 2 | 15 | 14 | 7 | 126 |
| Binary | 11011101 | 11011001 | 11011000 | 0 | 10 | 10 | 1101 | 1100 | 111 | 1010110 |
Color Harmonies of #DDD9D8
Complementary color
Monochromatic Colors of #DDD9D8
Black with #DDD9D8
Text Example
Text Example
White with #DDD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9D8; }
p { color: rgb(221,217,216); }
H1.HeaderClassName
{
color: #DDD9D8;
}
.AnyTagClassName
{
color: #DDD9D8;
}
</style>
background-color css
<style>
a { background-color: #DDD9D8; }
a { background-color: rgb(221,217,216); }
div.DivClassName
{
background-color: #DDD9D8;
}
.BgClassName
{
background-color: #DDD9D8;
}
</style>
border-color css
<style>
span { border-color: #DDD9D8; }
span { border-color: rgb(221,217,216); }
td.TdClassName
{
border-color: #DDD9D8;
}
.TagClassName
{
border-color: #DDD9D8;
}
</style>