Shades of Lavender #E5E2FE
Tints of Lavender #E5E2FE
RGB
CMYK
RGB Variations
Color information
#E5E2FE (or 0xE5E2FE) is known color: Lavender. HEX triplet: E5, E2 and FE. RGB value is (229,226,254). Sum of RGB (Red+Green+Blue) = 229+226+254=709 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.30% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2FE is #1A1D01. Grayscale: #E5E5E5. Windows color (decimal): -1711362 or 16704229. OLE color: 16704229.
HSL color Cylindrical-coordinate representation of color #E5E2FE: hue angle of 246.43º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5E2FE is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 226 | 254 | - |
CMYK | 0.10 | 0.11 | 0 | 0.00 |
HSL | 246.43º | 0.93% | 0.94% | - |
HSV(B) | 246.43º | 0.11% | 1% | - |
XYZ | 77.4 | 78.21 | 104.78 | - |
YUV | 230.09 | 141.49 | 127.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 226 | 254 | 0.10 | 0.11 | 0 | 0.00 | 246.43 | 0.93 | 0.94 |
Hex | E5 | E2 | FE | A | B | 0 | 0 | F6 | 5D | 5E |
Octal | 345 | 342 | 376 | 12 | 13 | 0 | 0 | 366 | 135 | 136 |
Binary | 11100101 | 11100010 | 11111110 | 1010 | 1011 | 0 | 0 | 11110110 | 1011101 | 1011110 |
Color Harmonies of #E5E2FE
Complementary color
Monochromatic Colors of #E5E2FE
Black with #E5E2FE
Text Example
Text Example
White with #E5E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2FE; }
p { color: rgb(229,226,254); }
H1.HeaderClassName
{
color: #E5E2FE;
}
.AnyTagClassName
{
color: #E5E2FE;
}
</style>
background-color css
<style>
a { background-color: #E5E2FE; }
a { background-color: rgb(229,226,254); }
div.DivClassName
{
background-color: #E5E2FE;
}
.BgClassName
{
background-color: #E5E2FE;
}
</style>
border-color css
<style>
span { border-color: #E5E2FE; }
span { border-color: rgb(229,226,254); }
td.TdClassName
{
border-color: #E5E2FE;
}
.TagClassName
{
border-color: #E5E2FE;
}
</style>