Shades of Lavender #E1E3EF
Tints of Lavender #E1E3EF
RGB
CMYK
RGB Variations
Color information
#E1E3EF (or 0xE1E3EF) is known color: Lavender. HEX triplet: E1, E3 and EF. RGB value is (225,227,239). Sum of RGB (Red+Green+Blue) = 225+227+239=691 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.56% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E3EF is #1E1C10. Grayscale: #E3E3E3. Windows color (decimal): -1973265 or 15721441. OLE color: 15721441.
HSL color Cylindrical-coordinate representation of color #E1E3EF: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1E3EF is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 227 | 239 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.06 |
| HSL | 231.43º | 0.3% | 0.91% | - |
| HSV(B) | 231.43º | 0.06% | 0.94% | - |
| XYZ | 74.1 | 77.18 | 92.65 | - |
| YUV | 227.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 239 | 0.06 | 0.05 | 0 | 0.06 | 231.43 | 0.3 | 0.91 |
| Hex | E1 | E3 | EF | 6 | 5 | 0 | 6 | E7 | 1E | 5B |
| Octal | 341 | 343 | 357 | 6 | 5 | 0 | 6 | 347 | 36 | 133 |
| Binary | 11100001 | 11100011 | 11101111 | 110 | 101 | 0 | 110 | 11100111 | 11110 | 1011011 |
Color Harmonies of #E1E3EF
Complementary color
Monochromatic Colors of #E1E3EF
Black with #E1E3EF
Text Example
Text Example
White with #E1E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E3EF; }
p { color: rgb(225,227,239); }
H1.HeaderClassName
{
color: #E1E3EF;
}
.AnyTagClassName
{
color: #E1E3EF;
}
</style>
background-color css
<style>
a { background-color: #E1E3EF; }
a { background-color: rgb(225,227,239); }
div.DivClassName
{
background-color: #E1E3EF;
}
.BgClassName
{
background-color: #E1E3EF;
}
</style>
border-color css
<style>
span { border-color: #E1E3EF; }
span { border-color: rgb(225,227,239); }
td.TdClassName
{
border-color: #E1E3EF;
}
.TagClassName
{
border-color: #E1E3EF;
}
</style>