Shades of Lavender #E4E3FE
Tints of Lavender #E4E3FE
RGB
CMYK
RGB Variations
Color information
#E4E3FE (or 0xE4E3FE) is known color: Lavender. HEX triplet: E4, E3 and FE. RGB value is (228,227,254). Sum of RGB (Red+Green+Blue) = 228+227+254=709 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.16% from 709); Green value is 227 (89.06% from 255 or 32.02% 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 #E4E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E3FE is #1B1C01. Grayscale: #E6E6E6. Windows color (decimal): -1776642 or 16704484. OLE color: 16704484.
HSL color Cylindrical-coordinate representation of color #E4E3FE: hue angle of 242.22º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4E3FE is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 227 | 254 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.00 |
| HSL | 242.22º | 0.93% | 0.94% | - |
| HSV(B) | 242.22º | 0.11% | 1% | - |
| XYZ | 77.35 | 78.59 | 104.86 | - |
| YUV | 230.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 227 | 254 | 0.10 | 0.11 | 0 | 0.00 | 242.22 | 0.93 | 0.94 |
| Hex | E4 | E3 | FE | A | B | 0 | 0 | F2 | 5D | 5E |
| Octal | 344 | 343 | 376 | 12 | 13 | 0 | 0 | 362 | 135 | 136 |
| Binary | 11100100 | 11100011 | 11111110 | 1010 | 1011 | 0 | 0 | 11110010 | 1011101 | 1011110 |
Color Harmonies of #E4E3FE
Complementary color
Monochromatic Colors of #E4E3FE
Black with #E4E3FE
Text Example
Text Example
White with #E4E3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E3FE; }
p { color: rgb(228,227,254); }
H1.HeaderClassName
{
color: #E4E3FE;
}
.AnyTagClassName
{
color: #E4E3FE;
}
</style>
background-color css
<style>
a { background-color: #E4E3FE; }
a { background-color: rgb(228,227,254); }
div.DivClassName
{
background-color: #E4E3FE;
}
.BgClassName
{
background-color: #E4E3FE;
}
</style>
border-color css
<style>
span { border-color: #E4E3FE; }
span { border-color: rgb(228,227,254); }
td.TdClassName
{
border-color: #E4E3FE;
}
.TagClassName
{
border-color: #E4E3FE;
}
</style>