Shades of Black Squeeze #E7E9DF
Tints of Black Squeeze #E7E9DF
RGB
CMYK
RGB Variations
Color information
#E7E9DF (or 0xE7E9DF) is known color: Black Squeeze. HEX triplet: E7, E9 and DF. RGB value is (231,233,223). Sum of RGB (Red+Green+Blue) = 231+233+223=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 233 - color contains mainly: green. Hex color #E7E9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E9DF is #181620. Grayscale: #E7E7E7. Windows color (decimal): -1578529 or 14674407. OLE color: 14674407.
HSL color Cylindrical-coordinate representation of color #E7E9DF: hue angle of 72º degrees, saturation: 0.19, 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 #E7E9DF is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 233 | 223 | - |
CMYK | 0.01 | 0 | 0.04 | 0.09 |
HSL | 72º | 0.19% | 0.89% | - |
HSV(B) | 72º | 0.04% | 0.91% | - |
XYZ | 75.41 | 80.59 | 81.39 | - |
YUV | 231.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 233 | 223 | 0.01 | 0 | 0.04 | 0.09 | 72 | 0.19 | 0.89 |
Hex | E7 | E9 | DF | 1 | 0 | 4 | 9 | 48 | 13 | 59 |
Octal | 347 | 351 | 337 | 1 | 0 | 4 | 11 | 110 | 23 | 131 |
Binary | 11100111 | 11101001 | 11011111 | 1 | 0 | 100 | 1001 | 1001000 | 10011 | 1011001 |
Color Harmonies of #E7E9DF
Complementary color
Monochromatic Colors of #E7E9DF
Black with #E7E9DF
Text Example
Text Example
White with #E7E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E9DF; }
p { color: rgb(231,233,223); }
H1.HeaderClassName
{
color: #E7E9DF;
}
.AnyTagClassName
{
color: #E7E9DF;
}
</style>
background-color css
<style>
a { background-color: #E7E9DF; }
a { background-color: rgb(231,233,223); }
div.DivClassName
{
background-color: #E7E9DF;
}
.BgClassName
{
background-color: #E7E9DF;
}
</style>
border-color css
<style>
span { border-color: #E7E9DF; }
span { border-color: rgb(231,233,223); }
td.TdClassName
{
border-color: #E7E9DF;
}
.TagClassName
{
border-color: #E7E9DF;
}
</style>