Shades of Black Squeeze #E9ECDD
Tints of Black Squeeze #E9ECDD
RGB
CMYK
RGB Variations
Color information
#E9ECDD (or 0xE9ECDD) is known color: Black Squeeze. HEX triplet: E9, EC and DD. RGB value is (233,236,221). Sum of RGB (Red+Green+Blue) = 233+236+221=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 236 - color contains mainly: green. Hex color #E9ECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9ECDD is #161322. Grayscale: #E9E9E9. Windows color (decimal): -1446691 or 14544105. OLE color: 14544105.
HSL color Cylindrical-coordinate representation of color #E9ECDD: hue angle of 72º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9ECDD is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 236 | 221 | - |
CMYK | 0.01 | 0 | 0.06 | 0.07 |
HSL | 72º | 0.28% | 0.9% | - |
HSV(B) | 72º | 0.06% | 0.93% | - |
XYZ | 76.65 | 82.54 | 80.3 | - |
YUV | 233.39 | 121.01 | 127.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 236 | 221 | 0.01 | 0 | 0.06 | 0.07 | 72 | 0.28 | 0.9 |
Hex | E9 | EC | DD | 1 | 0 | 6 | 7 | 48 | 1C | 5A |
Octal | 351 | 354 | 335 | 1 | 0 | 6 | 7 | 110 | 34 | 132 |
Binary | 11101001 | 11101100 | 11011101 | 1 | 0 | 110 | 111 | 1001000 | 11100 | 1011010 |
Color Harmonies of #E9ECDD
Complementary color
Monochromatic Colors of #E9ECDD
Black with #E9ECDD
Text Example
Text Example
White with #E9ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ECDD; }
p { color: rgb(233,236,221); }
H1.HeaderClassName
{
color: #E9ECDD;
}
.AnyTagClassName
{
color: #E9ECDD;
}
</style>
background-color css
<style>
a { background-color: #E9ECDD; }
a { background-color: rgb(233,236,221); }
div.DivClassName
{
background-color: #E9ECDD;
}
.BgClassName
{
background-color: #E9ECDD;
}
</style>
border-color css
<style>
span { border-color: #E9ECDD; }
span { border-color: rgb(233,236,221); }
td.TdClassName
{
border-color: #E9ECDD;
}
.TagClassName
{
border-color: #E9ECDD;
}
</style>