Shades of Ebb #EADDD9
Tints of Ebb #EADDD9
RGB
CMYK
RGB Variations
Color information
#EADDD9 (or 0xEADDD9) is known color: Ebb. HEX triplet: EA, DD and D9. RGB value is (234,221,217). Sum of RGB (Red+Green+Blue) = 234+221+217=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD9 is #152226. Grayscale: #E0E0E0. Windows color (decimal): -1384999 or 14278122. OLE color: 14278122.
HSL color Cylindrical-coordinate representation of color #EADDD9: hue angle of 14.12º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADDD9 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 217 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.08 |
| HSL | 14.12º | 0.29% | 0.88% | - |
| HSV(B) | 14.12º | 0.07% | 0.92% | - |
| XYZ | 72.31 | 74.22 | 76.16 | - |
| YUV | 224.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 217 | 0 | 0.06 | 0.07 | 0.08 | 14.12 | 0.29 | 0.88 |
| Hex | EA | DD | D9 | 0 | 6 | 7 | 8 | E | 1D | 58 |
| Octal | 352 | 335 | 331 | 0 | 6 | 7 | 10 | 16 | 35 | 130 |
| Binary | 11101010 | 11011101 | 11011001 | 0 | 110 | 111 | 1000 | 1110 | 11101 | 1011000 |
Color Harmonies of #EADDD9
Complementary color
Monochromatic Colors of #EADDD9
Black with #EADDD9
Text Example
Text Example
White with #EADDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDD9; }
p { color: rgb(234,221,217); }
H1.HeaderClassName
{
color: #EADDD9;
}
.AnyTagClassName
{
color: #EADDD9;
}
</style>
background-color css
<style>
a { background-color: #EADDD9; }
a { background-color: rgb(234,221,217); }
div.DivClassName
{
background-color: #EADDD9;
}
.BgClassName
{
background-color: #EADDD9;
}
</style>
border-color css
<style>
span { border-color: #EADDD9; }
span { border-color: rgb(234,221,217); }
td.TdClassName
{
border-color: #EADDD9;
}
.TagClassName
{
border-color: #EADDD9;
}
</style>