Shades of Black Squeeze #E8EDDA
Tints of Black Squeeze #E8EDDA
RGB
CMYK
RGB Variations
Color information
#E8EDDA (or 0xE8EDDA) is known color: Black Squeeze. HEX triplet: E8, ED and DA. RGB value is (232,237,218). Sum of RGB (Red+Green+Blue) = 232+237+218=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDDA is #171225. Grayscale: #E9E9E9. Windows color (decimal): -1511974 or 14347752. OLE color: 14347752.
HSL color Cylindrical-coordinate representation of color #E8EDDA: hue angle of 75.79º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8EDDA is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 232 | 237 | 218 | - |
CMYK | 0.02 | 0 | 0.08 | 0.07 |
HSL | 75.79º | 0.35% | 0.89% | - |
HSV(B) | 75.79º | 0.08% | 0.93% | - |
XYZ | 76.22 | 82.79 | 78.29 | - |
YUV | 233.34 | 119.34 | 127.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 237 | 218 | 0.02 | 0 | 0.08 | 0.07 | 75.79 | 0.35 | 0.89 |
Hex | E8 | ED | DA | 2 | 0 | 8 | 7 | 4C | 23 | 59 |
Octal | 350 | 355 | 332 | 2 | 0 | 10 | 7 | 114 | 43 | 131 |
Binary | 11101000 | 11101101 | 11011010 | 10 | 0 | 1000 | 111 | 1001100 | 100011 | 1011001 |
Color Harmonies of #E8EDDA
Complementary color
Monochromatic Colors of #E8EDDA
Black with #E8EDDA
Text Example
Text Example
White with #E8EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDDA; }
p { color: rgb(232,237,218); }
H1.HeaderClassName
{
color: #E8EDDA;
}
.AnyTagClassName
{
color: #E8EDDA;
}
</style>
background-color css
<style>
a { background-color: #E8EDDA; }
a { background-color: rgb(232,237,218); }
div.DivClassName
{
background-color: #E8EDDA;
}
.BgClassName
{
background-color: #E8EDDA;
}
</style>
border-color css
<style>
span { border-color: #E8EDDA; }
span { border-color: rgb(232,237,218); }
td.TdClassName
{
border-color: #E8EDDA;
}
.TagClassName
{
border-color: #E8EDDA;
}
</style>