Shades of Lavender #E5E2EF
Tints of Lavender #E5E2EF
RGB
CMYK
RGB Variations
Color information
#E5E2EF (or 0xE5E2EF) is known color: Lavender. HEX triplet: E5, E2 and EF. RGB value is (229,226,239). Sum of RGB (Red+Green+Blue) = 229+226+239=694 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.00% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2EF is #1A1D10. Grayscale: #E4E4E4. Windows color (decimal): -1711377 or 15721189. OLE color: 15721189.
HSL color Cylindrical-coordinate representation of color #E5E2EF: hue angle of 253.85º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E2EF is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 226 | 239 | - |
CMYK | 0.04 | 0.05 | 0 | 0.06 |
HSL | 253.85º | 0.29% | 0.91% | - |
HSV(B) | 253.85º | 0.05% | 0.94% | - |
XYZ | 75.09 | 77.28 | 92.62 | - |
YUV | 228.38 | 133.99 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 226 | 239 | 0.04 | 0.05 | 0 | 0.06 | 253.85 | 0.29 | 0.91 |
Hex | E5 | E2 | EF | 4 | 5 | 0 | 6 | FE | 1D | 5B |
Octal | 345 | 342 | 357 | 4 | 5 | 0 | 6 | 376 | 35 | 133 |
Binary | 11100101 | 11100010 | 11101111 | 100 | 101 | 0 | 110 | 11111110 | 11101 | 1011011 |
Color Harmonies of #E5E2EF
Complementary color
Monochromatic Colors of #E5E2EF
Black with #E5E2EF
Text Example
Text Example
White with #E5E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2EF; }
p { color: rgb(229,226,239); }
H1.HeaderClassName
{
color: #E5E2EF;
}
.AnyTagClassName
{
color: #E5E2EF;
}
</style>
background-color css
<style>
a { background-color: #E5E2EF; }
a { background-color: rgb(229,226,239); }
div.DivClassName
{
background-color: #E5E2EF;
}
.BgClassName
{
background-color: #E5E2EF;
}
</style>
border-color css
<style>
span { border-color: #E5E2EF; }
span { border-color: rgb(229,226,239); }
td.TdClassName
{
border-color: #E5E2EF;
}
.TagClassName
{
border-color: #E5E2EF;
}
</style>