Shades of Lavender #E1E5FF
Tints of Lavender #E1E5FF
RGB
CMYK
RGB Variations
Color information
#E1E5FF (or 0xE1E5FF) is known color: Lavender. HEX triplet: E1, E5 and FF. RGB value is (225,229,255). Sum of RGB (Red+Green+Blue) = 225+229+255=709 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.73% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E5FF is #1E1A00. Grayscale: #E6E6E6. Windows color (decimal): -1972737 or 16770529. OLE color: 16770529.
HSL color Cylindrical-coordinate representation of color #E1E5FF: hue angle of 232º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1E5FF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 229 | 255 | - |
| CMYK | 0.12 | 0.10 | 0 | 0 |
| HSL | 232º | 1% | 0.94% | - |
| HSV(B) | 232º | 0.12% | 1% | - |
| XYZ | 77.12 | 79.27 | 105.84 | - |
| YUV | 230.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 255 | 0.12 | 0.10 | 0 | 0 | 232 | 1 | 0.94 |
| Hex | E1 | E5 | FF | C | A | 0 | 0 | E8 | 64 | 5E |
| Octal | 341 | 345 | 377 | 14 | 12 | 0 | 0 | 350 | 144 | 136 |
| Binary | 11100001 | 11100101 | 11111111 | 1100 | 1010 | 0 | 0 | 11101000 | 1100100 | 1011110 |
Color Harmonies of #E1E5FF
Complementary color
Monochromatic Colors of #E1E5FF
Black with #E1E5FF
Text Example
Text Example
White with #E1E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E5FF; }
p { color: rgb(225,229,255); }
H1.HeaderClassName
{
color: #E1E5FF;
}
.AnyTagClassName
{
color: #E1E5FF;
}
</style>
background-color css
<style>
a { background-color: #E1E5FF; }
a { background-color: rgb(225,229,255); }
div.DivClassName
{
background-color: #E1E5FF;
}
.BgClassName
{
background-color: #E1E5FF;
}
</style>
border-color css
<style>
span { border-color: #E1E5FF; }
span { border-color: rgb(225,229,255); }
td.TdClassName
{
border-color: #E1E5FF;
}
.TagClassName
{
border-color: #E1E5FF;
}
</style>