Shades of Lavender #E8E8F6
Tints of Lavender #E8E8F6
RGB
CMYK
RGB Variations
Color information
#E8E8F6 (or 0xE8E8F6) is known color: Lavender. HEX triplet: E8, E8 and F6. RGB value is (232,232,246). Sum of RGB (Red+Green+Blue) = 232+232+246=710 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.68% from 710); Green value is 232 (91.02% from 255 or 32.68% from 710); Blue value is 246 (96.48% from 255 or 34.65% from 710); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8E8F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8E8F6 is #171709. Grayscale: #E9E9E9. Windows color (decimal): -1513226 or 16181480. OLE color: 16181480.
HSL color Cylindrical-coordinate representation of color #E8E8F6: hue angle of 240º degrees, saturation: 0.44, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8E8F6 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 232 | 246 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.04 |
| HSL | 240º | 0.44% | 0.94% | - |
| HSV(B) | 240º | 0.06% | 0.96% | - |
| XYZ | 78.77 | 81.52 | 98.77 | - |
| YUV | 233.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 232 | 246 | 0.06 | 0.06 | 0 | 0.04 | 240 | 0.44 | 0.94 |
| Hex | E8 | E8 | F6 | 6 | 6 | 0 | 4 | F0 | 2C | 5E |
| Octal | 350 | 350 | 366 | 6 | 6 | 0 | 4 | 360 | 54 | 136 |
| Binary | 11101000 | 11101000 | 11110110 | 110 | 110 | 0 | 100 | 11110000 | 101100 | 1011110 |
Color Harmonies of #E8E8F6
Complementary color
Monochromatic Colors of #E8E8F6
Black with #E8E8F6
Text Example
Text Example
White with #E8E8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E8F6; }
p { color: rgb(232,232,246); }
H1.HeaderClassName
{
color: #E8E8F6;
}
.AnyTagClassName
{
color: #E8E8F6;
}
</style>
background-color css
<style>
a { background-color: #E8E8F6; }
a { background-color: rgb(232,232,246); }
div.DivClassName
{
background-color: #E8E8F6;
}
.BgClassName
{
background-color: #E8E8F6;
}
</style>
border-color css
<style>
span { border-color: #E8E8F6; }
span { border-color: rgb(232,232,246); }
td.TdClassName
{
border-color: #E8E8F6;
}
.TagClassName
{
border-color: #E8E8F6;
}
</style>