Shades of Ebb #E7DEDB
Tints of Ebb #E7DEDB
RGB
CMYK
RGB Variations
Color information
#E7DEDB (or 0xE7DEDB) is known color: Ebb. HEX triplet: E7, DE and DB. RGB value is (231,222,219). Sum of RGB (Red+Green+Blue) = 231+222+219=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEDB is #182124. Grayscale: #E0E0E0. Windows color (decimal): -1581349 or 14409447. OLE color: 14409447.
HSL color Cylindrical-coordinate representation of color #E7DEDB: hue angle of 15º degrees, saturation: 0.2, 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 #E7DEDB is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 222 | 219 | - |
CMYK | 0 | 0.04 | 0.05 | 0.09 |
HSL | 15º | 0.2% | 0.88% | - |
HSV(B) | 15º | 0.05% | 0.91% | - |
XYZ | 71.86 | 74.35 | 77.58 | - |
YUV | 224.35 | 124.98 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 222 | 219 | 0 | 0.04 | 0.05 | 0.09 | 15 | 0.2 | 0.88 |
Hex | E7 | DE | DB | 0 | 4 | 5 | 9 | F | 14 | 58 |
Octal | 347 | 336 | 333 | 0 | 4 | 5 | 11 | 17 | 24 | 130 |
Binary | 11100111 | 11011110 | 11011011 | 0 | 100 | 101 | 1001 | 1111 | 10100 | 1011000 |
Color Harmonies of #E7DEDB
Complementary color
Monochromatic Colors of #E7DEDB
Black with #E7DEDB
Text Example
Text Example
White with #E7DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEDB; }
p { color: rgb(231,222,219); }
H1.HeaderClassName
{
color: #E7DEDB;
}
.AnyTagClassName
{
color: #E7DEDB;
}
</style>
background-color css
<style>
a { background-color: #E7DEDB; }
a { background-color: rgb(231,222,219); }
div.DivClassName
{
background-color: #E7DEDB;
}
.BgClassName
{
background-color: #E7DEDB;
}
</style>
border-color css
<style>
span { border-color: #E7DEDB; }
span { border-color: rgb(231,222,219); }
td.TdClassName
{
border-color: #E7DEDB;
}
.TagClassName
{
border-color: #E7DEDB;
}
</style>