Shades of Lavender #E0DEFE
Tints of Lavender #E0DEFE
RGB
CMYK
RGB Variations
Color information
#E0DEFE (or 0xE0DEFE) is known color: Lavender. HEX triplet: E0, DE and FE. RGB value is (224,222,254). Sum of RGB (Red+Green+Blue) = 224+222+254=700 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEFE is #1F2101. Grayscale: #E2E2E2. Windows color (decimal): -2040066 or 16703200. OLE color: 16703200.
HSL color Cylindrical-coordinate representation of color #E0DEFE: hue angle of 243.75º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0DEFE is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 222 | 254 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.00 |
| HSL | 243.75º | 0.94% | 0.93% | - |
| HSV(B) | 243.75º | 0.13% | 1% | - |
| XYZ | 74.75 | 75.25 | 104.35 | - |
| YUV | 226.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 254 | 0.12 | 0.13 | 0 | 0.00 | 243.75 | 0.94 | 0.93 |
| Hex | E0 | DE | FE | C | D | 0 | 0 | F4 | 5E | 5D |
| Octal | 340 | 336 | 376 | 14 | 15 | 0 | 0 | 364 | 136 | 135 |
| Binary | 11100000 | 11011110 | 11111110 | 1100 | 1101 | 0 | 0 | 11110100 | 1011110 | 1011101 |
Color Harmonies of #E0DEFE
Complementary color
Monochromatic Colors of #E0DEFE
Black with #E0DEFE
Text Example
Text Example
White with #E0DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEFE; }
p { color: rgb(224,222,254); }
H1.HeaderClassName
{
color: #E0DEFE;
}
.AnyTagClassName
{
color: #E0DEFE;
}
</style>
background-color css
<style>
a { background-color: #E0DEFE; }
a { background-color: rgb(224,222,254); }
div.DivClassName
{
background-color: #E0DEFE;
}
.BgClassName
{
background-color: #E0DEFE;
}
</style>
border-color css
<style>
span { border-color: #E0DEFE; }
span { border-color: rgb(224,222,254); }
td.TdClassName
{
border-color: #E0DEFE;
}
.TagClassName
{
border-color: #E0DEFE;
}
</style>