Shades of Black Squeeze #E9EDDD
Tints of Black Squeeze #E9EDDD
RGB
CMYK
RGB Variations
Color information
#E9EDDD (or 0xE9EDDD) is known color: Black Squeeze. HEX triplet: E9, ED and DD. RGB value is (233,237,221). Sum of RGB (Red+Green+Blue) = 233+237+221=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDDD is #161222. Grayscale: #EAEAEA. Windows color (decimal): -1446435 or 14544361. OLE color: 14544361.
HSL color Cylindrical-coordinate representation of color #E9EDDD: hue angle of 75º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9EDDD is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 237 | 221 | - |
CMYK | 0.02 | 0 | 0.07 | 0.07 |
HSL | 75º | 0.31% | 0.9% | - |
HSV(B) | 75º | 0.07% | 0.93% | - |
XYZ | 76.94 | 83.11 | 80.39 | - |
YUV | 233.98 | 120.67 | 127.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 237 | 221 | 0.02 | 0 | 0.07 | 0.07 | 75 | 0.31 | 0.9 |
Hex | E9 | ED | DD | 2 | 0 | 7 | 7 | 4B | 1F | 5A |
Octal | 351 | 355 | 335 | 2 | 0 | 7 | 7 | 113 | 37 | 132 |
Binary | 11101001 | 11101101 | 11011101 | 10 | 0 | 111 | 111 | 1001011 | 11111 | 1011010 |
Color Harmonies of #E9EDDD
Complementary color
Monochromatic Colors of #E9EDDD
Black with #E9EDDD
Text Example
Text Example
White with #E9EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDDD; }
p { color: rgb(233,237,221); }
H1.HeaderClassName
{
color: #E9EDDD;
}
.AnyTagClassName
{
color: #E9EDDD;
}
</style>
background-color css
<style>
a { background-color: #E9EDDD; }
a { background-color: rgb(233,237,221); }
div.DivClassName
{
background-color: #E9EDDD;
}
.BgClassName
{
background-color: #E9EDDD;
}
</style>
border-color css
<style>
span { border-color: #E9EDDD; }
span { border-color: rgb(233,237,221); }
td.TdClassName
{
border-color: #E9EDDD;
}
.TagClassName
{
border-color: #E9EDDD;
}
</style>