Shades of Lavender #E7E0F9
Tints of Lavender #E7E0F9
RGB
CMYK
RGB Variations
Color information
#E7E0F9 (or 0xE7E0F9) is known color: Lavender. HEX triplet: E7, E0 and F9. RGB value is (231,224,249). Sum of RGB (Red+Green+Blue) = 231+224+249=704 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.81% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7E0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E0F9 is #181F06. Grayscale: #E4E4E4. Windows color (decimal): -1580807 or 16376039. OLE color: 16376039.
HSL color Cylindrical-coordinate representation of color #E7E0F9: hue angle of 256.8º degrees, saturation: 0.68, 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 #E7E0F9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 224 | 249 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.02 |
| HSL | 256.8º | 0.68% | 0.93% | - |
| HSV(B) | 256.8º | 0.1% | 0.98% | - |
| XYZ | 76.71 | 77.14 | 100.47 | - |
| YUV | 228.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 249 | 0.07 | 0.10 | 0 | 0.02 | 256.8 | 0.68 | 0.93 |
| Hex | E7 | E0 | F9 | 7 | A | 0 | 2 | 101 | 44 | 5D |
| Octal | 347 | 340 | 371 | 7 | 12 | 0 | 2 | 401 | 104 | 135 |
| Binary | 11100111 | 11100000 | 11111001 | 111 | 1010 | 0 | 10 | 100000001 | 1000100 | 1011101 |
Color Harmonies of #E7E0F9
Complementary color
Monochromatic Colors of #E7E0F9
Black with #E7E0F9
Text Example
Text Example
White with #E7E0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E0F9; }
p { color: rgb(231,224,249); }
H1.HeaderClassName
{
color: #E7E0F9;
}
.AnyTagClassName
{
color: #E7E0F9;
}
</style>
background-color css
<style>
a { background-color: #E7E0F9; }
a { background-color: rgb(231,224,249); }
div.DivClassName
{
background-color: #E7E0F9;
}
.BgClassName
{
background-color: #E7E0F9;
}
</style>
border-color css
<style>
span { border-color: #E7E0F9; }
span { border-color: rgb(231,224,249); }
td.TdClassName
{
border-color: #E7E0F9;
}
.TagClassName
{
border-color: #E7E0F9;
}
</style>