Shades of Lavender #E4E2EF
Tints of Lavender #E4E2EF
RGB
CMYK
RGB Variations
Color information
#E4E2EF (or 0xE4E2EF) is known color: Lavender. HEX triplet: E4, E2 and EF. RGB value is (228,226,239). Sum of RGB (Red+Green+Blue) = 228+226+239=693 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.90% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E2EF is #1B1D10. Grayscale: #E4E4E4. Windows color (decimal): -1776913 or 15721188. OLE color: 15721188.
HSL color Cylindrical-coordinate representation of color #E4E2EF: hue angle of 249.23º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E4E2EF is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 226 | 239 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.06 |
| HSL | 249.23º | 0.29% | 0.91% | - |
| HSV(B) | 249.23º | 0.05% | 0.94% | - |
| XYZ | 74.77 | 77.12 | 92.61 | - |
| YUV | 228.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 226 | 239 | 0.05 | 0.05 | 0 | 0.06 | 249.23 | 0.29 | 0.91 |
| Hex | E4 | E2 | EF | 5 | 5 | 0 | 6 | F9 | 1D | 5B |
| Octal | 344 | 342 | 357 | 5 | 5 | 0 | 6 | 371 | 35 | 133 |
| Binary | 11100100 | 11100010 | 11101111 | 101 | 101 | 0 | 110 | 11111001 | 11101 | 1011011 |
Color Harmonies of #E4E2EF
Complementary color
Monochromatic Colors of #E4E2EF
Black with #E4E2EF
Text Example
Text Example
White with #E4E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E2EF; }
p { color: rgb(228,226,239); }
H1.HeaderClassName
{
color: #E4E2EF;
}
.AnyTagClassName
{
color: #E4E2EF;
}
</style>
background-color css
<style>
a { background-color: #E4E2EF; }
a { background-color: rgb(228,226,239); }
div.DivClassName
{
background-color: #E4E2EF;
}
.BgClassName
{
background-color: #E4E2EF;
}
</style>
border-color css
<style>
span { border-color: #E4E2EF; }
span { border-color: rgb(228,226,239); }
td.TdClassName
{
border-color: #E4E2EF;
}
.TagClassName
{
border-color: #E4E2EF;
}
</style>