Shades of Lavender #E2E1F1
Tints of Lavender #E2E1F1
RGB
CMYK
RGB Variations
Color information
#E2E1F1 (or 0xE2E1F1) is known color: Lavender. HEX triplet: E2, E1 and F1. RGB value is (226,225,241). Sum of RGB (Red+Green+Blue) = 226+225+241=692 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.66% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2E1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1F1 is #1D1E0E. Grayscale: #E3E3E3. Windows color (decimal): -1908239 or 15852002. OLE color: 15852002.
HSL color Cylindrical-coordinate representation of color #E2E1F1: hue angle of 243.75º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2E1F1 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 225 | 241 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.05 |
| HSL | 243.75º | 0.36% | 0.91% | - |
| HSV(B) | 243.75º | 0.07% | 0.95% | - |
| XYZ | 74.17 | 76.37 | 94.05 | - |
| YUV | 227.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 241 | 0.06 | 0.07 | 0 | 0.05 | 243.75 | 0.36 | 0.91 |
| Hex | E2 | E1 | F1 | 6 | 7 | 0 | 5 | F4 | 24 | 5B |
| Octal | 342 | 341 | 361 | 6 | 7 | 0 | 5 | 364 | 44 | 133 |
| Binary | 11100010 | 11100001 | 11110001 | 110 | 111 | 0 | 101 | 11110100 | 100100 | 1011011 |
Color Harmonies of #E2E1F1
Complementary color
Monochromatic Colors of #E2E1F1
Black with #E2E1F1
Text Example
Text Example
White with #E2E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1F1; }
p { color: rgb(226,225,241); }
H1.HeaderClassName
{
color: #E2E1F1;
}
.AnyTagClassName
{
color: #E2E1F1;
}
</style>
background-color css
<style>
a { background-color: #E2E1F1; }
a { background-color: rgb(226,225,241); }
div.DivClassName
{
background-color: #E2E1F1;
}
.BgClassName
{
background-color: #E2E1F1;
}
</style>
border-color css
<style>
span { border-color: #E2E1F1; }
span { border-color: rgb(226,225,241); }
td.TdClassName
{
border-color: #E2E1F1;
}
.TagClassName
{
border-color: #E2E1F1;
}
</style>