Shades of Lavender #E5E3EA
Tints of Lavender #E5E3EA
RGB
CMYK
RGB Variations
Color information
#E5E3EA (or 0xE5E3EA) is known color: Lavender. HEX triplet: E5, E3 and EA. RGB value is (229,227,234). Sum of RGB (Red+Green+Blue) = 229+227+234=690 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.19% from 690); Green value is 227 (89.06% from 255 or 32.90% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5E3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E3EA is #1A1C15. Grayscale: #E4E4E4. Windows color (decimal): -1711126 or 15393765. OLE color: 15393765.
HSL color Cylindrical-coordinate representation of color #E5E3EA: hue angle of 257.14º degrees, saturation: 0.14, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E3EA is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 227 | 234 | - |
CMYK | 0.02 | 0.03 | 0 | 0.08 |
HSL | 257.14º | 0.14% | 0.9% | - |
HSV(B) | 257.14º | 0.03% | 0.92% | - |
XYZ | 74.63 | 77.54 | 88.87 | - |
YUV | 228.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 234 | 0.02 | 0.03 | 0 | 0.08 | 257.14 | 0.14 | 0.9 |
Hex | E5 | E3 | EA | 2 | 3 | 0 | 8 | 101 | E | 5A |
Octal | 345 | 343 | 352 | 2 | 3 | 0 | 10 | 401 | 16 | 132 |
Binary | 11100101 | 11100011 | 11101010 | 10 | 11 | 0 | 1000 | 100000001 | 1110 | 1011010 |
Color Harmonies of #E5E3EA
Complementary color
Monochromatic Colors of #E5E3EA
Black with #E5E3EA
Text Example
Text Example
White with #E5E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E3EA; }
p { color: rgb(229,227,234); }
H1.HeaderClassName
{
color: #E5E3EA;
}
.AnyTagClassName
{
color: #E5E3EA;
}
</style>
background-color css
<style>
a { background-color: #E5E3EA; }
a { background-color: rgb(229,227,234); }
div.DivClassName
{
background-color: #E5E3EA;
}
.BgClassName
{
background-color: #E5E3EA;
}
</style>
border-color css
<style>
span { border-color: #E5E3EA; }
span { border-color: rgb(229,227,234); }
td.TdClassName
{
border-color: #E5E3EA;
}
.TagClassName
{
border-color: #E5E3EA;
}
</style>