Shades of Black Squeeze #E8EBDC
Tints of Black Squeeze #E8EBDC
RGB
CMYK
RGB Variations
Color information
#E8EBDC (or 0xE8EBDC) is known color: Black Squeeze. HEX triplet: E8, EB and DC. RGB value is (232,235,220). Sum of RGB (Red+Green+Blue) = 232+235+220=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EBDC is #171423. Grayscale: #E8E8E8. Windows color (decimal): -1512484 or 14478312. OLE color: 14478312.
HSL color Cylindrical-coordinate representation of color #E8EBDC: hue angle of 72º degrees, saturation: 0.27, 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 #E8EBDC is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 232 | 235 | 220 | - |
CMYK | 0.01 | 0 | 0.06 | 0.08 |
HSL | 72º | 0.27% | 0.89% | - |
HSV(B) | 72º | 0.06% | 0.92% | - |
XYZ | 75.91 | 81.74 | 79.49 | - |
YUV | 232.39 | 121.01 | 127.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 235 | 220 | 0.01 | 0 | 0.06 | 0.08 | 72 | 0.27 | 0.89 |
Hex | E8 | EB | DC | 1 | 0 | 6 | 8 | 48 | 1B | 59 |
Octal | 350 | 353 | 334 | 1 | 0 | 6 | 10 | 110 | 33 | 131 |
Binary | 11101000 | 11101011 | 11011100 | 1 | 0 | 110 | 1000 | 1001000 | 11011 | 1011001 |
Color Harmonies of #E8EBDC
Complementary color
Monochromatic Colors of #E8EBDC
Black with #E8EBDC
Text Example
Text Example
White with #E8EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EBDC; }
p { color: rgb(232,235,220); }
H1.HeaderClassName
{
color: #E8EBDC;
}
.AnyTagClassName
{
color: #E8EBDC;
}
</style>
background-color css
<style>
a { background-color: #E8EBDC; }
a { background-color: rgb(232,235,220); }
div.DivClassName
{
background-color: #E8EBDC;
}
.BgClassName
{
background-color: #E8EBDC;
}
</style>
border-color css
<style>
span { border-color: #E8EBDC; }
span { border-color: rgb(232,235,220); }
td.TdClassName
{
border-color: #E8EBDC;
}
.TagClassName
{
border-color: #E8EBDC;
}
</style>