Shades of Black Squeeze #E5E7DD
Tints of Black Squeeze #E5E7DD
RGB
CMYK
RGB Variations
Color information
#E5E7DD (or 0xE5E7DD) is known color: Black Squeeze. HEX triplet: E5, E7 and DD. RGB value is (229,231,221). Sum of RGB (Red+Green+Blue) = 229+231+221=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 231 (90.62% from 255 or 33.92% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E7DD is #1A1822. Grayscale: #E5E5E5. Windows color (decimal): -1710115 or 14542821. OLE color: 14542821.
HSL color Cylindrical-coordinate representation of color #E5E7DD: hue angle of 72º degrees, saturation: 0.17, 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 #E5E7DD is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 231 | 221 | - |
CMYK | 0.01 | 0 | 0.04 | 0.09 |
HSL | 72º | 0.17% | 0.89% | - |
HSV(B) | 72º | 0.04% | 0.91% | - |
XYZ | 73.94 | 79.03 | 79.76 | - |
YUV | 229.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 221 | 0.01 | 0 | 0.04 | 0.09 | 72 | 0.17 | 0.89 |
Hex | E5 | E7 | DD | 1 | 0 | 4 | 9 | 48 | 11 | 59 |
Octal | 345 | 347 | 335 | 1 | 0 | 4 | 11 | 110 | 21 | 131 |
Binary | 11100101 | 11100111 | 11011101 | 1 | 0 | 100 | 1001 | 1001000 | 10001 | 1011001 |
Color Harmonies of #E5E7DD
Complementary color
Monochromatic Colors of #E5E7DD
Black with #E5E7DD
Text Example
Text Example
White with #E5E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7DD; }
p { color: rgb(229,231,221); }
H1.HeaderClassName
{
color: #E5E7DD;
}
.AnyTagClassName
{
color: #E5E7DD;
}
</style>
background-color css
<style>
a { background-color: #E5E7DD; }
a { background-color: rgb(229,231,221); }
div.DivClassName
{
background-color: #E5E7DD;
}
.BgClassName
{
background-color: #E5E7DD;
}
</style>
border-color css
<style>
span { border-color: #E5E7DD; }
span { border-color: rgb(229,231,221); }
td.TdClassName
{
border-color: #E5E7DD;
}
.TagClassName
{
border-color: #E5E7DD;
}
</style>