Shades of Lavender #E5E4EF
Tints of Lavender #E5E4EF
RGB
CMYK
RGB Variations
Color information
#E5E4EF (or 0xE5E4EF) is known color: Lavender. HEX triplet: E5, E4 and EF. RGB value is (229,228,239). Sum of RGB (Red+Green+Blue) = 229+228+239=696 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.90% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5E4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E4EF is #1A1B10. Grayscale: #E5E5E5. Windows color (decimal): -1710865 or 15721701. OLE color: 15721701.
HSL color Cylindrical-coordinate representation of color #E5E4EF: hue angle of 245.45º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E4EF is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 228 | 239 | - |
CMYK | 0.04 | 0.05 | 0 | 0.06 |
HSL | 245.45º | 0.26% | 0.92% | - |
HSV(B) | 245.45º | 0.05% | 0.94% | - |
XYZ | 75.64 | 78.38 | 92.8 | - |
YUV | 229.55 | 133.33 | 127.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 228 | 239 | 0.04 | 0.05 | 0 | 0.06 | 245.45 | 0.26 | 0.92 |
Hex | E5 | E4 | EF | 4 | 5 | 0 | 6 | F5 | 1A | 5C |
Octal | 345 | 344 | 357 | 4 | 5 | 0 | 6 | 365 | 32 | 134 |
Binary | 11100101 | 11100100 | 11101111 | 100 | 101 | 0 | 110 | 11110101 | 11010 | 1011100 |
Color Harmonies of #E5E4EF
Complementary color
Monochromatic Colors of #E5E4EF
Black with #E5E4EF
Text Example
Text Example
White with #E5E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E4EF; }
p { color: rgb(229,228,239); }
H1.HeaderClassName
{
color: #E5E4EF;
}
.AnyTagClassName
{
color: #E5E4EF;
}
</style>
background-color css
<style>
a { background-color: #E5E4EF; }
a { background-color: rgb(229,228,239); }
div.DivClassName
{
background-color: #E5E4EF;
}
.BgClassName
{
background-color: #E5E4EF;
}
</style>
border-color css
<style>
span { border-color: #E5E4EF; }
span { border-color: rgb(229,228,239); }
td.TdClassName
{
border-color: #E5E4EF;
}
.TagClassName
{
border-color: #E5E4EF;
}
</style>