Shades of Black Squeeze #E8EDDB
Tints of Black Squeeze #E8EDDB
RGB
CMYK
RGB Variations
Color information
#E8EDDB (or 0xE8EDDB) is known color: Black Squeeze. HEX triplet: E8, ED and DB. RGB value is (232,237,219). Sum of RGB (Red+Green+Blue) = 232+237+219=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDDB is #171224. Grayscale: #E9E9E9. Windows color (decimal): -1511973 or 14413288. OLE color: 14413288.
HSL color Cylindrical-coordinate representation of color #E8EDDB: hue angle of 76.67º 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 #E8EDDB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 232 | 237 | 219 | - |
CMYK | 0.02 | 0 | 0.08 | 0.07 |
HSL | 76.67º | 0.33% | 0.89% | - |
HSV(B) | 76.67º | 0.08% | 0.93% | - |
XYZ | 76.35 | 82.84 | 78.98 | - |
YUV | 233.45 | 119.84 | 126.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 237 | 219 | 0.02 | 0 | 0.08 | 0.07 | 76.67 | 0.33 | 0.89 |
Hex | E8 | ED | DB | 2 | 0 | 8 | 7 | 4D | 21 | 59 |
Octal | 350 | 355 | 333 | 2 | 0 | 10 | 7 | 115 | 41 | 131 |
Binary | 11101000 | 11101101 | 11011011 | 10 | 0 | 1000 | 111 | 1001101 | 100001 | 1011001 |
Color Harmonies of #E8EDDB
Complementary color
Monochromatic Colors of #E8EDDB
Black with #E8EDDB
Text Example
Text Example
White with #E8EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDDB; }
p { color: rgb(232,237,219); }
H1.HeaderClassName
{
color: #E8EDDB;
}
.AnyTagClassName
{
color: #E8EDDB;
}
</style>
background-color css
<style>
a { background-color: #E8EDDB; }
a { background-color: rgb(232,237,219); }
div.DivClassName
{
background-color: #E8EDDB;
}
.BgClassName
{
background-color: #E8EDDB;
}
</style>
border-color css
<style>
span { border-color: #E8EDDB; }
span { border-color: rgb(232,237,219); }
td.TdClassName
{
border-color: #E8EDDB;
}
.TagClassName
{
border-color: #E8EDDB;
}
</style>