Shades of Lavender #E5E4F2
Tints of Lavender #E5E4F2
RGB
CMYK
RGB Variations
Color information
#E5E4F2 (or 0xE5E4F2) is known color: Lavender. HEX triplet: E5, E4 and F2. RGB value is (229,228,242). Sum of RGB (Red+Green+Blue) = 229+228+242=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5E4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E4F2 is #1A1B0D. Grayscale: #E5E5E5. Windows color (decimal): -1710862 or 15918309. OLE color: 15918309.
HSL color Cylindrical-coordinate representation of color #E5E4F2: hue angle of 244.29º degrees, saturation: 0.35, 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 #E5E4F2 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 228 | 242 | - |
CMYK | 0.05 | 0.06 | 0 | 0.05 |
HSL | 244.29º | 0.35% | 0.92% | - |
HSV(B) | 244.29º | 0.06% | 0.95% | - |
XYZ | 76.08 | 78.56 | 95.16 | - |
YUV | 229.9 | 134.83 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 228 | 242 | 0.05 | 0.06 | 0 | 0.05 | 244.29 | 0.35 | 0.92 |
Hex | E5 | E4 | F2 | 5 | 6 | 0 | 5 | F4 | 23 | 5C |
Octal | 345 | 344 | 362 | 5 | 6 | 0 | 5 | 364 | 43 | 134 |
Binary | 11100101 | 11100100 | 11110010 | 101 | 110 | 0 | 101 | 11110100 | 100011 | 1011100 |
Color Harmonies of #E5E4F2
Complementary color
Monochromatic Colors of #E5E4F2
Black with #E5E4F2
Text Example
Text Example
White with #E5E4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E4F2; }
p { color: rgb(229,228,242); }
H1.HeaderClassName
{
color: #E5E4F2;
}
.AnyTagClassName
{
color: #E5E4F2;
}
</style>
background-color css
<style>
a { background-color: #E5E4F2; }
a { background-color: rgb(229,228,242); }
div.DivClassName
{
background-color: #E5E4F2;
}
.BgClassName
{
background-color: #E5E4F2;
}
</style>
border-color css
<style>
span { border-color: #E5E4F2; }
span { border-color: rgb(229,228,242); }
td.TdClassName
{
border-color: #E5E4F2;
}
.TagClassName
{
border-color: #E5E4F2;
}
</style>