Shades of Black Squeeze #E5E7DF
Tints of Black Squeeze #E5E7DF
RGB
CMYK
RGB Variations
Color information
#E5E7DF (or 0xE5E7DF) is known color: Black Squeeze. HEX triplet: E5, E7 and DF. RGB value is (229,231,223). Sum of RGB (Red+Green+Blue) = 229+231+223=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E7DF is #1A1820. Grayscale: #E5E5E5. Windows color (decimal): -1710113 or 14673893. OLE color: 14673893.
HSL color Cylindrical-coordinate representation of color #E5E7DF: hue angle of 75º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E7DF is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 231 | 223 | - |
CMYK | 0.01 | 0 | 0.03 | 0.09 |
HSL | 75º | 0.14% | 0.89% | - |
HSV(B) | 75º | 0.03% | 0.91% | - |
XYZ | 74.21 | 79.14 | 81.18 | - |
YUV | 229.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 223 | 0.01 | 0 | 0.03 | 0.09 | 75 | 0.14 | 0.89 |
Hex | E5 | E7 | DF | 1 | 0 | 3 | 9 | 4B | E | 59 |
Octal | 345 | 347 | 337 | 1 | 0 | 3 | 11 | 113 | 16 | 131 |
Binary | 11100101 | 11100111 | 11011111 | 1 | 0 | 11 | 1001 | 1001011 | 1110 | 1011001 |
Color Harmonies of #E5E7DF
Complementary color
Monochromatic Colors of #E5E7DF
Black with #E5E7DF
Text Example
Text Example
White with #E5E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7DF; }
p { color: rgb(229,231,223); }
H1.HeaderClassName
{
color: #E5E7DF;
}
.AnyTagClassName
{
color: #E5E7DF;
}
</style>
background-color css
<style>
a { background-color: #E5E7DF; }
a { background-color: rgb(229,231,223); }
div.DivClassName
{
background-color: #E5E7DF;
}
.BgClassName
{
background-color: #E5E7DF;
}
</style>
border-color css
<style>
span { border-color: #E5E7DF; }
span { border-color: rgb(229,231,223); }
td.TdClassName
{
border-color: #E5E7DF;
}
.TagClassName
{
border-color: #E5E7DF;
}
</style>