Shades of Lavender #E5E2F8
Tints of Lavender #E5E2F8
RGB
CMYK
RGB Variations
Color information
#E5E2F8 (or 0xE5E2F8) is known color: Lavender. HEX triplet: E5, E2 and F8. RGB value is (229,226,248). Sum of RGB (Red+Green+Blue) = 229+226+248=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5E2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2F8 is #1A1D07. Grayscale: #E5E5E5. Windows color (decimal): -1711368 or 16311013. OLE color: 16311013.
HSL color Cylindrical-coordinate representation of color #E5E2F8: hue angle of 248.18º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5E2F8 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 229 | 226 | 248 | - |
CMYK | 0.08 | 0.09 | 0 | 0.03 |
HSL | 248.18º | 0.61% | 0.93% | - |
HSV(B) | 248.18º | 0.09% | 0.97% | - |
XYZ | 76.45 | 77.83 | 99.8 | - |
YUV | 229.41 | 138.49 | 127.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 226 | 248 | 0.08 | 0.09 | 0 | 0.03 | 248.18 | 0.61 | 0.93 |
Hex | E5 | E2 | F8 | 8 | 9 | 0 | 3 | F8 | 3D | 5D |
Octal | 345 | 342 | 370 | 10 | 11 | 0 | 3 | 370 | 75 | 135 |
Binary | 11100101 | 11100010 | 11111000 | 1000 | 1001 | 0 | 11 | 11111000 | 111101 | 1011101 |
Color Harmonies of #E5E2F8
Complementary color
Monochromatic Colors of #E5E2F8
Black with #E5E2F8
Text Example
Text Example
White with #E5E2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2F8; }
p { color: rgb(229,226,248); }
H1.HeaderClassName
{
color: #E5E2F8;
}
.AnyTagClassName
{
color: #E5E2F8;
}
</style>
background-color css
<style>
a { background-color: #E5E2F8; }
a { background-color: rgb(229,226,248); }
div.DivClassName
{
background-color: #E5E2F8;
}
.BgClassName
{
background-color: #E5E2F8;
}
</style>
border-color css
<style>
span { border-color: #E5E2F8; }
span { border-color: rgb(229,226,248); }
td.TdClassName
{
border-color: #E5E2F8;
}
.TagClassName
{
border-color: #E5E2F8;
}
</style>