Shades of Lavender #E4E1FB
Tints of Lavender #E4E1FB
RGB
CMYK
RGB Variations
Color information
#E4E1FB (or 0xE4E1FB) is known color: Lavender. HEX triplet: E4, E1 and FB. RGB value is (228,225,251). Sum of RGB (Red+Green+Blue) = 228+225+251=704 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.39% from 704); Green value is 225 (88.28% from 255 or 31.96% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4E1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E1FB is #1B1E04. Grayscale: #E4E4E4. Windows color (decimal): -1777157 or 16507364. OLE color: 16507364.
HSL color Cylindrical-coordinate representation of color #E4E1FB: hue angle of 246.92º 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 #E4E1FB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 225 | 251 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.02 |
| HSL | 246.92º | 0.76% | 0.93% | - |
| HSV(B) | 246.92º | 0.1% | 0.98% | - |
| XYZ | 76.33 | 77.31 | 102.17 | - |
| YUV | 228.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 225 | 251 | 0.09 | 0.10 | 0 | 0.02 | 246.92 | 0.76 | 0.93 |
| Hex | E4 | E1 | FB | 9 | A | 0 | 2 | F7 | 4C | 5D |
| Octal | 344 | 341 | 373 | 11 | 12 | 0 | 2 | 367 | 114 | 135 |
| Binary | 11100100 | 11100001 | 11111011 | 1001 | 1010 | 0 | 10 | 11110111 | 1001100 | 1011101 |
Color Harmonies of #E4E1FB
Complementary color
Monochromatic Colors of #E4E1FB
Black with #E4E1FB
Text Example
Text Example
White with #E4E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E1FB; }
p { color: rgb(228,225,251); }
H1.HeaderClassName
{
color: #E4E1FB;
}
.AnyTagClassName
{
color: #E4E1FB;
}
</style>
background-color css
<style>
a { background-color: #E4E1FB; }
a { background-color: rgb(228,225,251); }
div.DivClassName
{
background-color: #E4E1FB;
}
.BgClassName
{
background-color: #E4E1FB;
}
</style>
border-color css
<style>
span { border-color: #E4E1FB; }
span { border-color: rgb(228,225,251); }
td.TdClassName
{
border-color: #E4E1FB;
}
.TagClassName
{
border-color: #E4E1FB;
}
</style>