Shades of Black Squeeze #E9EDDB
Tints of Black Squeeze #E9EDDB
RGB
CMYK
RGB Variations
Color information
#E9EDDB (or 0xE9EDDB) is known color: Black Squeeze. HEX triplet: E9, ED and DB. RGB value is (233,237,219). Sum of RGB (Red+Green+Blue) = 233+237+219=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDDB is #161224. Grayscale: #E9E9E9. Windows color (decimal): -1446437 or 14413289. OLE color: 14413289.
HSL color Cylindrical-coordinate representation of color #E9EDDB: hue angle of 73.33º degrees, saturation: 0.33, 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 #E9EDDB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 237 | 219 | - |
CMYK | 0.02 | 0 | 0.08 | 0.07 |
HSL | 73.33º | 0.33% | 0.89% | - |
HSV(B) | 73.33º | 0.08% | 0.93% | - |
XYZ | 76.67 | 83.01 | 79 | - |
YUV | 233.75 | 119.67 | 127.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 237 | 219 | 0.02 | 0 | 0.08 | 0.07 | 73.33 | 0.33 | 0.89 |
Hex | E9 | ED | DB | 2 | 0 | 8 | 7 | 49 | 21 | 59 |
Octal | 351 | 355 | 333 | 2 | 0 | 10 | 7 | 111 | 41 | 131 |
Binary | 11101001 | 11101101 | 11011011 | 10 | 0 | 1000 | 111 | 1001001 | 100001 | 1011001 |
Color Harmonies of #E9EDDB
Complementary color
Monochromatic Colors of #E9EDDB
Black with #E9EDDB
Text Example
Text Example
White with #E9EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDDB; }
p { color: rgb(233,237,219); }
H1.HeaderClassName
{
color: #E9EDDB;
}
.AnyTagClassName
{
color: #E9EDDB;
}
</style>
background-color css
<style>
a { background-color: #E9EDDB; }
a { background-color: rgb(233,237,219); }
div.DivClassName
{
background-color: #E9EDDB;
}
.BgClassName
{
background-color: #E9EDDB;
}
</style>
border-color css
<style>
span { border-color: #E9EDDB; }
span { border-color: rgb(233,237,219); }
td.TdClassName
{
border-color: #E9EDDB;
}
.TagClassName
{
border-color: #E9EDDB;
}
</style>