Shades of Black Squeeze #E8EADE
Tints of Black Squeeze #E8EADE
RGB
CMYK
RGB Variations
Color information
#E8EADE (or 0xE8EADE) is known color: Black Squeeze. HEX triplet: E8, EA and DE. RGB value is (232,234,222). Sum of RGB (Red+Green+Blue) = 232+234+222=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EADE is #171521. Grayscale: #E8E8E8. Windows color (decimal): -1512738 or 14609128. OLE color: 14609128.
HSL color Cylindrical-coordinate representation of color #E8EADE: hue angle of 70º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8EADE is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 234 | 222 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.08 |
| HSL | 70º | 0.22% | 0.89% | - |
| HSV(B) | 70º | 0.05% | 0.92% | - |
| XYZ | 75.89 | 81.28 | 80.8 | - |
| YUV | 232.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 222 | 0.01 | 0 | 0.05 | 0.08 | 70 | 0.22 | 0.89 |
| Hex | E8 | EA | DE | 1 | 0 | 5 | 8 | 46 | 16 | 59 |
| Octal | 350 | 352 | 336 | 1 | 0 | 5 | 10 | 106 | 26 | 131 |
| Binary | 11101000 | 11101010 | 11011110 | 1 | 0 | 101 | 1000 | 1000110 | 10110 | 1011001 |
Color Harmonies of #E8EADE
Complementary color
Monochromatic Colors of #E8EADE
Black with #E8EADE
Text Example
Text Example
White with #E8EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EADE; }
p { color: rgb(232,234,222); }
H1.HeaderClassName
{
color: #E8EADE;
}
.AnyTagClassName
{
color: #E8EADE;
}
</style>
background-color css
<style>
a { background-color: #E8EADE; }
a { background-color: rgb(232,234,222); }
div.DivClassName
{
background-color: #E8EADE;
}
.BgClassName
{
background-color: #E8EADE;
}
</style>
border-color css
<style>
span { border-color: #E8EADE; }
span { border-color: rgb(232,234,222); }
td.TdClassName
{
border-color: #E8EADE;
}
.TagClassName
{
border-color: #E8EADE;
}
</style>