Shades of Lavender #E2E2EF
Tints of Lavender #E2E2EF
RGB
CMYK
RGB Variations
Color information
#E2E2EF (or 0xE2E2EF) is known color: Lavender. HEX triplet: E2, E2 and EF. RGB value is (226,226,239). Sum of RGB (Red+Green+Blue) = 226+226+239=691 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.71% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E2EF is #1D1D10. Grayscale: #E3E3E3. Windows color (decimal): -1907985 or 15721186. OLE color: 15721186.
HSL color Cylindrical-coordinate representation of color #E2E2EF: hue angle of 240º 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 #E2E2EF is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 226 | 239 | - |
CMYK | 0.05 | 0.05 | 0 | 0.06 |
HSL | 240º | 0.29% | 0.91% | - |
HSV(B) | 240º | 0.05% | 0.94% | - |
XYZ | 74.14 | 76.79 | 92.58 | - |
YUV | 227.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 226 | 239 | 0.05 | 0.05 | 0 | 0.06 | 240 | 0.29 | 0.91 |
Hex | E2 | E2 | EF | 5 | 5 | 0 | 6 | F0 | 1D | 5B |
Octal | 342 | 342 | 357 | 5 | 5 | 0 | 6 | 360 | 35 | 133 |
Binary | 11100010 | 11100010 | 11101111 | 101 | 101 | 0 | 110 | 11110000 | 11101 | 1011011 |
Color Harmonies of #E2E2EF
Complementary color
Monochromatic Colors of #E2E2EF
Black with #E2E2EF
Text Example
Text Example
White with #E2E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E2EF; }
p { color: rgb(226,226,239); }
H1.HeaderClassName
{
color: #E2E2EF;
}
.AnyTagClassName
{
color: #E2E2EF;
}
</style>
background-color css
<style>
a { background-color: #E2E2EF; }
a { background-color: rgb(226,226,239); }
div.DivClassName
{
background-color: #E2E2EF;
}
.BgClassName
{
background-color: #E2E2EF;
}
</style>
border-color css
<style>
span { border-color: #E2E2EF; }
span { border-color: rgb(226,226,239); }
td.TdClassName
{
border-color: #E2E2EF;
}
.TagClassName
{
border-color: #E2E2EF;
}
</style>