Shades of Lavender #E7E1FB
Tints of Lavender #E7E1FB
RGB
CMYK
RGB Variations
Color information
#E7E1FB (or 0xE7E1FB) is known color: Lavender. HEX triplet: E7, E1 and FB. RGB value is (231,225,251). Sum of RGB (Red+Green+Blue) = 231+225+251=707 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.67% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7E1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E1FB is #181E04. Grayscale: #E5E5E5. Windows color (decimal): -1580549 or 16507367. OLE color: 16507367.
HSL color Cylindrical-coordinate representation of color #E7E1FB: hue angle of 253.85º 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 #E7E1FB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 225 | 251 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.02 |
| HSL | 253.85º | 0.76% | 0.93% | - |
| HSV(B) | 253.85º | 0.1% | 0.98% | - |
| XYZ | 77.29 | 77.8 | 102.21 | - |
| YUV | 229.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 251 | 0.08 | 0.10 | 0 | 0.02 | 253.85 | 0.76 | 0.93 |
| Hex | E7 | E1 | FB | 8 | A | 0 | 2 | FE | 4C | 5D |
| Octal | 347 | 341 | 373 | 10 | 12 | 0 | 2 | 376 | 114 | 135 |
| Binary | 11100111 | 11100001 | 11111011 | 1000 | 1010 | 0 | 10 | 11111110 | 1001100 | 1011101 |
Color Harmonies of #E7E1FB
Complementary color
Monochromatic Colors of #E7E1FB
Black with #E7E1FB
Text Example
Text Example
White with #E7E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1FB; }
p { color: rgb(231,225,251); }
H1.HeaderClassName
{
color: #E7E1FB;
}
.AnyTagClassName
{
color: #E7E1FB;
}
</style>
background-color css
<style>
a { background-color: #E7E1FB; }
a { background-color: rgb(231,225,251); }
div.DivClassName
{
background-color: #E7E1FB;
}
.BgClassName
{
background-color: #E7E1FB;
}
</style>
border-color css
<style>
span { border-color: #E7E1FB; }
span { border-color: rgb(231,225,251); }
td.TdClassName
{
border-color: #E7E1FB;
}
.TagClassName
{
border-color: #E7E1FB;
}
</style>