Shades of Ebb #EADCD9
Tints of Ebb #EADCD9
RGB
CMYK
RGB Variations
Color information
#EADCD9 (or 0xEADCD9) is known color: Ebb. HEX triplet: EA, DC and D9. RGB value is (234,220,217). Sum of RGB (Red+Green+Blue) = 234+220+217=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCD9 is #152326. Grayscale: #DFDFDF. Windows color (decimal): -1385255 or 14277866. OLE color: 14277866.
HSL color Cylindrical-coordinate representation of color #EADCD9: hue angle of 10.59º 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 #EADCD9 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 220 | 217 | - |
CMYK | 0 | 0.06 | 0.07 | 0.08 |
HSL | 10.59º | 0.29% | 0.88% | - |
HSV(B) | 10.59º | 0.07% | 0.92% | - |
XYZ | 72.05 | 73.69 | 76.07 | - |
YUV | 223.84 | 124.14 | 135.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 217 | 0 | 0.06 | 0.07 | 0.08 | 10.59 | 0.29 | 0.88 |
Hex | EA | DC | D9 | 0 | 6 | 7 | 8 | B | 1D | 58 |
Octal | 352 | 334 | 331 | 0 | 6 | 7 | 10 | 13 | 35 | 130 |
Binary | 11101010 | 11011100 | 11011001 | 0 | 110 | 111 | 1000 | 1011 | 11101 | 1011000 |
Color Harmonies of #EADCD9
Complementary color
Monochromatic Colors of #EADCD9
Black with #EADCD9
Text Example
Text Example
White with #EADCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCD9; }
p { color: rgb(234,220,217); }
H1.HeaderClassName
{
color: #EADCD9;
}
.AnyTagClassName
{
color: #EADCD9;
}
</style>
background-color css
<style>
a { background-color: #EADCD9; }
a { background-color: rgb(234,220,217); }
div.DivClassName
{
background-color: #EADCD9;
}
.BgClassName
{
background-color: #EADCD9;
}
</style>
border-color css
<style>
span { border-color: #EADCD9; }
span { border-color: rgb(234,220,217); }
td.TdClassName
{
border-color: #EADCD9;
}
.TagClassName
{
border-color: #EADCD9;
}
</style>