Shades of Lavender #E1E4F7
Tints of Lavender #E1E4F7
RGB
CMYK
RGB Variations
Color information
#E1E4F7 (or 0xE1E4F7) is known color: Lavender. HEX triplet: E1, E4 and F7. RGB value is (225,228,247). Sum of RGB (Red+Green+Blue) = 225+228+247=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 247 (96.88% from 255 or 35.29% from 700); Max value from RGB is 247 - color contains mainly: blue. Hex color #E1E4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4F7 is #1E1B08. Grayscale: #E5E5E5. Windows color (decimal): -1973001 or 16245985. OLE color: 16245985.
HSL color Cylindrical-coordinate representation of color #E1E4F7: hue angle of 231.82º degrees, saturation: 0.58, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1E4F7 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 228 | 247 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.03 |
| HSL | 231.82º | 0.58% | 0.93% | - |
| HSV(B) | 231.82º | 0.09% | 0.97% | - |
| XYZ | 75.58 | 78.21 | 99.11 | - |
| YUV | 229.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 247 | 0.09 | 0.08 | 0 | 0.03 | 231.82 | 0.58 | 0.93 |
| Hex | E1 | E4 | F7 | 9 | 8 | 0 | 3 | E8 | 3A | 5D |
| Octal | 341 | 344 | 367 | 11 | 10 | 0 | 3 | 350 | 72 | 135 |
| Binary | 11100001 | 11100100 | 11110111 | 1001 | 1000 | 0 | 11 | 11101000 | 111010 | 1011101 |
Color Harmonies of #E1E4F7
Complementary color
Monochromatic Colors of #E1E4F7
Black with #E1E4F7
Text Example
Text Example
White with #E1E4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4F7; }
p { color: rgb(225,228,247); }
H1.HeaderClassName
{
color: #E1E4F7;
}
.AnyTagClassName
{
color: #E1E4F7;
}
</style>
background-color css
<style>
a { background-color: #E1E4F7; }
a { background-color: rgb(225,228,247); }
div.DivClassName
{
background-color: #E1E4F7;
}
.BgClassName
{
background-color: #E1E4F7;
}
</style>
border-color css
<style>
span { border-color: #E1E4F7; }
span { border-color: rgb(225,228,247); }
td.TdClassName
{
border-color: #E1E4F7;
}
.TagClassName
{
border-color: #E1E4F7;
}
</style>