Shades of Lavender #E5E3F1
Tints of Lavender #E5E3F1
RGB
CMYK
RGB Variations
Color information
#E5E3F1 (or 0xE5E3F1) is known color: Lavender. HEX triplet: E5, E3 and F1. RGB value is (229,227,241). Sum of RGB (Red+Green+Blue) = 229+227+241=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 227 (89.06% from 255 or 32.57% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5E3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E3F1 is #1A1C0E. Grayscale: #E5E5E5. Windows color (decimal): -1711119 or 15852517. OLE color: 15852517.
HSL color Cylindrical-coordinate representation of color #E5E3F1: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5E3F1 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 227 | 241 | - |
CMYK | 0.05 | 0.06 | 0 | 0.05 |
HSL | 248.57º | 0.33% | 0.92% | - |
HSV(B) | 248.57º | 0.06% | 0.95% | - |
XYZ | 75.66 | 77.95 | 94.28 | - |
YUV | 229.19 | 134.66 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 241 | 0.05 | 0.06 | 0 | 0.05 | 248.57 | 0.33 | 0.92 |
Hex | E5 | E3 | F1 | 5 | 6 | 0 | 5 | F9 | 21 | 5C |
Octal | 345 | 343 | 361 | 5 | 6 | 0 | 5 | 371 | 41 | 134 |
Binary | 11100101 | 11100011 | 11110001 | 101 | 110 | 0 | 101 | 11111001 | 100001 | 1011100 |
Color Harmonies of #E5E3F1
Complementary color
Monochromatic Colors of #E5E3F1
Black with #E5E3F1
Text Example
Text Example
White with #E5E3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E3F1; }
p { color: rgb(229,227,241); }
H1.HeaderClassName
{
color: #E5E3F1;
}
.AnyTagClassName
{
color: #E5E3F1;
}
</style>
background-color css
<style>
a { background-color: #E5E3F1; }
a { background-color: rgb(229,227,241); }
div.DivClassName
{
background-color: #E5E3F1;
}
.BgClassName
{
background-color: #E5E3F1;
}
</style>
border-color css
<style>
span { border-color: #E5E3F1; }
span { border-color: rgb(229,227,241); }
td.TdClassName
{
border-color: #E5E3F1;
}
.TagClassName
{
border-color: #E5E3F1;
}
</style>