Shades of Lavender #E3E0FE
Tints of Lavender #E3E0FE
RGB
CMYK
RGB Variations
Color information
#E3E0FE (or 0xE3E0FE) is known color: Lavender. HEX triplet: E3, E0 and FE. RGB value is (227,224,254). Sum of RGB (Red+Green+Blue) = 227+224+254=705 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.20% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E0FE is #1C1F01. Grayscale: #E4E4E4. Windows color (decimal): -1842946 or 16703715. OLE color: 16703715.
HSL color Cylindrical-coordinate representation of color #E3E0FE: hue angle of 246º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3E0FE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 224 | 254 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.00 |
| HSL | 246º | 0.94% | 0.94% | - |
| HSV(B) | 246º | 0.12% | 1% | - |
| XYZ | 76.22 | 76.8 | 104.57 | - |
| YUV | 228.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 254 | 0.11 | 0.12 | 0 | 0.00 | 246 | 0.94 | 0.94 |
| Hex | E3 | E0 | FE | B | C | 0 | 0 | F6 | 5E | 5E |
| Octal | 343 | 340 | 376 | 13 | 14 | 0 | 0 | 366 | 136 | 136 |
| Binary | 11100011 | 11100000 | 11111110 | 1011 | 1100 | 0 | 0 | 11110110 | 1011110 | 1011110 |
Color Harmonies of #E3E0FE
Complementary color
Monochromatic Colors of #E3E0FE
Black with #E3E0FE
Text Example
Text Example
White with #E3E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E0FE; }
p { color: rgb(227,224,254); }
H1.HeaderClassName
{
color: #E3E0FE;
}
.AnyTagClassName
{
color: #E3E0FE;
}
</style>
background-color css
<style>
a { background-color: #E3E0FE; }
a { background-color: rgb(227,224,254); }
div.DivClassName
{
background-color: #E3E0FE;
}
.BgClassName
{
background-color: #E3E0FE;
}
</style>
border-color css
<style>
span { border-color: #E3E0FE; }
span { border-color: rgb(227,224,254); }
td.TdClassName
{
border-color: #E3E0FE;
}
.TagClassName
{
border-color: #E3E0FE;
}
</style>