Shades of Black Squeeze #E8EDD7
Tints of Black Squeeze #E8EDD7
RGB
CMYK
RGB Variations
Color information
#E8EDD7 (or 0xE8EDD7) is known color: Black Squeeze. HEX triplet: E8, ED and D7. RGB value is (232,237,215). Sum of RGB (Red+Green+Blue) = 232+237+215=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDD7 is #171228. Grayscale: #E9E9E9. Windows color (decimal): -1511977 or 14151144. OLE color: 14151144.
HSL color Cylindrical-coordinate representation of color #E8EDD7: hue angle of 73.64º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8EDD7 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 215 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.07 |
| HSL | 73.64º | 0.38% | 0.89% | - |
| HSV(B) | 73.64º | 0.09% | 0.93% | - |
| XYZ | 75.83 | 82.63 | 76.24 | - |
| YUV | 233 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 215 | 0.02 | 0 | 0.09 | 0.07 | 73.64 | 0.38 | 0.89 |
| Hex | E8 | ED | D7 | 2 | 0 | 9 | 7 | 4A | 26 | 59 |
| Octal | 350 | 355 | 327 | 2 | 0 | 11 | 7 | 112 | 46 | 131 |
| Binary | 11101000 | 11101101 | 11010111 | 10 | 0 | 1001 | 111 | 1001010 | 100110 | 1011001 |
Color Harmonies of #E8EDD7
Complementary color
Monochromatic Colors of #E8EDD7
Black with #E8EDD7
Text Example
Text Example
White with #E8EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDD7; }
p { color: rgb(232,237,215); }
H1.HeaderClassName
{
color: #E8EDD7;
}
.AnyTagClassName
{
color: #E8EDD7;
}
</style>
background-color css
<style>
a { background-color: #E8EDD7; }
a { background-color: rgb(232,237,215); }
div.DivClassName
{
background-color: #E8EDD7;
}
.BgClassName
{
background-color: #E8EDD7;
}
</style>
border-color css
<style>
span { border-color: #E8EDD7; }
span { border-color: rgb(232,237,215); }
td.TdClassName
{
border-color: #E8EDD7;
}
.TagClassName
{
border-color: #E8EDD7;
}
</style>