Shades of Black Squeeze #E0E1DD
Tints of Black Squeeze #E0E1DD
RGB
CMYK
RGB Variations
Color information
#E0E1DD (or 0xE0E1DD) is known color: Black Squeeze. HEX triplet: E0, E1 and DD. RGB value is (224,225,221). Sum of RGB (Red+Green+Blue) = 224+225+221=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1DD is #1F1E22. Grayscale: #E0E0E0. Windows color (decimal): -2039331 or 14541280. OLE color: 14541280.
HSL color Cylindrical-coordinate representation of color #E0E1DD: hue angle of 75º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0E1DD is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 221 | - |
| CMYK | 0.00 | 0 | 0.02 | 0.12 |
| HSL | 75º | 0.06% | 0.87% | - |
| HSV(B) | 75º | 0.02% | 0.88% | - |
| XYZ | 70.72 | 74.92 | 79.14 | - |
| YUV | 224.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 221 | 0.00 | 0 | 0.02 | 0.12 | 75 | 0.06 | 0.87 |
| Hex | E0 | E1 | DD | 0 | 0 | 2 | C | 4B | 6 | 57 |
| Octal | 340 | 341 | 335 | 0 | 0 | 2 | 14 | 113 | 6 | 127 |
| Binary | 11100000 | 11100001 | 11011101 | 0 | 0 | 10 | 1100 | 1001011 | 110 | 1010111 |
Color Harmonies of #E0E1DD
Complementary color
Monochromatic Colors of #E0E1DD
Black with #E0E1DD
Text Example
Text Example
White with #E0E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E1DD; }
p { color: rgb(224,225,221); }
H1.HeaderClassName
{
color: #E0E1DD;
}
.AnyTagClassName
{
color: #E0E1DD;
}
</style>
background-color css
<style>
a { background-color: #E0E1DD; }
a { background-color: rgb(224,225,221); }
div.DivClassName
{
background-color: #E0E1DD;
}
.BgClassName
{
background-color: #E0E1DD;
}
</style>
border-color css
<style>
span { border-color: #E0E1DD; }
span { border-color: rgb(224,225,221); }
td.TdClassName
{
border-color: #E0E1DD;
}
.TagClassName
{
border-color: #E0E1DD;
}
</style>