Shades of Black Squeeze #E4E7DD
Tints of Black Squeeze #E4E7DD
RGB
CMYK
RGB Variations
Color information
#E4E7DD (or 0xE4E7DD) is known color: Black Squeeze. HEX triplet: E4, E7 and DD. RGB value is (228,231,221). Sum of RGB (Red+Green+Blue) = 228+231+221=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 231 - color contains mainly: green. Hex color #E4E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4E7DD is #1B1822. Grayscale: #E5E5E5. Windows color (decimal): -1775651 or 14542820. OLE color: 14542820.
HSL color Cylindrical-coordinate representation of color #E4E7DD: hue angle of 78º 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 #E4E7DD is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 228 | 231 | 221 | - |
CMYK | 0.01 | 0 | 0.04 | 0.09 |
HSL | 78º | 0.17% | 0.89% | - |
HSV(B) | 78º | 0.04% | 0.91% | - |
XYZ | 73.62 | 78.87 | 79.75 | - |
YUV | 228.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 231 | 221 | 0.01 | 0 | 0.04 | 0.09 | 78 | 0.17 | 0.89 |
Hex | E4 | E7 | DD | 1 | 0 | 4 | 9 | 4E | 11 | 59 |
Octal | 344 | 347 | 335 | 1 | 0 | 4 | 11 | 116 | 21 | 131 |
Binary | 11100100 | 11100111 | 11011101 | 1 | 0 | 100 | 1001 | 1001110 | 10001 | 1011001 |
Color Harmonies of #E4E7DD
Complementary color
Monochromatic Colors of #E4E7DD
Black with #E4E7DD
Text Example
Text Example
White with #E4E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E7DD; }
p { color: rgb(228,231,221); }
H1.HeaderClassName
{
color: #E4E7DD;
}
.AnyTagClassName
{
color: #E4E7DD;
}
</style>
background-color css
<style>
a { background-color: #E4E7DD; }
a { background-color: rgb(228,231,221); }
div.DivClassName
{
background-color: #E4E7DD;
}
.BgClassName
{
background-color: #E4E7DD;
}
</style>
border-color css
<style>
span { border-color: #E4E7DD; }
span { border-color: rgb(228,231,221); }
td.TdClassName
{
border-color: #E4E7DD;
}
.TagClassName
{
border-color: #E4E7DD;
}
</style>