Shades of Lavender #E8E8EC
Tints of Lavender #E8E8EC
RGB
CMYK
RGB Variations
Color information
#E8E8EC (or 0xE8E8EC) is known color: Lavender. HEX triplet: E8, E8 and EC. RGB value is (232,232,236). Sum of RGB (Red+Green+Blue) = 232+232+236=700 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.14% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8E8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8E8EC is #171713. Grayscale: #E8E8E8. Windows color (decimal): -1513236 or 15526120. OLE color: 15526120.
HSL color Cylindrical-coordinate representation of color #E8E8EC: hue angle of 240º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E8E8EC is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 232 | 236 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.07 |
| HSL | 240º | 0.1% | 0.92% | - |
| HSV(B) | 240º | 0.02% | 0.93% | - |
| XYZ | 77.28 | 80.93 | 90.9 | - |
| YUV | 232.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 232 | 236 | 0.02 | 0.02 | 0 | 0.07 | 240 | 0.1 | 0.92 |
| Hex | E8 | E8 | EC | 2 | 2 | 0 | 7 | F0 | A | 5C |
| Octal | 350 | 350 | 354 | 2 | 2 | 0 | 7 | 360 | 12 | 134 |
| Binary | 11101000 | 11101000 | 11101100 | 10 | 10 | 0 | 111 | 11110000 | 1010 | 1011100 |
Color Harmonies of #E8E8EC
Complementary color
Monochromatic Colors of #E8E8EC
Black with #E8E8EC
Text Example
Text Example
White with #E8E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E8EC; }
p { color: rgb(232,232,236); }
H1.HeaderClassName
{
color: #E8E8EC;
}
.AnyTagClassName
{
color: #E8E8EC;
}
</style>
background-color css
<style>
a { background-color: #E8E8EC; }
a { background-color: rgb(232,232,236); }
div.DivClassName
{
background-color: #E8E8EC;
}
.BgClassName
{
background-color: #E8E8EC;
}
</style>
border-color css
<style>
span { border-color: #E8E8EC; }
span { border-color: rgb(232,232,236); }
td.TdClassName
{
border-color: #E8E8EC;
}
.TagClassName
{
border-color: #E8E8EC;
}
</style>