Shades of Black Squeeze #E9ECD8
Tints of Black Squeeze #E9ECD8
RGB
CMYK
RGB Variations
Color information
#E9ECD8 (or 0xE9ECD8) is known color: Black Squeeze. HEX triplet: E9, EC and D8. RGB value is (233,236,216). Sum of RGB (Red+Green+Blue) = 233+236+216=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #E9ECD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9ECD8 is #161327. Grayscale: #E8E8E8. Windows color (decimal): -1446696 or 14216425. OLE color: 14216425.
HSL color Cylindrical-coordinate representation of color #E9ECD8: hue angle of 69º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9ECD8 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 236 | 216 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.07 |
| HSL | 69º | 0.34% | 0.89% | - |
| HSV(B) | 69º | 0.08% | 0.93% | - |
| XYZ | 75.99 | 82.27 | 76.84 | - |
| YUV | 232.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 236 | 216 | 0.01 | 0 | 0.08 | 0.07 | 69 | 0.34 | 0.89 |
| Hex | E9 | EC | D8 | 1 | 0 | 8 | 7 | 45 | 22 | 59 |
| Octal | 351 | 354 | 330 | 1 | 0 | 10 | 7 | 105 | 42 | 131 |
| Binary | 11101001 | 11101100 | 11011000 | 1 | 0 | 1000 | 111 | 1000101 | 100010 | 1011001 |
Color Harmonies of #E9ECD8
Complementary color
Monochromatic Colors of #E9ECD8
Black with #E9ECD8
Text Example
Text Example
White with #E9ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ECD8; }
p { color: rgb(233,236,216); }
H1.HeaderClassName
{
color: #E9ECD8;
}
.AnyTagClassName
{
color: #E9ECD8;
}
</style>
background-color css
<style>
a { background-color: #E9ECD8; }
a { background-color: rgb(233,236,216); }
div.DivClassName
{
background-color: #E9ECD8;
}
.BgClassName
{
background-color: #E9ECD8;
}
</style>
border-color css
<style>
span { border-color: #E9ECD8; }
span { border-color: rgb(233,236,216); }
td.TdClassName
{
border-color: #E9ECD8;
}
.TagClassName
{
border-color: #E9ECD8;
}
</style>