Shades of Ebb #E8DCDA
Tints of Ebb #E8DCDA
RGB
CMYK
RGB Variations
Color information
#E8DCDA (or 0xE8DCDA) is known color: Ebb. HEX triplet: E8, DC and DA. RGB value is (232,220,218). Sum of RGB (Red+Green+Blue) = 232+220+218=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCDA is #172325. Grayscale: #DFDFDF. Windows color (decimal): -1516326 or 14343400. OLE color: 14343400.
HSL color Cylindrical-coordinate representation of color #E8DCDA: hue angle of 8.57º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8DCDA is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 218 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.09 |
| HSL | 8.57º | 0.23% | 0.88% | - |
| HSV(B) | 8.57º | 0.06% | 0.91% | - |
| XYZ | 71.53 | 73.4 | 76.73 | - |
| YUV | 223.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 218 | 0 | 0.05 | 0.06 | 0.09 | 8.57 | 0.23 | 0.88 |
| Hex | E8 | DC | DA | 0 | 5 | 6 | 9 | 9 | 17 | 58 |
| Octal | 350 | 334 | 332 | 0 | 5 | 6 | 11 | 11 | 27 | 130 |
| Binary | 11101000 | 11011100 | 11011010 | 0 | 101 | 110 | 1001 | 1001 | 10111 | 1011000 |
Color Harmonies of #E8DCDA
Complementary color
Monochromatic Colors of #E8DCDA
Black with #E8DCDA
Text Example
Text Example
White with #E8DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCDA; }
p { color: rgb(232,220,218); }
H1.HeaderClassName
{
color: #E8DCDA;
}
.AnyTagClassName
{
color: #E8DCDA;
}
</style>
background-color css
<style>
a { background-color: #E8DCDA; }
a { background-color: rgb(232,220,218); }
div.DivClassName
{
background-color: #E8DCDA;
}
.BgClassName
{
background-color: #E8DCDA;
}
</style>
border-color css
<style>
span { border-color: #E8DCDA; }
span { border-color: rgb(232,220,218); }
td.TdClassName
{
border-color: #E8DCDA;
}
.TagClassName
{
border-color: #E8DCDA;
}
</style>