Shades of Lavender #E2E0FC
Tints of Lavender #E2E0FC
RGB
CMYK
RGB Variations
Color information
#E2E0FC (or 0xE2E0FC) is known color: Lavender. HEX triplet: E2, E0 and FC. RGB value is (226,224,252). Sum of RGB (Red+Green+Blue) = 226+224+252=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 224 (87.89% from 255 or 31.91% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E0FC is #1D1F03. Grayscale: #E3E3E3. Windows color (decimal): -1908484 or 16572642. OLE color: 16572642.
HSL color Cylindrical-coordinate representation of color #E2E0FC: hue angle of 244.29º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2E0FC is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 224 | 252 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.01 |
| HSL | 244.29º | 0.82% | 0.93% | - |
| HSV(B) | 244.29º | 0.11% | 0.99% | - |
| XYZ | 75.59 | 76.51 | 102.88 | - |
| YUV | 227.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 252 | 0.10 | 0.11 | 0 | 0.01 | 244.29 | 0.82 | 0.93 |
| Hex | E2 | E0 | FC | A | B | 0 | 1 | F4 | 52 | 5D |
| Octal | 342 | 340 | 374 | 12 | 13 | 0 | 1 | 364 | 122 | 135 |
| Binary | 11100010 | 11100000 | 11111100 | 1010 | 1011 | 0 | 1 | 11110100 | 1010010 | 1011101 |
Color Harmonies of #E2E0FC
Complementary color
Monochromatic Colors of #E2E0FC
Black with #E2E0FC
Text Example
Text Example
White with #E2E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E0FC; }
p { color: rgb(226,224,252); }
H1.HeaderClassName
{
color: #E2E0FC;
}
.AnyTagClassName
{
color: #E2E0FC;
}
</style>
background-color css
<style>
a { background-color: #E2E0FC; }
a { background-color: rgb(226,224,252); }
div.DivClassName
{
background-color: #E2E0FC;
}
.BgClassName
{
background-color: #E2E0FC;
}
</style>
border-color css
<style>
span { border-color: #E2E0FC; }
span { border-color: rgb(226,224,252); }
td.TdClassName
{
border-color: #E2E0FC;
}
.TagClassName
{
border-color: #E2E0FC;
}
</style>