Shades of Ebb #E4DDDA
Tints of Ebb #E4DDDA
RGB
CMYK
RGB Variations
Color information
#E4DDDA (or 0xE4DDDA) is known color: Ebb. HEX triplet: E4, DD and DA. RGB value is (228,221,218). Sum of RGB (Red+Green+Blue) = 228+221+218=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DDDA is #1B2225. Grayscale: #DEDEDE. Windows color (decimal): -1778214 or 14343652. OLE color: 14343652.
HSL color Cylindrical-coordinate representation of color #E4DDDA: hue angle of 18º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4DDDA is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 221 | 218 | - |
CMYK | 0 | 0.03 | 0.04 | 0.11 |
HSL | 18º | 0.16% | 0.87% | - |
HSV(B) | 18º | 0.04% | 0.89% | - |
XYZ | 70.51 | 73.27 | 76.76 | - |
YUV | 222.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 221 | 218 | 0 | 0.03 | 0.04 | 0.11 | 18 | 0.16 | 0.87 |
Hex | E4 | DD | DA | 0 | 3 | 4 | B | 12 | 10 | 57 |
Octal | 344 | 335 | 332 | 0 | 3 | 4 | 13 | 22 | 20 | 127 |
Binary | 11100100 | 11011101 | 11011010 | 0 | 11 | 100 | 1011 | 10010 | 10000 | 1010111 |
Color Harmonies of #E4DDDA
Complementary color
Monochromatic Colors of #E4DDDA
Black with #E4DDDA
Text Example
Text Example
White with #E4DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDDA; }
p { color: rgb(228,221,218); }
H1.HeaderClassName
{
color: #E4DDDA;
}
.AnyTagClassName
{
color: #E4DDDA;
}
</style>
background-color css
<style>
a { background-color: #E4DDDA; }
a { background-color: rgb(228,221,218); }
div.DivClassName
{
background-color: #E4DDDA;
}
.BgClassName
{
background-color: #E4DDDA;
}
</style>
border-color css
<style>
span { border-color: #E4DDDA; }
span { border-color: rgb(228,221,218); }
td.TdClassName
{
border-color: #E4DDDA;
}
.TagClassName
{
border-color: #E4DDDA;
}
</style>