Shades of Lavender #E2E0F5
Tints of Lavender #E2E0F5
RGB
CMYK
RGB Variations
Color information
#E2E0F5 (or 0xE2E0F5) is known color: Lavender. HEX triplet: E2, E0 and F5. RGB value is (226,224,245). Sum of RGB (Red+Green+Blue) = 226+224+245=695 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.52% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2E0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E0F5 is #1D1F0A. Grayscale: #E2E2E2. Windows color (decimal): -1908491 or 16113890. OLE color: 16113890.
HSL color Cylindrical-coordinate representation of color #E2E0F5: hue angle of 245.71º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2E0F5 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 224 | 245 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.04 |
| HSL | 245.71º | 0.51% | 0.92% | - |
| HSV(B) | 245.71º | 0.09% | 0.96% | - |
| XYZ | 74.5 | 76.07 | 97.14 | - |
| YUV | 226.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 245 | 0.08 | 0.09 | 0 | 0.04 | 245.71 | 0.51 | 0.92 |
| Hex | E2 | E0 | F5 | 8 | 9 | 0 | 4 | F6 | 33 | 5C |
| Octal | 342 | 340 | 365 | 10 | 11 | 0 | 4 | 366 | 63 | 134 |
| Binary | 11100010 | 11100000 | 11110101 | 1000 | 1001 | 0 | 100 | 11110110 | 110011 | 1011100 |
Color Harmonies of #E2E0F5
Complementary color
Monochromatic Colors of #E2E0F5
Black with #E2E0F5
Text Example
Text Example
White with #E2E0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E0F5; }
p { color: rgb(226,224,245); }
H1.HeaderClassName
{
color: #E2E0F5;
}
.AnyTagClassName
{
color: #E2E0F5;
}
</style>
background-color css
<style>
a { background-color: #E2E0F5; }
a { background-color: rgb(226,224,245); }
div.DivClassName
{
background-color: #E2E0F5;
}
.BgClassName
{
background-color: #E2E0F5;
}
</style>
border-color css
<style>
span { border-color: #E2E0F5; }
span { border-color: rgb(226,224,245); }
td.TdClassName
{
border-color: #E2E0F5;
}
.TagClassName
{
border-color: #E2E0F5;
}
</style>