Shades of Ebb #E9DDDA
Tints of Ebb #E9DDDA
RGB
CMYK
RGB Variations
Color information
#E9DDDA (or 0xE9DDDA) is known color: Ebb. HEX triplet: E9, DD and DA. RGB value is (233,221,218). Sum of RGB (Red+Green+Blue) = 233+221+218=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDDA is #162225. Grayscale: #E0E0E0. Windows color (decimal): -1450534 or 14343657. OLE color: 14343657.
HSL color Cylindrical-coordinate representation of color #E9DDDA: hue angle of 12º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DDDA is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 221 | 218 | - |
CMYK | 0 | 0.05 | 0.06 | 0.09 |
HSL | 12º | 0.25% | 0.88% | - |
HSV(B) | 12º | 0.06% | 0.91% | - |
XYZ | 72.12 | 74.1 | 76.83 | - |
YUV | 224.25 | 124.48 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 221 | 218 | 0 | 0.05 | 0.06 | 0.09 | 12 | 0.25 | 0.88 |
Hex | E9 | DD | DA | 0 | 5 | 6 | 9 | C | 19 | 58 |
Octal | 351 | 335 | 332 | 0 | 5 | 6 | 11 | 14 | 31 | 130 |
Binary | 11101001 | 11011101 | 11011010 | 0 | 101 | 110 | 1001 | 1100 | 11001 | 1011000 |
Color Harmonies of #E9DDDA
Complementary color
Monochromatic Colors of #E9DDDA
Black with #E9DDDA
Text Example
Text Example
White with #E9DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDDA; }
p { color: rgb(233,221,218); }
H1.HeaderClassName
{
color: #E9DDDA;
}
.AnyTagClassName
{
color: #E9DDDA;
}
</style>
background-color css
<style>
a { background-color: #E9DDDA; }
a { background-color: rgb(233,221,218); }
div.DivClassName
{
background-color: #E9DDDA;
}
.BgClassName
{
background-color: #E9DDDA;
}
</style>
border-color css
<style>
span { border-color: #E9DDDA; }
span { border-color: rgb(233,221,218); }
td.TdClassName
{
border-color: #E9DDDA;
}
.TagClassName
{
border-color: #E9DDDA;
}
</style>