Shades of Black Squeeze #E7ECD8
Tints of Black Squeeze #E7ECD8
RGB
CMYK
RGB Variations
Color information
#E7ECD8 (or 0xE7ECD8) is known color: Black Squeeze. HEX triplet: E7, EC and D8. RGB value is (231,236,216). Sum of RGB (Red+Green+Blue) = 231+236+216=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #E7ECD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7ECD8 is #181327. Grayscale: #E8E8E8. Windows color (decimal): -1577768 or 14216423. OLE color: 14216423.
HSL color Cylindrical-coordinate representation of color #E7ECD8: hue angle of 75º degrees, saturation: 0.34, 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 #E7ECD8 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 236 | 216 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.07 |
| HSL | 75º | 0.34% | 0.89% | - |
| HSV(B) | 75º | 0.08% | 0.93% | - |
| XYZ | 75.35 | 81.94 | 76.81 | - |
| YUV | 232.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 236 | 216 | 0.02 | 0 | 0.08 | 0.07 | 75 | 0.34 | 0.89 |
| Hex | E7 | EC | D8 | 2 | 0 | 8 | 7 | 4B | 22 | 59 |
| Octal | 347 | 354 | 330 | 2 | 0 | 10 | 7 | 113 | 42 | 131 |
| Binary | 11100111 | 11101100 | 11011000 | 10 | 0 | 1000 | 111 | 1001011 | 100010 | 1011001 |
Color Harmonies of #E7ECD8
Complementary color
Monochromatic Colors of #E7ECD8
Black with #E7ECD8
Text Example
Text Example
White with #E7ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ECD8; }
p { color: rgb(231,236,216); }
H1.HeaderClassName
{
color: #E7ECD8;
}
.AnyTagClassName
{
color: #E7ECD8;
}
</style>
background-color css
<style>
a { background-color: #E7ECD8; }
a { background-color: rgb(231,236,216); }
div.DivClassName
{
background-color: #E7ECD8;
}
.BgClassName
{
background-color: #E7ECD8;
}
</style>
border-color css
<style>
span { border-color: #E7ECD8; }
span { border-color: rgb(231,236,216); }
td.TdClassName
{
border-color: #E7ECD8;
}
.TagClassName
{
border-color: #E7ECD8;
}
</style>