Shades of Black Squeeze #E7ECD7
Tints of Black Squeeze #E7ECD7
RGB
CMYK
RGB Variations
Color information
#E7ECD7 (or 0xE7ECD7) is known color: Black Squeeze. HEX triplet: E7, EC and D7. RGB value is (231,236,215). Sum of RGB (Red+Green+Blue) = 231+236+215=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 215 (84.38% from 255 or 31.52% from 682); Max value from RGB is 236 - color contains mainly: green. Hex color #E7ECD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7ECD7 is #181328. Grayscale: #E8E8E8. Windows color (decimal): -1577769 or 14150887. OLE color: 14150887.
HSL color Cylindrical-coordinate representation of color #E7ECD7: hue angle of 74.29º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7ECD7 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 236 | 215 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.07 |
| HSL | 74.29º | 0.36% | 0.88% | - |
| HSV(B) | 74.29º | 0.09% | 0.93% | - |
| XYZ | 75.22 | 81.89 | 76.13 | - |
| YUV | 232.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 236 | 215 | 0.02 | 0 | 0.09 | 0.07 | 74.29 | 0.36 | 0.88 |
| Hex | E7 | EC | D7 | 2 | 0 | 9 | 7 | 4A | 24 | 58 |
| Octal | 347 | 354 | 327 | 2 | 0 | 11 | 7 | 112 | 44 | 130 |
| Binary | 11100111 | 11101100 | 11010111 | 10 | 0 | 1001 | 111 | 1001010 | 100100 | 1011000 |
Color Harmonies of #E7ECD7
Complementary color
Monochromatic Colors of #E7ECD7
Black with #E7ECD7
Text Example
Text Example
White with #E7ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ECD7; }
p { color: rgb(231,236,215); }
H1.HeaderClassName
{
color: #E7ECD7;
}
.AnyTagClassName
{
color: #E7ECD7;
}
</style>
background-color css
<style>
a { background-color: #E7ECD7; }
a { background-color: rgb(231,236,215); }
div.DivClassName
{
background-color: #E7ECD7;
}
.BgClassName
{
background-color: #E7ECD7;
}
</style>
border-color css
<style>
span { border-color: #E7ECD7; }
span { border-color: rgb(231,236,215); }
td.TdClassName
{
border-color: #E7ECD7;
}
.TagClassName
{
border-color: #E7ECD7;
}
</style>