Shades of Lavender #E8E1FC
Tints of Lavender #E8E1FC
RGB
CMYK
RGB Variations
Color information
#E8E1FC (or 0xE8E1FC) is known color: Lavender. HEX triplet: E8, E1 and FC. RGB value is (232,225,252). Sum of RGB (Red+Green+Blue) = 232+225+252=709 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.72% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8E1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E1FC is #171E03. Grayscale: #E6E6E6. Windows color (decimal): -1515012 or 16572904. OLE color: 16572904.
HSL color Cylindrical-coordinate representation of color #E8E1FC: hue angle of 255.56º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8E1FC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 225 | 252 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.01 |
| HSL | 255.56º | 0.82% | 0.94% | - |
| HSV(B) | 255.56º | 0.11% | 0.99% | - |
| XYZ | 77.77 | 78.03 | 103.06 | - |
| YUV | 230.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 252 | 0.08 | 0.11 | 0 | 0.01 | 255.56 | 0.82 | 0.94 |
| Hex | E8 | E1 | FC | 8 | B | 0 | 1 | 100 | 52 | 5E |
| Octal | 350 | 341 | 374 | 10 | 13 | 0 | 1 | 400 | 122 | 136 |
| Binary | 11101000 | 11100001 | 11111100 | 1000 | 1011 | 0 | 1 | 100000000 | 1010010 | 1011110 |
Color Harmonies of #E8E1FC
Complementary color
Monochromatic Colors of #E8E1FC
Black with #E8E1FC
Text Example
Text Example
White with #E8E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E1FC; }
p { color: rgb(232,225,252); }
H1.HeaderClassName
{
color: #E8E1FC;
}
.AnyTagClassName
{
color: #E8E1FC;
}
</style>
background-color css
<style>
a { background-color: #E8E1FC; }
a { background-color: rgb(232,225,252); }
div.DivClassName
{
background-color: #E8E1FC;
}
.BgClassName
{
background-color: #E8E1FC;
}
</style>
border-color css
<style>
span { border-color: #E8E1FC; }
span { border-color: rgb(232,225,252); }
td.TdClassName
{
border-color: #E8E1FC;
}
.TagClassName
{
border-color: #E8E1FC;
}
</style>