Shades of Black Squeeze #E9EBDD
Tints of Black Squeeze #E9EBDD
RGB
CMYK
RGB Variations
Color information
#E9EBDD (or 0xE9EBDD) is known color: Black Squeeze. HEX triplet: E9, EB and DD. RGB value is (233,235,221). Sum of RGB (Red+Green+Blue) = 233+235+221=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 235 - color contains mainly: green. Hex color #E9EBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EBDD is #161422. Grayscale: #E8E8E8. Windows color (decimal): -1446947 or 14543849. OLE color: 14543849.
HSL color Cylindrical-coordinate representation of color #E9EBDD: hue angle of 68.57º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9EBDD is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 235 | 221 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.08 |
| HSL | 68.57º | 0.26% | 0.89% | - |
| HSV(B) | 68.57º | 0.06% | 0.92% | - |
| XYZ | 76.36 | 81.96 | 80.2 | - |
| YUV | 232.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 235 | 221 | 0.01 | 0 | 0.06 | 0.08 | 68.57 | 0.26 | 0.89 |
| Hex | E9 | EB | DD | 1 | 0 | 6 | 8 | 45 | 1A | 59 |
| Octal | 351 | 353 | 335 | 1 | 0 | 6 | 10 | 105 | 32 | 131 |
| Binary | 11101001 | 11101011 | 11011101 | 1 | 0 | 110 | 1000 | 1000101 | 11010 | 1011001 |
Color Harmonies of #E9EBDD
Complementary color
Monochromatic Colors of #E9EBDD
Black with #E9EBDD
Text Example
Text Example
White with #E9EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EBDD; }
p { color: rgb(233,235,221); }
H1.HeaderClassName
{
color: #E9EBDD;
}
.AnyTagClassName
{
color: #E9EBDD;
}
</style>
background-color css
<style>
a { background-color: #E9EBDD; }
a { background-color: rgb(233,235,221); }
div.DivClassName
{
background-color: #E9EBDD;
}
.BgClassName
{
background-color: #E9EBDD;
}
</style>
border-color css
<style>
span { border-color: #E9EBDD; }
span { border-color: rgb(233,235,221); }
td.TdClassName
{
border-color: #E9EBDD;
}
.TagClassName
{
border-color: #E9EBDD;
}
</style>