Shades of Lavender #E8E1FA
Tints of Lavender #E8E1FA
RGB
CMYK
RGB Variations
Color information
#E8E1FA (or 0xE8E1FA) is known color: Lavender. HEX triplet: E8, E1 and FA. RGB value is (232,225,250). Sum of RGB (Red+Green+Blue) = 232+225+250=707 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.81% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8E1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E1FA is #171E05. Grayscale: #E5E5E5. Windows color (decimal): -1515014 or 16441832. OLE color: 16441832.
HSL color Cylindrical-coordinate representation of color #E8E1FA: hue angle of 256.8º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8E1FA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 225 | 250 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.02 |
| HSL | 256.8º | 0.71% | 0.93% | - |
| HSV(B) | 256.8º | 0.1% | 0.98% | - |
| XYZ | 77.46 | 77.91 | 101.4 | - |
| YUV | 229.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 250 | 0.07 | 0.10 | 0 | 0.02 | 256.8 | 0.71 | 0.93 |
| Hex | E8 | E1 | FA | 7 | A | 0 | 2 | 101 | 47 | 5D |
| Octal | 350 | 341 | 372 | 7 | 12 | 0 | 2 | 401 | 107 | 135 |
| Binary | 11101000 | 11100001 | 11111010 | 111 | 1010 | 0 | 10 | 100000001 | 1000111 | 1011101 |
Color Harmonies of #E8E1FA
Complementary color
Monochromatic Colors of #E8E1FA
Black with #E8E1FA
Text Example
Text Example
White with #E8E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E1FA; }
p { color: rgb(232,225,250); }
H1.HeaderClassName
{
color: #E8E1FA;
}
.AnyTagClassName
{
color: #E8E1FA;
}
</style>
background-color css
<style>
a { background-color: #E8E1FA; }
a { background-color: rgb(232,225,250); }
div.DivClassName
{
background-color: #E8E1FA;
}
.BgClassName
{
background-color: #E8E1FA;
}
</style>
border-color css
<style>
span { border-color: #E8E1FA; }
span { border-color: rgb(232,225,250); }
td.TdClassName
{
border-color: #E8E1FA;
}
.TagClassName
{
border-color: #E8E1FA;
}
</style>