Shades of Lavender #E5E3FA
Tints of Lavender #E5E3FA
RGB
CMYK
RGB Variations
Color information
#E5E3FA (or 0xE5E3FA) is known color: Lavender. HEX triplet: E5, E3 and FA. RGB value is (229,227,250). Sum of RGB (Red+Green+Blue) = 229+227+250=706 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.44% from 706); Green value is 227 (89.06% from 255 or 32.15% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5E3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E3FA is #1A1C05. Grayscale: #E6E6E6. Windows color (decimal): -1711110 or 16442341. OLE color: 16442341.
HSL color Cylindrical-coordinate representation of color #E5E3FA: hue angle of 245.22º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5E3FA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 227 | 250 | - |
CMYK | 0.08 | 0.09 | 0 | 0.02 |
HSL | 245.22º | 0.7% | 0.94% | - |
HSV(B) | 245.22º | 0.09% | 0.98% | - |
XYZ | 77.04 | 78.5 | 101.53 | - |
YUV | 230.22 | 139.16 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 250 | 0.08 | 0.09 | 0 | 0.02 | 245.22 | 0.7 | 0.94 |
Hex | E5 | E3 | FA | 8 | 9 | 0 | 2 | F5 | 46 | 5E |
Octal | 345 | 343 | 372 | 10 | 11 | 0 | 2 | 365 | 106 | 136 |
Binary | 11100101 | 11100011 | 11111010 | 1000 | 1001 | 0 | 10 | 11110101 | 1000110 | 1011110 |
Color Harmonies of #E5E3FA
Complementary color
Monochromatic Colors of #E5E3FA
Black with #E5E3FA
Text Example
Text Example
White with #E5E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E3FA; }
p { color: rgb(229,227,250); }
H1.HeaderClassName
{
color: #E5E3FA;
}
.AnyTagClassName
{
color: #E5E3FA;
}
</style>
background-color css
<style>
a { background-color: #E5E3FA; }
a { background-color: rgb(229,227,250); }
div.DivClassName
{
background-color: #E5E3FA;
}
.BgClassName
{
background-color: #E5E3FA;
}
</style>
border-color css
<style>
span { border-color: #E5E3FA; }
span { border-color: rgb(229,227,250); }
td.TdClassName
{
border-color: #E5E3FA;
}
.TagClassName
{
border-color: #E5E3FA;
}
</style>