Shades of Ebb #EADBD7
Tints of Ebb #EADBD7
RGB
CMYK
RGB Variations
Color information
#EADBD7 (or 0xEADBD7) is known color: Ebb. HEX triplet: EA, DB and D7. RGB value is (234,219,215). Sum of RGB (Red+Green+Blue) = 234+219+215=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBD7 is #152428. Grayscale: #DFDFDF. Windows color (decimal): -1385513 or 14146538. OLE color: 14146538.
HSL color Cylindrical-coordinate representation of color #EADBD7: hue angle of 12.63º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADBD7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 215 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.08 |
| HSL | 12.63º | 0.31% | 0.88% | - |
| HSV(B) | 12.63º | 0.08% | 0.92% | - |
| XYZ | 71.53 | 73.06 | 74.62 | - |
| YUV | 223.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 215 | 0 | 0.06 | 0.08 | 0.08 | 12.63 | 0.31 | 0.88 |
| Hex | EA | DB | D7 | 0 | 6 | 8 | 8 | D | 1F | 58 |
| Octal | 352 | 333 | 327 | 0 | 6 | 10 | 10 | 15 | 37 | 130 |
| Binary | 11101010 | 11011011 | 11010111 | 0 | 110 | 1000 | 1000 | 1101 | 11111 | 1011000 |
Color Harmonies of #EADBD7
Complementary color
Monochromatic Colors of #EADBD7
Black with #EADBD7
Text Example
Text Example
White with #EADBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBD7; }
p { color: rgb(234,219,215); }
H1.HeaderClassName
{
color: #EADBD7;
}
.AnyTagClassName
{
color: #EADBD7;
}
</style>
background-color css
<style>
a { background-color: #EADBD7; }
a { background-color: rgb(234,219,215); }
div.DivClassName
{
background-color: #EADBD7;
}
.BgClassName
{
background-color: #EADBD7;
}
</style>
border-color css
<style>
span { border-color: #EADBD7; }
span { border-color: rgb(234,219,215); }
td.TdClassName
{
border-color: #EADBD7;
}
.TagClassName
{
border-color: #EADBD7;
}
</style>