Shades of Lavender #E0DEFB
Tints of Lavender #E0DEFB
RGB
CMYK
RGB Variations
Color information
#E0DEFB (or 0xE0DEFB) is known color: Lavender. HEX triplet: E0, DE and FB. RGB value is (224,222,251). Sum of RGB (Red+Green+Blue) = 224+222+251=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEFB is #1F2104. Grayscale: #E1E1E1. Windows color (decimal): -2040069 or 16506592. OLE color: 16506592.
HSL color Cylindrical-coordinate representation of color #E0DEFB: hue angle of 244.14º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0DEFB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 222 | 251 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.02 |
| HSL | 244.14º | 0.78% | 0.93% | - |
| HSV(B) | 244.14º | 0.12% | 0.98% | - |
| XYZ | 74.27 | 75.05 | 101.84 | - |
| YUV | 225.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 251 | 0.11 | 0.12 | 0 | 0.02 | 244.14 | 0.78 | 0.93 |
| Hex | E0 | DE | FB | B | C | 0 | 2 | F4 | 4E | 5D |
| Octal | 340 | 336 | 373 | 13 | 14 | 0 | 2 | 364 | 116 | 135 |
| Binary | 11100000 | 11011110 | 11111011 | 1011 | 1100 | 0 | 10 | 11110100 | 1001110 | 1011101 |
Color Harmonies of #E0DEFB
Complementary color
Monochromatic Colors of #E0DEFB
Black with #E0DEFB
Text Example
Text Example
White with #E0DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEFB; }
p { color: rgb(224,222,251); }
H1.HeaderClassName
{
color: #E0DEFB;
}
.AnyTagClassName
{
color: #E0DEFB;
}
</style>
background-color css
<style>
a { background-color: #E0DEFB; }
a { background-color: rgb(224,222,251); }
div.DivClassName
{
background-color: #E0DEFB;
}
.BgClassName
{
background-color: #E0DEFB;
}
</style>
border-color css
<style>
span { border-color: #E0DEFB; }
span { border-color: rgb(224,222,251); }
td.TdClassName
{
border-color: #E0DEFB;
}
.TagClassName
{
border-color: #E0DEFB;
}
</style>