Shades of Ebb #E8DFDC
Tints of Ebb #E8DFDC
RGB
CMYK
RGB Variations
Color information
#E8DFDC (or 0xE8DFDC) is known color: Ebb. HEX triplet: E8, DF and DC. RGB value is (232,223,220). Sum of RGB (Red+Green+Blue) = 232+223+220=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFDC is #172023. Grayscale: #E1E1E1. Windows color (decimal): -1515556 or 14475240. OLE color: 14475240.
HSL color Cylindrical-coordinate representation of color #E8DFDC: hue angle of 15º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8DFDC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 220 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.09 |
| HSL | 15º | 0.21% | 0.89% | - |
| HSV(B) | 15º | 0.05% | 0.91% | - |
| XYZ | 72.58 | 75.1 | 78.38 | - |
| YUV | 225.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 220 | 0 | 0.04 | 0.05 | 0.09 | 15 | 0.21 | 0.89 |
| Hex | E8 | DF | DC | 0 | 4 | 5 | 9 | F | 15 | 59 |
| Octal | 350 | 337 | 334 | 0 | 4 | 5 | 11 | 17 | 25 | 131 |
| Binary | 11101000 | 11011111 | 11011100 | 0 | 100 | 101 | 1001 | 1111 | 10101 | 1011001 |
Color Harmonies of #E8DFDC
Complementary color
Monochromatic Colors of #E8DFDC
Black with #E8DFDC
Text Example
Text Example
White with #E8DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFDC; }
p { color: rgb(232,223,220); }
H1.HeaderClassName
{
color: #E8DFDC;
}
.AnyTagClassName
{
color: #E8DFDC;
}
</style>
background-color css
<style>
a { background-color: #E8DFDC; }
a { background-color: rgb(232,223,220); }
div.DivClassName
{
background-color: #E8DFDC;
}
.BgClassName
{
background-color: #E8DFDC;
}
</style>
border-color css
<style>
span { border-color: #E8DFDC; }
span { border-color: rgb(232,223,220); }
td.TdClassName
{
border-color: #E8DFDC;
}
.TagClassName
{
border-color: #E8DFDC;
}
</style>