Shades of Black Squeeze #E9ECDC
Tints of Black Squeeze #E9ECDC
RGB
CMYK
RGB Variations
Color information
#E9ECDC (or 0xE9ECDC) is known color: Black Squeeze. HEX triplet: E9, EC and DC. RGB value is (233,236,220). Sum of RGB (Red+Green+Blue) = 233+236+220=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 236 - color contains mainly: green. Hex color #E9ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9ECDC is #161323. Grayscale: #E9E9E9. Windows color (decimal): -1446692 or 14478569. OLE color: 14478569.
HSL color Cylindrical-coordinate representation of color #E9ECDC: hue angle of 71.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9ECDC is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 236 | 220 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.07 |
| HSL | 71.25º | 0.3% | 0.89% | - |
| HSV(B) | 71.25º | 0.07% | 0.93% | - |
| XYZ | 76.52 | 82.48 | 79.6 | - |
| YUV | 233.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 236 | 220 | 0.01 | 0 | 0.07 | 0.07 | 71.25 | 0.3 | 0.89 |
| Hex | E9 | EC | DC | 1 | 0 | 7 | 7 | 47 | 1E | 59 |
| Octal | 351 | 354 | 334 | 1 | 0 | 7 | 7 | 107 | 36 | 131 |
| Binary | 11101001 | 11101100 | 11011100 | 1 | 0 | 111 | 111 | 1000111 | 11110 | 1011001 |
Color Harmonies of #E9ECDC
Complementary color
Monochromatic Colors of #E9ECDC
Black with #E9ECDC
Text Example
Text Example
White with #E9ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ECDC; }
p { color: rgb(233,236,220); }
H1.HeaderClassName
{
color: #E9ECDC;
}
.AnyTagClassName
{
color: #E9ECDC;
}
</style>
background-color css
<style>
a { background-color: #E9ECDC; }
a { background-color: rgb(233,236,220); }
div.DivClassName
{
background-color: #E9ECDC;
}
.BgClassName
{
background-color: #E9ECDC;
}
</style>
border-color css
<style>
span { border-color: #E9ECDC; }
span { border-color: rgb(233,236,220); }
td.TdClassName
{
border-color: #E9ECDC;
}
.TagClassName
{
border-color: #E9ECDC;
}
</style>