Shades of Lavender #E7E1F9
Tints of Lavender #E7E1F9
RGB
CMYK
RGB Variations
Color information
#E7E1F9 (or 0xE7E1F9) is known color: Lavender. HEX triplet: E7, E1 and F9. RGB value is (231,225,249). Sum of RGB (Red+Green+Blue) = 231+225+249=705 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.77% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7E1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E1F9 is #181E06. Grayscale: #E5E5E5. Windows color (decimal): -1580551 or 16376295. OLE color: 16376295.
HSL color Cylindrical-coordinate representation of color #E7E1F9: hue angle of 255º degrees, saturation: 0.67, 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 #E7E1F9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 225 | 249 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.02 |
| HSL | 255º | 0.67% | 0.93% | - |
| HSV(B) | 255º | 0.1% | 0.98% | - |
| XYZ | 76.98 | 77.68 | 100.56 | - |
| YUV | 229.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 249 | 0.07 | 0.10 | 0 | 0.02 | 255 | 0.67 | 0.93 |
| Hex | E7 | E1 | F9 | 7 | A | 0 | 2 | FF | 43 | 5D |
| Octal | 347 | 341 | 371 | 7 | 12 | 0 | 2 | 377 | 103 | 135 |
| Binary | 11100111 | 11100001 | 11111001 | 111 | 1010 | 0 | 10 | 11111111 | 1000011 | 1011101 |
Color Harmonies of #E7E1F9
Complementary color
Monochromatic Colors of #E7E1F9
Black with #E7E1F9
Text Example
Text Example
White with #E7E1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1F9; }
p { color: rgb(231,225,249); }
H1.HeaderClassName
{
color: #E7E1F9;
}
.AnyTagClassName
{
color: #E7E1F9;
}
</style>
background-color css
<style>
a { background-color: #E7E1F9; }
a { background-color: rgb(231,225,249); }
div.DivClassName
{
background-color: #E7E1F9;
}
.BgClassName
{
background-color: #E7E1F9;
}
</style>
border-color css
<style>
span { border-color: #E7E1F9; }
span { border-color: rgb(231,225,249); }
td.TdClassName
{
border-color: #E7E1F9;
}
.TagClassName
{
border-color: #E7E1F9;
}
</style>