Shades of Black Squeeze #E7E8DF
Tints of Black Squeeze #E7E8DF
RGB
CMYK
RGB Variations
Color information
#E7E8DF (or 0xE7E8DF) is known color: Black Squeeze. HEX triplet: E7, E8 and DF. RGB value is (231,232,223). Sum of RGB (Red+Green+Blue) = 231+232+223=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 232 - color contains mainly: green. Hex color #E7E8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E8DF is #181720. Grayscale: #E6E6E6. Windows color (decimal): -1578785 or 14674151. OLE color: 14674151.
HSL color Cylindrical-coordinate representation of color #E7E8DF: hue angle of 66.67º degrees, saturation: 0.16, 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 #E7E8DF is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 232 | 223 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.09 |
| HSL | 66.67º | 0.16% | 0.89% | - |
| HSV(B) | 66.67º | 0.04% | 0.91% | - |
| XYZ | 75.13 | 80.03 | 81.3 | - |
| YUV | 230.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 232 | 223 | 0.00 | 0 | 0.04 | 0.09 | 66.67 | 0.16 | 0.89 |
| Hex | E7 | E8 | DF | 0 | 0 | 4 | 9 | 43 | 10 | 59 |
| Octal | 347 | 350 | 337 | 0 | 0 | 4 | 11 | 103 | 20 | 131 |
| Binary | 11100111 | 11101000 | 11011111 | 0 | 0 | 100 | 1001 | 1000011 | 10000 | 1011001 |
Color Harmonies of #E7E8DF
Complementary color
Monochromatic Colors of #E7E8DF
Black with #E7E8DF
Text Example
Text Example
White with #E7E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E8DF; }
p { color: rgb(231,232,223); }
H1.HeaderClassName
{
color: #E7E8DF;
}
.AnyTagClassName
{
color: #E7E8DF;
}
</style>
background-color css
<style>
a { background-color: #E7E8DF; }
a { background-color: rgb(231,232,223); }
div.DivClassName
{
background-color: #E7E8DF;
}
.BgClassName
{
background-color: #E7E8DF;
}
</style>
border-color css
<style>
span { border-color: #E7E8DF; }
span { border-color: rgb(231,232,223); }
td.TdClassName
{
border-color: #E7E8DF;
}
.TagClassName
{
border-color: #E7E8DF;
}
</style>