Shades of Lavender #E1E0FB
Tints of Lavender #E1E0FB
RGB
CMYK
RGB Variations
Color information
#E1E0FB (or 0xE1E0FB) is known color: Lavender. HEX triplet: E1, E0 and FB. RGB value is (225,224,251). Sum of RGB (Red+Green+Blue) = 225+224+251=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1E0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E0FB is #1E1F04. Grayscale: #E3E3E3. Windows color (decimal): -1974021 or 16507105. OLE color: 16507105.
HSL color Cylindrical-coordinate representation of color #E1E0FB: hue angle of 242.22º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E0FB is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 224 | 251 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.02 |
| HSL | 242.22º | 0.77% | 0.93% | - |
| HSV(B) | 242.22º | 0.11% | 0.98% | - |
| XYZ | 75.12 | 76.28 | 102.03 | - |
| YUV | 227.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 251 | 0.10 | 0.11 | 0 | 0.02 | 242.22 | 0.77 | 0.93 |
| Hex | E1 | E0 | FB | A | B | 0 | 2 | F2 | 4D | 5D |
| Octal | 341 | 340 | 373 | 12 | 13 | 0 | 2 | 362 | 115 | 135 |
| Binary | 11100001 | 11100000 | 11111011 | 1010 | 1011 | 0 | 10 | 11110010 | 1001101 | 1011101 |
Color Harmonies of #E1E0FB
Complementary color
Monochromatic Colors of #E1E0FB
Black with #E1E0FB
Text Example
Text Example
White with #E1E0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E0FB; }
p { color: rgb(225,224,251); }
H1.HeaderClassName
{
color: #E1E0FB;
}
.AnyTagClassName
{
color: #E1E0FB;
}
</style>
background-color css
<style>
a { background-color: #E1E0FB; }
a { background-color: rgb(225,224,251); }
div.DivClassName
{
background-color: #E1E0FB;
}
.BgClassName
{
background-color: #E1E0FB;
}
</style>
border-color css
<style>
span { border-color: #E1E0FB; }
span { border-color: rgb(225,224,251); }
td.TdClassName
{
border-color: #E1E0FB;
}
.TagClassName
{
border-color: #E1E0FB;
}
</style>