Shades of Lavender #E5E1FB
Tints of Lavender #E5E1FB
RGB
CMYK
RGB Variations
Color information
#E5E1FB (or 0xE5E1FB) is known color: Lavender. HEX triplet: E5, E1 and FB. RGB value is (229,225,251). Sum of RGB (Red+Green+Blue) = 229+225+251=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5E1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E1FB is #1A1E04. Grayscale: #E5E5E5. Windows color (decimal): -1711621 or 16507365. OLE color: 16507365.
HSL color Cylindrical-coordinate representation of color #E5E1FB: hue angle of 249.23º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E1FB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 225 | 251 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.02 |
| HSL | 249.23º | 0.76% | 0.93% | - |
| HSV(B) | 249.23º | 0.1% | 0.98% | - |
| XYZ | 76.65 | 77.47 | 102.18 | - |
| YUV | 229.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 251 | 0.09 | 0.10 | 0 | 0.02 | 249.23 | 0.76 | 0.93 |
| Hex | E5 | E1 | FB | 9 | A | 0 | 2 | F9 | 4C | 5D |
| Octal | 345 | 341 | 373 | 11 | 12 | 0 | 2 | 371 | 114 | 135 |
| Binary | 11100101 | 11100001 | 11111011 | 1001 | 1010 | 0 | 10 | 11111001 | 1001100 | 1011101 |
Color Harmonies of #E5E1FB
Complementary color
Monochromatic Colors of #E5E1FB
Black with #E5E1FB
Text Example
Text Example
White with #E5E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1FB; }
p { color: rgb(229,225,251); }
H1.HeaderClassName
{
color: #E5E1FB;
}
.AnyTagClassName
{
color: #E5E1FB;
}
</style>
background-color css
<style>
a { background-color: #E5E1FB; }
a { background-color: rgb(229,225,251); }
div.DivClassName
{
background-color: #E5E1FB;
}
.BgClassName
{
background-color: #E5E1FB;
}
</style>
border-color css
<style>
span { border-color: #E5E1FB; }
span { border-color: rgb(229,225,251); }
td.TdClassName
{
border-color: #E5E1FB;
}
.TagClassName
{
border-color: #E5E1FB;
}
</style>