Shades of Lavender #E0E1F7
Tints of Lavender #E0E1F7
RGB
CMYK
RGB Variations
Color information
#E0E1F7 (or 0xE0E1F7) is known color: Lavender. HEX triplet: E0, E1 and F7. RGB value is (224,225,247). Sum of RGB (Red+Green+Blue) = 224+225+247=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0E1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1F7 is #1F1E08. Grayscale: #E3E3E3. Windows color (decimal): -2039305 or 16245216. OLE color: 16245216.
HSL color Cylindrical-coordinate representation of color #E0E1F7: hue angle of 237.39º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0E1F7 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 225 | 247 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.03 |
| HSL | 237.39º | 0.59% | 0.92% | - |
| HSV(B) | 237.39º | 0.09% | 0.97% | - |
| XYZ | 74.45 | 76.41 | 98.82 | - |
| YUV | 227.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 247 | 0.09 | 0.09 | 0 | 0.03 | 237.39 | 0.59 | 0.92 |
| Hex | E0 | E1 | F7 | 9 | 9 | 0 | 3 | ED | 3B | 5C |
| Octal | 340 | 341 | 367 | 11 | 11 | 0 | 3 | 355 | 73 | 134 |
| Binary | 11100000 | 11100001 | 11110111 | 1001 | 1001 | 0 | 11 | 11101101 | 111011 | 1011100 |
Color Harmonies of #E0E1F7
Complementary color
Monochromatic Colors of #E0E1F7
Black with #E0E1F7
Text Example
Text Example
White with #E0E1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E1F7; }
p { color: rgb(224,225,247); }
H1.HeaderClassName
{
color: #E0E1F7;
}
.AnyTagClassName
{
color: #E0E1F7;
}
</style>
background-color css
<style>
a { background-color: #E0E1F7; }
a { background-color: rgb(224,225,247); }
div.DivClassName
{
background-color: #E0E1F7;
}
.BgClassName
{
background-color: #E0E1F7;
}
</style>
border-color css
<style>
span { border-color: #E0E1F7; }
span { border-color: rgb(224,225,247); }
td.TdClassName
{
border-color: #E0E1F7;
}
.TagClassName
{
border-color: #E0E1F7;
}
</style>