Shades of Black Squeeze #E4E6DD
Tints of Black Squeeze #E4E6DD
RGB
CMYK
RGB Variations
Color information
#E4E6DD (or 0xE4E6DD) is known color: Black Squeeze. HEX triplet: E4, E6 and DD. RGB value is (228,230,221). Sum of RGB (Red+Green+Blue) = 228+230+221=679 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.58% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4E6DD is #1B1922. Grayscale: #E4E4E4. Windows color (decimal): -1775907 or 14542564. OLE color: 14542564.
HSL color Cylindrical-coordinate representation of color #E4E6DD: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4E6DD is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 221 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.10 |
| HSL | 73.33º | 0.15% | 0.88% | - |
| HSV(B) | 73.33º | 0.04% | 0.9% | - |
| XYZ | 73.34 | 78.31 | 79.66 | - |
| YUV | 228.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 221 | 0.01 | 0 | 0.04 | 0.10 | 73.33 | 0.15 | 0.88 |
| Hex | E4 | E6 | DD | 1 | 0 | 4 | A | 49 | F | 58 |
| Octal | 344 | 346 | 335 | 1 | 0 | 4 | 12 | 111 | 17 | 130 |
| Binary | 11100100 | 11100110 | 11011101 | 1 | 0 | 100 | 1010 | 1001001 | 1111 | 1011000 |
Color Harmonies of #E4E6DD
Complementary color
Monochromatic Colors of #E4E6DD
Black with #E4E6DD
Text Example
Text Example
White with #E4E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E6DD; }
p { color: rgb(228,230,221); }
H1.HeaderClassName
{
color: #E4E6DD;
}
.AnyTagClassName
{
color: #E4E6DD;
}
</style>
background-color css
<style>
a { background-color: #E4E6DD; }
a { background-color: rgb(228,230,221); }
div.DivClassName
{
background-color: #E4E6DD;
}
.BgClassName
{
background-color: #E4E6DD;
}
</style>
border-color css
<style>
span { border-color: #E4E6DD; }
span { border-color: rgb(228,230,221); }
td.TdClassName
{
border-color: #E4E6DD;
}
.TagClassName
{
border-color: #E4E6DD;
}
</style>