Shades of Lavender #E8E9FA
Tints of Lavender #E8E9FA
RGB
CMYK
RGB Variations
Color information
#E8E9FA (or 0xE8E9FA) is known color: Lavender. HEX triplet: E8, E9 and FA. RGB value is (232,233,250). Sum of RGB (Red+Green+Blue) = 232+233+250=715 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.45% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8E9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8E9FA is #171605. Grayscale: #EAEAEA. Windows color (decimal): -1512966 or 16443880. OLE color: 16443880.
HSL color Cylindrical-coordinate representation of color #E8E9FA: hue angle of 236.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8E9FA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 233 | 250 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.02 |
| HSL | 236.67º | 0.64% | 0.95% | - |
| HSV(B) | 236.67º | 0.07% | 0.98% | - |
| XYZ | 79.67 | 82.34 | 102.14 | - |
| YUV | 234.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 250 | 0.07 | 0.07 | 0 | 0.02 | 236.67 | 0.64 | 0.95 |
| Hex | E8 | E9 | FA | 7 | 7 | 0 | 2 | ED | 40 | 5F |
| Octal | 350 | 351 | 372 | 7 | 7 | 0 | 2 | 355 | 100 | 137 |
| Binary | 11101000 | 11101001 | 11111010 | 111 | 111 | 0 | 10 | 11101101 | 1000000 | 1011111 |
Color Harmonies of #E8E9FA
Complementary color
Monochromatic Colors of #E8E9FA
Black with #E8E9FA
Text Example
Text Example
White with #E8E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E9FA; }
p { color: rgb(232,233,250); }
H1.HeaderClassName
{
color: #E8E9FA;
}
.AnyTagClassName
{
color: #E8E9FA;
}
</style>
background-color css
<style>
a { background-color: #E8E9FA; }
a { background-color: rgb(232,233,250); }
div.DivClassName
{
background-color: #E8E9FA;
}
.BgClassName
{
background-color: #E8E9FA;
}
</style>
border-color css
<style>
span { border-color: #E8E9FA; }
span { border-color: rgb(232,233,250); }
td.TdClassName
{
border-color: #E8E9FA;
}
.TagClassName
{
border-color: #E8E9FA;
}
</style>