Shades of Lavender #E5E2F1
Tints of Lavender #E5E2F1
RGB
CMYK
RGB Variations
Color information
#E5E2F1 (or 0xE5E2F1) is known color: Lavender. HEX triplet: E5, E2 and F1. RGB value is (229,226,241). Sum of RGB (Red+Green+Blue) = 229+226+241=696 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.90% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5E2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2F1 is #1A1D0E. Grayscale: #E4E4E4. Windows color (decimal): -1711375 or 15852261. OLE color: 15852261.
HSL color Cylindrical-coordinate representation of color #E5E2F1: hue angle of 252º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5E2F1 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 226 | 241 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.05 |
| HSL | 252º | 0.35% | 0.92% | - |
| HSV(B) | 252º | 0.06% | 0.95% | - |
| XYZ | 75.39 | 77.4 | 94.19 | - |
| YUV | 228.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 241 | 0.05 | 0.06 | 0 | 0.05 | 252 | 0.35 | 0.92 |
| Hex | E5 | E2 | F1 | 5 | 6 | 0 | 5 | FC | 23 | 5C |
| Octal | 345 | 342 | 361 | 5 | 6 | 0 | 5 | 374 | 43 | 134 |
| Binary | 11100101 | 11100010 | 11110001 | 101 | 110 | 0 | 101 | 11111100 | 100011 | 1011100 |
Color Harmonies of #E5E2F1
Complementary color
Monochromatic Colors of #E5E2F1
Black with #E5E2F1
Text Example
Text Example
White with #E5E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2F1; }
p { color: rgb(229,226,241); }
H1.HeaderClassName
{
color: #E5E2F1;
}
.AnyTagClassName
{
color: #E5E2F1;
}
</style>
background-color css
<style>
a { background-color: #E5E2F1; }
a { background-color: rgb(229,226,241); }
div.DivClassName
{
background-color: #E5E2F1;
}
.BgClassName
{
background-color: #E5E2F1;
}
</style>
border-color css
<style>
span { border-color: #E5E2F1; }
span { border-color: rgb(229,226,241); }
td.TdClassName
{
border-color: #E5E2F1;
}
.TagClassName
{
border-color: #E5E2F1;
}
</style>