Shades of Lavender #E1E6FE
Tints of Lavender #E1E6FE
RGB
CMYK
RGB Variations
Color information
#E1E6FE (or 0xE1E6FE) is known color: Lavender. HEX triplet: E1, E6 and FE. RGB value is (225,230,254). Sum of RGB (Red+Green+Blue) = 225+230+254=709 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.73% from 709); Green value is 230 (90.23% from 255 or 32.44% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6FE is #1E1901. Grayscale: #E7E7E7. Windows color (decimal): -1972482 or 16705249. OLE color: 16705249.
HSL color Cylindrical-coordinate representation of color #E1E6FE: hue angle of 229.66º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E6FE is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 230 | 254 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.00 |
| HSL | 229.66º | 0.94% | 0.94% | - |
| HSV(B) | 229.66º | 0.11% | 1% | - |
| XYZ | 77.24 | 79.76 | 105.09 | - |
| YUV | 231.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 254 | 0.11 | 0.09 | 0 | 0.00 | 229.66 | 0.94 | 0.94 |
| Hex | E1 | E6 | FE | B | 9 | 0 | 0 | E6 | 5E | 5E |
| Octal | 341 | 346 | 376 | 13 | 11 | 0 | 0 | 346 | 136 | 136 |
| Binary | 11100001 | 11100110 | 11111110 | 1011 | 1001 | 0 | 0 | 11100110 | 1011110 | 1011110 |
Color Harmonies of #E1E6FE
Complementary color
Monochromatic Colors of #E1E6FE
Black with #E1E6FE
Text Example
Text Example
White with #E1E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6FE; }
p { color: rgb(225,230,254); }
H1.HeaderClassName
{
color: #E1E6FE;
}
.AnyTagClassName
{
color: #E1E6FE;
}
</style>
background-color css
<style>
a { background-color: #E1E6FE; }
a { background-color: rgb(225,230,254); }
div.DivClassName
{
background-color: #E1E6FE;
}
.BgClassName
{
background-color: #E1E6FE;
}
</style>
border-color css
<style>
span { border-color: #E1E6FE; }
span { border-color: rgb(225,230,254); }
td.TdClassName
{
border-color: #E1E6FE;
}
.TagClassName
{
border-color: #E1E6FE;
}
</style>