Shades of Ebb #EADAD5
Tints of Ebb #EADAD5
RGB
CMYK
RGB Variations
Color information
#EADAD5 (or 0xEADAD5) is known color: Ebb. HEX triplet: EA, DA and D5. RGB value is (234,218,213). Sum of RGB (Red+Green+Blue) = 234+218+213=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAD5 is #15252A. Grayscale: #DEDEDE. Windows color (decimal): -1385771 or 14015210. OLE color: 14015210.
HSL color Cylindrical-coordinate representation of color #EADAD5: hue angle of 14.29º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADAD5 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 213 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.08 |
| HSL | 14.29º | 0.33% | 0.88% | - |
| HSV(B) | 14.29º | 0.09% | 0.92% | - |
| XYZ | 71.01 | 72.44 | 73.19 | - |
| YUV | 222.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 213 | 0 | 0.07 | 0.09 | 0.08 | 14.29 | 0.33 | 0.88 |
| Hex | EA | DA | D5 | 0 | 7 | 9 | 8 | E | 21 | 58 |
| Octal | 352 | 332 | 325 | 0 | 7 | 11 | 10 | 16 | 41 | 130 |
| Binary | 11101010 | 11011010 | 11010101 | 0 | 111 | 1001 | 1000 | 1110 | 100001 | 1011000 |
Color Harmonies of #EADAD5
Complementary color
Monochromatic Colors of #EADAD5
Black with #EADAD5
Text Example
Text Example
White with #EADAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAD5; }
p { color: rgb(234,218,213); }
H1.HeaderClassName
{
color: #EADAD5;
}
.AnyTagClassName
{
color: #EADAD5;
}
</style>
background-color css
<style>
a { background-color: #EADAD5; }
a { background-color: rgb(234,218,213); }
div.DivClassName
{
background-color: #EADAD5;
}
.BgClassName
{
background-color: #EADAD5;
}
</style>
border-color css
<style>
span { border-color: #EADAD5; }
span { border-color: rgb(234,218,213); }
td.TdClassName
{
border-color: #EADAD5;
}
.TagClassName
{
border-color: #EADAD5;
}
</style>