Shades of Lavender #E4E1F1
Tints of Lavender #E4E1F1
RGB
CMYK
RGB Variations
Color information
#E4E1F1 (or 0xE4E1F1) is known color: Lavender. HEX triplet: E4, E1 and F1. RGB value is (228,225,241). Sum of RGB (Red+Green+Blue) = 228+225+241=694 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.85% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4E1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E1F1 is #1B1E0E. Grayscale: #E3E3E3. Windows color (decimal): -1777167 or 15852004. OLE color: 15852004.
HSL color Cylindrical-coordinate representation of color #E4E1F1: hue angle of 251.25º 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 #E4E1F1 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 225 | 241 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.05 |
| HSL | 251.25º | 0.36% | 0.91% | - |
| HSV(B) | 251.25º | 0.07% | 0.95% | - |
| XYZ | 74.8 | 76.7 | 94.08 | - |
| YUV | 227.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 225 | 241 | 0.05 | 0.07 | 0 | 0.05 | 251.25 | 0.36 | 0.91 |
| Hex | E4 | E1 | F1 | 5 | 7 | 0 | 5 | FB | 24 | 5B |
| Octal | 344 | 341 | 361 | 5 | 7 | 0 | 5 | 373 | 44 | 133 |
| Binary | 11100100 | 11100001 | 11110001 | 101 | 111 | 0 | 101 | 11111011 | 100100 | 1011011 |
Color Harmonies of #E4E1F1
Complementary color
Monochromatic Colors of #E4E1F1
Black with #E4E1F1
Text Example
Text Example
White with #E4E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E1F1; }
p { color: rgb(228,225,241); }
H1.HeaderClassName
{
color: #E4E1F1;
}
.AnyTagClassName
{
color: #E4E1F1;
}
</style>
background-color css
<style>
a { background-color: #E4E1F1; }
a { background-color: rgb(228,225,241); }
div.DivClassName
{
background-color: #E4E1F1;
}
.BgClassName
{
background-color: #E4E1F1;
}
</style>
border-color css
<style>
span { border-color: #E4E1F1; }
span { border-color: rgb(228,225,241); }
td.TdClassName
{
border-color: #E4E1F1;
}
.TagClassName
{
border-color: #E4E1F1;
}
</style>