Shades of Black Squeeze #E8EDD9
Tints of Black Squeeze #E8EDD9
RGB
CMYK
RGB Variations
Color information
#E8EDD9 (or 0xE8EDD9) is known color: Black Squeeze. HEX triplet: E8, ED and D9. RGB value is (232,237,217). Sum of RGB (Red+Green+Blue) = 232+237+217=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDD9 is #171226. Grayscale: #E9E9E9. Windows color (decimal): -1511975 or 14282216. OLE color: 14282216.
HSL color Cylindrical-coordinate representation of color #E8EDD9: hue angle of 75º degrees, saturation: 0.36, 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 #E8EDD9 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 217 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.07 |
| HSL | 75º | 0.36% | 0.89% | - |
| HSV(B) | 75º | 0.08% | 0.93% | - |
| XYZ | 76.09 | 82.73 | 77.6 | - |
| YUV | 233.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 217 | 0.02 | 0 | 0.08 | 0.07 | 75 | 0.36 | 0.89 |
| Hex | E8 | ED | D9 | 2 | 0 | 8 | 7 | 4B | 24 | 59 |
| Octal | 350 | 355 | 331 | 2 | 0 | 10 | 7 | 113 | 44 | 131 |
| Binary | 11101000 | 11101101 | 11011001 | 10 | 0 | 1000 | 111 | 1001011 | 100100 | 1011001 |
Color Harmonies of #E8EDD9
Complementary color
Monochromatic Colors of #E8EDD9
Black with #E8EDD9
Text Example
Text Example
White with #E8EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDD9; }
p { color: rgb(232,237,217); }
H1.HeaderClassName
{
color: #E8EDD9;
}
.AnyTagClassName
{
color: #E8EDD9;
}
</style>
background-color css
<style>
a { background-color: #E8EDD9; }
a { background-color: rgb(232,237,217); }
div.DivClassName
{
background-color: #E8EDD9;
}
.BgClassName
{
background-color: #E8EDD9;
}
</style>
border-color css
<style>
span { border-color: #E8EDD9; }
span { border-color: rgb(232,237,217); }
td.TdClassName
{
border-color: #E8EDD9;
}
.TagClassName
{
border-color: #E8EDD9;
}
</style>