Shades of Ebb #DDD8D7
Tints of Ebb #DDD8D7
RGB
CMYK
RGB Variations
Color information
#DDD8D7 (or 0xDDD8D7) is known color: Ebb. HEX triplet: DD, D8 and D7. RGB value is (221,216,215). Sum of RGB (Red+Green+Blue) = 221+216+215=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8D7 is #222728. Grayscale: #D9D9D9. Windows color (decimal): -2238249 or 14145757. OLE color: 14145757.
HSL color Cylindrical-coordinate representation of color #DDD8D7: hue angle of 10º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD8D7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 215 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.13 |
| HSL | 10º | 0.08% | 0.85% | - |
| HSV(B) | 10º | 0.03% | 0.87% | - |
| XYZ | 66.64 | 69.39 | 74.17 | - |
| YUV | 217.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 215 | 0 | 0.02 | 0.03 | 0.13 | 10 | 0.08 | 0.85 |
| Hex | DD | D8 | D7 | 0 | 2 | 3 | D | A | 8 | 55 |
| Octal | 335 | 330 | 327 | 0 | 2 | 3 | 15 | 12 | 10 | 125 |
| Binary | 11011101 | 11011000 | 11010111 | 0 | 10 | 11 | 1101 | 1010 | 1000 | 1010101 |
Color Harmonies of #DDD8D7
Complementary color
Monochromatic Colors of #DDD8D7
Black with #DDD8D7
Text Example
Text Example
White with #DDD8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8D7; }
p { color: rgb(221,216,215); }
H1.HeaderClassName
{
color: #DDD8D7;
}
.AnyTagClassName
{
color: #DDD8D7;
}
</style>
background-color css
<style>
a { background-color: #DDD8D7; }
a { background-color: rgb(221,216,215); }
div.DivClassName
{
background-color: #DDD8D7;
}
.BgClassName
{
background-color: #DDD8D7;
}
</style>
border-color css
<style>
span { border-color: #DDD8D7; }
span { border-color: rgb(221,216,215); }
td.TdClassName
{
border-color: #DDD8D7;
}
.TagClassName
{
border-color: #DDD8D7;
}
</style>