Shades of Ebb #E5D9D6
Tints of Ebb #E5D9D6
RGB
CMYK
RGB Variations
Color information
#E5D9D6 (or 0xE5D9D6) is known color: Ebb. HEX triplet: E5, D9 and D6. RGB value is (229,217,214). Sum of RGB (Red+Green+Blue) = 229+217+214=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9D6 is #1A2629. Grayscale: #DCDCDC. Windows color (decimal): -1713706 or 14080485. OLE color: 14080485.
HSL color Cylindrical-coordinate representation of color #E5D9D6: hue angle of 12º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5D9D6 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 214 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.10 |
| HSL | 12º | 0.22% | 0.87% | - |
| HSV(B) | 12º | 0.07% | 0.9% | - |
| XYZ | 69.26 | 71.14 | 73.7 | - |
| YUV | 220.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 214 | 0 | 0.05 | 0.07 | 0.10 | 12 | 0.22 | 0.87 |
| Hex | E5 | D9 | D6 | 0 | 5 | 7 | A | C | 16 | 57 |
| Octal | 345 | 331 | 326 | 0 | 5 | 7 | 12 | 14 | 26 | 127 |
| Binary | 11100101 | 11011001 | 11010110 | 0 | 101 | 111 | 1010 | 1100 | 10110 | 1010111 |
Color Harmonies of #E5D9D6
Complementary color
Monochromatic Colors of #E5D9D6
Black with #E5D9D6
Text Example
Text Example
White with #E5D9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9D6; }
p { color: rgb(229,217,214); }
H1.HeaderClassName
{
color: #E5D9D6;
}
.AnyTagClassName
{
color: #E5D9D6;
}
</style>
background-color css
<style>
a { background-color: #E5D9D6; }
a { background-color: rgb(229,217,214); }
div.DivClassName
{
background-color: #E5D9D6;
}
.BgClassName
{
background-color: #E5D9D6;
}
</style>
border-color css
<style>
span { border-color: #E5D9D6; }
span { border-color: rgb(229,217,214); }
td.TdClassName
{
border-color: #E5D9D6;
}
.TagClassName
{
border-color: #E5D9D6;
}
</style>