Shades of Black Squeeze #E8E9DF
Tints of Black Squeeze #E8E9DF
RGB
CMYK
RGB Variations
Color information
#E8E9DF (or 0xE8E9DF) is known color: Black Squeeze. HEX triplet: E8, E9 and DF. RGB value is (232,233,223). Sum of RGB (Red+Green+Blue) = 232+233+223=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E9DF is #171620. Grayscale: #E7E7E7. Windows color (decimal): -1512993 or 14674408. OLE color: 14674408.
HSL color Cylindrical-coordinate representation of color #E8E9DF: hue angle of 66º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E8E9DF is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 233 | 223 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.09 |
| HSL | 66º | 0.19% | 0.89% | - |
| HSV(B) | 66º | 0.04% | 0.91% | - |
| XYZ | 75.74 | 80.76 | 81.41 | - |
| YUV | 231.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 223 | 0.00 | 0 | 0.04 | 0.09 | 66 | 0.19 | 0.89 |
| Hex | E8 | E9 | DF | 0 | 0 | 4 | 9 | 42 | 13 | 59 |
| Octal | 350 | 351 | 337 | 0 | 0 | 4 | 11 | 102 | 23 | 131 |
| Binary | 11101000 | 11101001 | 11011111 | 0 | 0 | 100 | 1001 | 1000010 | 10011 | 1011001 |
Color Harmonies of #E8E9DF
Complementary color
Monochromatic Colors of #E8E9DF
Black with #E8E9DF
Text Example
Text Example
White with #E8E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E9DF; }
p { color: rgb(232,233,223); }
H1.HeaderClassName
{
color: #E8E9DF;
}
.AnyTagClassName
{
color: #E8E9DF;
}
</style>
background-color css
<style>
a { background-color: #E8E9DF; }
a { background-color: rgb(232,233,223); }
div.DivClassName
{
background-color: #E8E9DF;
}
.BgClassName
{
background-color: #E8E9DF;
}
</style>
border-color css
<style>
span { border-color: #E8E9DF; }
span { border-color: rgb(232,233,223); }
td.TdClassName
{
border-color: #E8E9DF;
}
.TagClassName
{
border-color: #E8E9DF;
}
</style>