Shades of Black Squeeze #E5E8DC
Tints of Black Squeeze #E5E8DC
RGB
CMYK
RGB Variations
Color information
#E5E8DC (or 0xE5E8DC) is known color: Black Squeeze. HEX triplet: E5, E8 and DC. RGB value is (229,232,220). Sum of RGB (Red+Green+Blue) = 229+232+220=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E8DC is #1A1723. Grayscale: #E5E5E5. Windows color (decimal): -1709860 or 14477541. OLE color: 14477541.
HSL color Cylindrical-coordinate representation of color #E5E8DC: hue angle of 75º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E8DC is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 232 | 220 | - |
CMYK | 0.01 | 0 | 0.05 | 0.09 |
HSL | 75º | 0.21% | 0.89% | - |
HSV(B) | 75º | 0.05% | 0.91% | - |
XYZ | 74.09 | 79.54 | 79.16 | - |
YUV | 229.74 | 122.51 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 232 | 220 | 0.01 | 0 | 0.05 | 0.09 | 75 | 0.21 | 0.89 |
Hex | E5 | E8 | DC | 1 | 0 | 5 | 9 | 4B | 15 | 59 |
Octal | 345 | 350 | 334 | 1 | 0 | 5 | 11 | 113 | 25 | 131 |
Binary | 11100101 | 11101000 | 11011100 | 1 | 0 | 101 | 1001 | 1001011 | 10101 | 1011001 |
Color Harmonies of #E5E8DC
Complementary color
Monochromatic Colors of #E5E8DC
Black with #E5E8DC
Text Example
Text Example
White with #E5E8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E8DC; }
p { color: rgb(229,232,220); }
H1.HeaderClassName
{
color: #E5E8DC;
}
.AnyTagClassName
{
color: #E5E8DC;
}
</style>
background-color css
<style>
a { background-color: #E5E8DC; }
a { background-color: rgb(229,232,220); }
div.DivClassName
{
background-color: #E5E8DC;
}
.BgClassName
{
background-color: #E5E8DC;
}
</style>
border-color css
<style>
span { border-color: #E5E8DC; }
span { border-color: rgb(229,232,220); }
td.TdClassName
{
border-color: #E5E8DC;
}
.TagClassName
{
border-color: #E5E8DC;
}
</style>