Shades of Black Squeeze #E7E8DE
Tints of Black Squeeze #E7E8DE
RGB
CMYK
RGB Variations
Color information
#E7E8DE (or 0xE7E8DE) is known color: Black Squeeze. HEX triplet: E7, E8 and DE. RGB value is (231,232,222). Sum of RGB (Red+Green+Blue) = 231+232+222=685 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.72% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 232 - color contains mainly: green. Hex color #E7E8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E8DE is #181721. Grayscale: #E6E6E6. Windows color (decimal): -1578786 or 14608615. OLE color: 14608615.
HSL color Cylindrical-coordinate representation of color #E7E8DE: hue angle of 66º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7E8DE is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 232 | 222 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.09 |
| HSL | 66º | 0.18% | 0.89% | - |
| HSV(B) | 66º | 0.04% | 0.91% | - |
| XYZ | 75 | 79.98 | 80.59 | - |
| YUV | 230.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 232 | 222 | 0.00 | 0 | 0.04 | 0.09 | 66 | 0.18 | 0.89 |
| Hex | E7 | E8 | DE | 0 | 0 | 4 | 9 | 42 | 12 | 59 |
| Octal | 347 | 350 | 336 | 0 | 0 | 4 | 11 | 102 | 22 | 131 |
| Binary | 11100111 | 11101000 | 11011110 | 0 | 0 | 100 | 1001 | 1000010 | 10010 | 1011001 |
Color Harmonies of #E7E8DE
Complementary color
Monochromatic Colors of #E7E8DE
Black with #E7E8DE
Text Example
Text Example
White with #E7E8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E8DE; }
p { color: rgb(231,232,222); }
H1.HeaderClassName
{
color: #E7E8DE;
}
.AnyTagClassName
{
color: #E7E8DE;
}
</style>
background-color css
<style>
a { background-color: #E7E8DE; }
a { background-color: rgb(231,232,222); }
div.DivClassName
{
background-color: #E7E8DE;
}
.BgClassName
{
background-color: #E7E8DE;
}
</style>
border-color css
<style>
span { border-color: #E7E8DE; }
span { border-color: rgb(231,232,222); }
td.TdClassName
{
border-color: #E7E8DE;
}
.TagClassName
{
border-color: #E7E8DE;
}
</style>