Shades of Black Squeeze #E5E6DD
Tints of Black Squeeze #E5E6DD
RGB
CMYK
RGB Variations
Color information
#E5E6DD (or 0xE5E6DD) is known color: Black Squeeze. HEX triplet: E5, E6 and DD. RGB value is (229,230,221). Sum of RGB (Red+Green+Blue) = 229+230+221=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E6DD is #1A1922. Grayscale: #E4E4E4. Windows color (decimal): -1710371 or 14542565. OLE color: 14542565.
HSL color Cylindrical-coordinate representation of color #E5E6DD: hue angle of 66.67º 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 #E5E6DD is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 230 | 221 | - |
CMYK | 0.00 | 0 | 0.04 | 0.10 |
HSL | 66.67º | 0.15% | 0.88% | - |
HSV(B) | 66.67º | 0.04% | 0.9% | - |
XYZ | 73.66 | 78.47 | 79.67 | - |
YUV | 228.68 | 123.67 | 128.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 230 | 221 | 0.00 | 0 | 0.04 | 0.10 | 66.67 | 0.15 | 0.88 |
Hex | E5 | E6 | DD | 0 | 0 | 4 | A | 43 | F | 58 |
Octal | 345 | 346 | 335 | 0 | 0 | 4 | 12 | 103 | 17 | 130 |
Binary | 11100101 | 11100110 | 11011101 | 0 | 0 | 100 | 1010 | 1000011 | 1111 | 1011000 |
Color Harmonies of #E5E6DD
Complementary color
Monochromatic Colors of #E5E6DD
Black with #E5E6DD
Text Example
Text Example
White with #E5E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6DD; }
p { color: rgb(229,230,221); }
H1.HeaderClassName
{
color: #E5E6DD;
}
.AnyTagClassName
{
color: #E5E6DD;
}
</style>
background-color css
<style>
a { background-color: #E5E6DD; }
a { background-color: rgb(229,230,221); }
div.DivClassName
{
background-color: #E5E6DD;
}
.BgClassName
{
background-color: #E5E6DD;
}
</style>
border-color css
<style>
span { border-color: #E5E6DD; }
span { border-color: rgb(229,230,221); }
td.TdClassName
{
border-color: #E5E6DD;
}
.TagClassName
{
border-color: #E5E6DD;
}
</style>