Shades of Lavender #E5E1F8
Tints of Lavender #E5E1F8
RGB
CMYK
RGB Variations
Color information
#E5E1F8 (or 0xE5E1F8) is known color: Lavender. HEX triplet: E5, E1 and F8. RGB value is (229,225,248). Sum of RGB (Red+Green+Blue) = 229+225+248=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5E1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E1F8 is #1A1E07. Grayscale: #E4E4E4. Windows color (decimal): -1711624 or 16310757. OLE color: 16310757.
HSL color Cylindrical-coordinate representation of color #E5E1F8: hue angle of 250.43º degrees, saturation: 0.62, 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 #E5E1F8 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 225 | 248 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.03 |
| HSL | 250.43º | 0.62% | 0.93% | - |
| HSV(B) | 250.43º | 0.09% | 0.97% | - |
| XYZ | 76.18 | 77.29 | 99.71 | - |
| YUV | 228.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 248 | 0.08 | 0.09 | 0 | 0.03 | 250.43 | 0.62 | 0.93 |
| Hex | E5 | E1 | F8 | 8 | 9 | 0 | 3 | FA | 3E | 5D |
| Octal | 345 | 341 | 370 | 10 | 11 | 0 | 3 | 372 | 76 | 135 |
| Binary | 11100101 | 11100001 | 11111000 | 1000 | 1001 | 0 | 11 | 11111010 | 111110 | 1011101 |
Color Harmonies of #E5E1F8
Complementary color
Monochromatic Colors of #E5E1F8
Black with #E5E1F8
Text Example
Text Example
White with #E5E1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1F8; }
p { color: rgb(229,225,248); }
H1.HeaderClassName
{
color: #E5E1F8;
}
.AnyTagClassName
{
color: #E5E1F8;
}
</style>
background-color css
<style>
a { background-color: #E5E1F8; }
a { background-color: rgb(229,225,248); }
div.DivClassName
{
background-color: #E5E1F8;
}
.BgClassName
{
background-color: #E5E1F8;
}
</style>
border-color css
<style>
span { border-color: #E5E1F8; }
span { border-color: rgb(229,225,248); }
td.TdClassName
{
border-color: #E5E1F8;
}
.TagClassName
{
border-color: #E5E1F8;
}
</style>