Shades of Lavender #E1E5FB
Tints of Lavender #E1E5FB
RGB
CMYK
RGB Variations
Color information
#E1E5FB (or 0xE1E5FB) is known color: Lavender. HEX triplet: E1, E5 and FB. RGB value is (225,229,251). Sum of RGB (Red+Green+Blue) = 225+229+251=705 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.91% from 705); Green value is 229 (89.84% from 255 or 32.48% 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 #E1E5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E5FB is #1E1A04. Grayscale: #E6E6E6. Windows color (decimal): -1972741 or 16508385. OLE color: 16508385.
HSL color Cylindrical-coordinate representation of color #E1E5FB: hue angle of 230.77º 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 #E1E5FB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 229 | 251 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.02 |
| HSL | 230.77º | 0.76% | 0.93% | - |
| HSV(B) | 230.77º | 0.1% | 0.98% | - |
| XYZ | 76.48 | 79.01 | 102.49 | - |
| YUV | 230.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 251 | 0.10 | 0.09 | 0 | 0.02 | 230.77 | 0.76 | 0.93 |
| Hex | E1 | E5 | FB | A | 9 | 0 | 2 | E7 | 4C | 5D |
| Octal | 341 | 345 | 373 | 12 | 11 | 0 | 2 | 347 | 114 | 135 |
| Binary | 11100001 | 11100101 | 11111011 | 1010 | 1001 | 0 | 10 | 11100111 | 1001100 | 1011101 |
Color Harmonies of #E1E5FB
Complementary color
Monochromatic Colors of #E1E5FB
Black with #E1E5FB
Text Example
Text Example
White with #E1E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E5FB; }
p { color: rgb(225,229,251); }
H1.HeaderClassName
{
color: #E1E5FB;
}
.AnyTagClassName
{
color: #E1E5FB;
}
</style>
background-color css
<style>
a { background-color: #E1E5FB; }
a { background-color: rgb(225,229,251); }
div.DivClassName
{
background-color: #E1E5FB;
}
.BgClassName
{
background-color: #E1E5FB;
}
</style>
border-color css
<style>
span { border-color: #E1E5FB; }
span { border-color: rgb(225,229,251); }
td.TdClassName
{
border-color: #E1E5FB;
}
.TagClassName
{
border-color: #E1E5FB;
}
</style>