Shades of Lavender #E3E2FA
Tints of Lavender #E3E2FA
RGB
CMYK
RGB Variations
Color information
#E3E2FA (or 0xE3E2FA) is known color: Lavender. HEX triplet: E3, E2 and FA. RGB value is (227,226,250). Sum of RGB (Red+Green+Blue) = 227+226+250=703 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.29% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3E2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E2FA is #1C1D05. Grayscale: #E4E4E4. Windows color (decimal): -1842438 or 16442083. OLE color: 16442083.
HSL color Cylindrical-coordinate representation of color #E3E2FA: hue angle of 242.5º 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 #E3E2FA is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 227 | 226 | 250 | - |
CMYK | 0.09 | 0.10 | 0 | 0.02 |
HSL | 242.5º | 0.71% | 0.93% | - |
HSV(B) | 242.5º | 0.1% | 0.98% | - |
XYZ | 76.13 | 77.63 | 101.41 | - |
YUV | 229.04 | 139.83 | 126.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 226 | 250 | 0.09 | 0.10 | 0 | 0.02 | 242.5 | 0.71 | 0.93 |
Hex | E3 | E2 | FA | 9 | A | 0 | 2 | F2 | 47 | 5D |
Octal | 343 | 342 | 372 | 11 | 12 | 0 | 2 | 362 | 107 | 135 |
Binary | 11100011 | 11100010 | 11111010 | 1001 | 1010 | 0 | 10 | 11110010 | 1000111 | 1011101 |
Color Harmonies of #E3E2FA
Complementary color
Monochromatic Colors of #E3E2FA
Black with #E3E2FA
Text Example
Text Example
White with #E3E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E2FA; }
p { color: rgb(227,226,250); }
H1.HeaderClassName
{
color: #E3E2FA;
}
.AnyTagClassName
{
color: #E3E2FA;
}
</style>
background-color css
<style>
a { background-color: #E3E2FA; }
a { background-color: rgb(227,226,250); }
div.DivClassName
{
background-color: #E3E2FA;
}
.BgClassName
{
background-color: #E3E2FA;
}
</style>
border-color css
<style>
span { border-color: #E3E2FA; }
span { border-color: rgb(227,226,250); }
td.TdClassName
{
border-color: #E3E2FA;
}
.TagClassName
{
border-color: #E3E2FA;
}
</style>