Shades of Lavender #E2E4FA
Tints of Lavender #E2E4FA
RGB
CMYK
RGB Variations
Color information
#E2E4FA (or 0xE2E4FA) is known color: Lavender. HEX triplet: E2, E4 and FA. RGB value is (226,228,250). Sum of RGB (Red+Green+Blue) = 226+228+250=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2E4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E4FA is #1D1B05. Grayscale: #E5E5E5. Windows color (decimal): -1907462 or 16442594. OLE color: 16442594.
HSL color Cylindrical-coordinate representation of color #E2E4FA: hue angle of 235º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E4FA is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 228 | 250 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.02 |
| HSL | 235º | 0.71% | 0.93% | - |
| HSV(B) | 235º | 0.1% | 0.98% | - |
| XYZ | 76.36 | 78.56 | 101.58 | - |
| YUV | 229.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 250 | 0.10 | 0.09 | 0 | 0.02 | 235 | 0.71 | 0.93 |
| Hex | E2 | E4 | FA | A | 9 | 0 | 2 | EB | 47 | 5D |
| Octal | 342 | 344 | 372 | 12 | 11 | 0 | 2 | 353 | 107 | 135 |
| Binary | 11100010 | 11100100 | 11111010 | 1010 | 1001 | 0 | 10 | 11101011 | 1000111 | 1011101 |
Color Harmonies of #E2E4FA
Complementary color
Monochromatic Colors of #E2E4FA
Black with #E2E4FA
Text Example
Text Example
White with #E2E4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4FA; }
p { color: rgb(226,228,250); }
H1.HeaderClassName
{
color: #E2E4FA;
}
.AnyTagClassName
{
color: #E2E4FA;
}
</style>
background-color css
<style>
a { background-color: #E2E4FA; }
a { background-color: rgb(226,228,250); }
div.DivClassName
{
background-color: #E2E4FA;
}
.BgClassName
{
background-color: #E2E4FA;
}
</style>
border-color css
<style>
span { border-color: #E2E4FA; }
span { border-color: rgb(226,228,250); }
td.TdClassName
{
border-color: #E2E4FA;
}
.TagClassName
{
border-color: #E2E4FA;
}
</style>