Shades of Lavender #E1E2F2
Tints of Lavender #E1E2F2
RGB
CMYK
RGB Variations
Color information
#E1E2F2 (or 0xE1E2F2) is known color: Lavender. HEX triplet: E1, E2 and F2. RGB value is (225,226,242). Sum of RGB (Red+Green+Blue) = 225+226+242=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1E2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2F2 is #1E1D0D. Grayscale: #E3E3E3. Windows color (decimal): -1973518 or 15917793. OLE color: 15917793.
HSL color Cylindrical-coordinate representation of color #E1E2F2: hue angle of 236.47º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1E2F2 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 226 | 242 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.05 |
| HSL | 236.47º | 0.4% | 0.92% | - |
| HSV(B) | 236.47º | 0.07% | 0.95% | - |
| XYZ | 74.27 | 76.81 | 94.92 | - |
| YUV | 227.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 242 | 0.07 | 0.07 | 0 | 0.05 | 236.47 | 0.4 | 0.92 |
| Hex | E1 | E2 | F2 | 7 | 7 | 0 | 5 | EC | 28 | 5C |
| Octal | 341 | 342 | 362 | 7 | 7 | 0 | 5 | 354 | 50 | 134 |
| Binary | 11100001 | 11100010 | 11110010 | 111 | 111 | 0 | 101 | 11101100 | 101000 | 1011100 |
Color Harmonies of #E1E2F2
Complementary color
Monochromatic Colors of #E1E2F2
Black with #E1E2F2
Text Example
Text Example
White with #E1E2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E2F2; }
p { color: rgb(225,226,242); }
H1.HeaderClassName
{
color: #E1E2F2;
}
.AnyTagClassName
{
color: #E1E2F2;
}
</style>
background-color css
<style>
a { background-color: #E1E2F2; }
a { background-color: rgb(225,226,242); }
div.DivClassName
{
background-color: #E1E2F2;
}
.BgClassName
{
background-color: #E1E2F2;
}
</style>
border-color css
<style>
span { border-color: #E1E2F2; }
span { border-color: rgb(225,226,242); }
td.TdClassName
{
border-color: #E1E2F2;
}
.TagClassName
{
border-color: #E1E2F2;
}
</style>