Shades of Lavender #E5E2F5
Tints of Lavender #E5E2F5
RGB
CMYK
RGB Variations
Color information
#E5E2F5 (or 0xE5E2F5) is known color: Lavender. HEX triplet: E5, E2 and F5. RGB value is (229,226,245). Sum of RGB (Red+Green+Blue) = 229+226+245=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 245 - color contains mainly: blue. Hex color #E5E2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2F5 is #1A1D0A. Grayscale: #E4E4E4. Windows color (decimal): -1711371 or 16114405. OLE color: 16114405.
HSL color Cylindrical-coordinate representation of color #E5E2F5: hue angle of 249.47º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5E2F5 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 229 | 226 | 245 | - |
CMYK | 0.07 | 0.08 | 0 | 0.04 |
HSL | 249.47º | 0.49% | 0.92% | - |
HSV(B) | 249.47º | 0.08% | 0.96% | - |
XYZ | 75.99 | 77.64 | 97.37 | - |
YUV | 229.06 | 136.99 | 127.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 226 | 245 | 0.07 | 0.08 | 0 | 0.04 | 249.47 | 0.49 | 0.92 |
Hex | E5 | E2 | F5 | 7 | 8 | 0 | 4 | F9 | 31 | 5C |
Octal | 345 | 342 | 365 | 7 | 10 | 0 | 4 | 371 | 61 | 134 |
Binary | 11100101 | 11100010 | 11110101 | 111 | 1000 | 0 | 100 | 11111001 | 110001 | 1011100 |
Color Harmonies of #E5E2F5
Complementary color
Monochromatic Colors of #E5E2F5
Black with #E5E2F5
Text Example
Text Example
White with #E5E2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2F5; }
p { color: rgb(229,226,245); }
H1.HeaderClassName
{
color: #E5E2F5;
}
.AnyTagClassName
{
color: #E5E2F5;
}
</style>
background-color css
<style>
a { background-color: #E5E2F5; }
a { background-color: rgb(229,226,245); }
div.DivClassName
{
background-color: #E5E2F5;
}
.BgClassName
{
background-color: #E5E2F5;
}
</style>
border-color css
<style>
span { border-color: #E5E2F5; }
span { border-color: rgb(229,226,245); }
td.TdClassName
{
border-color: #E5E2F5;
}
.TagClassName
{
border-color: #E5E2F5;
}
</style>