Shades of Ebb #E7DEDC
Tints of Ebb #E7DEDC
RGB
CMYK
RGB Variations
Color information
#E7DEDC (or 0xE7DEDC) is known color: Ebb. HEX triplet: E7, DE and DC. RGB value is (231,222,220). Sum of RGB (Red+Green+Blue) = 231+222+220=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEDC is #182123. Grayscale: #E0E0E0. Windows color (decimal): -1581348 or 14474983. OLE color: 14474983.
HSL color Cylindrical-coordinate representation of color #E7DEDC: hue angle of 10.91º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7DEDC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 220 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.09 |
| HSL | 10.91º | 0.19% | 0.88% | - |
| HSV(B) | 10.91º | 0.05% | 0.91% | - |
| XYZ | 71.99 | 74.4 | 78.28 | - |
| YUV | 224.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 220 | 0 | 0.04 | 0.05 | 0.09 | 10.91 | 0.19 | 0.88 |
| Hex | E7 | DE | DC | 0 | 4 | 5 | 9 | B | 13 | 58 |
| Octal | 347 | 336 | 334 | 0 | 4 | 5 | 11 | 13 | 23 | 130 |
| Binary | 11100111 | 11011110 | 11011100 | 0 | 100 | 101 | 1001 | 1011 | 10011 | 1011000 |
Color Harmonies of #E7DEDC
Complementary color
Monochromatic Colors of #E7DEDC
Black with #E7DEDC
Text Example
Text Example
White with #E7DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEDC; }
p { color: rgb(231,222,220); }
H1.HeaderClassName
{
color: #E7DEDC;
}
.AnyTagClassName
{
color: #E7DEDC;
}
</style>
background-color css
<style>
a { background-color: #E7DEDC; }
a { background-color: rgb(231,222,220); }
div.DivClassName
{
background-color: #E7DEDC;
}
.BgClassName
{
background-color: #E7DEDC;
}
</style>
border-color css
<style>
span { border-color: #E7DEDC; }
span { border-color: rgb(231,222,220); }
td.TdClassName
{
border-color: #E7DEDC;
}
.TagClassName
{
border-color: #E7DEDC;
}
</style>