Shades of Lavender #E5E5EF
Tints of Lavender #E5E5EF
RGB
CMYK
RGB Variations
Color information
#E5E5EF (or 0xE5E5EF) is known color: Lavender. HEX triplet: E5, E5 and EF. RGB value is (229,229,239). Sum of RGB (Red+Green+Blue) = 229+229+239=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E5EF is #1A1A10. Grayscale: #E6E6E6. Windows color (decimal): -1710609 or 15721957. OLE color: 15721957.
HSL color Cylindrical-coordinate representation of color #E5E5EF: hue angle of 240º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5E5EF is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 229 | 239 | - |
CMYK | 0.04 | 0.04 | 0 | 0.06 |
HSL | 240º | 0.24% | 0.92% | - |
HSV(B) | 240º | 0.04% | 0.94% | - |
XYZ | 75.91 | 78.93 | 92.9 | - |
YUV | 230.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 229 | 239 | 0.04 | 0.04 | 0 | 0.06 | 240 | 0.24 | 0.92 |
Hex | E5 | E5 | EF | 4 | 4 | 0 | 6 | F0 | 18 | 5C |
Octal | 345 | 345 | 357 | 4 | 4 | 0 | 6 | 360 | 30 | 134 |
Binary | 11100101 | 11100101 | 11101111 | 100 | 100 | 0 | 110 | 11110000 | 11000 | 1011100 |
Color Harmonies of #E5E5EF
Complementary color
Monochromatic Colors of #E5E5EF
Black with #E5E5EF
Text Example
Text Example
White with #E5E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E5EF; }
p { color: rgb(229,229,239); }
H1.HeaderClassName
{
color: #E5E5EF;
}
.AnyTagClassName
{
color: #E5E5EF;
}
</style>
background-color css
<style>
a { background-color: #E5E5EF; }
a { background-color: rgb(229,229,239); }
div.DivClassName
{
background-color: #E5E5EF;
}
.BgClassName
{
background-color: #E5E5EF;
}
</style>
border-color css
<style>
span { border-color: #E5E5EF; }
span { border-color: rgb(229,229,239); }
td.TdClassName
{
border-color: #E5E5EF;
}
.TagClassName
{
border-color: #E5E5EF;
}
</style>