Shades of Lavender #E1DEFB
Tints of Lavender #E1DEFB
RGB
CMYK
RGB Variations
Color information
#E1DEFB (or 0xE1DEFB) is known color: Lavender. HEX triplet: E1, DE and FB. RGB value is (225,222,251). Sum of RGB (Red+Green+Blue) = 225+222+251=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEFB is #1E2104. Grayscale: #E2E2E2. Windows color (decimal): -1974533 or 16506593. OLE color: 16506593.
HSL color Cylindrical-coordinate representation of color #E1DEFB: hue angle of 246.21º 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 #E1DEFB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 222 | 251 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.02 |
| HSL | 246.21º | 0.78% | 0.93% | - |
| HSV(B) | 246.21º | 0.12% | 0.98% | - |
| XYZ | 74.59 | 75.22 | 101.85 | - |
| YUV | 226.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 251 | 0.10 | 0.12 | 0 | 0.02 | 246.21 | 0.78 | 0.93 |
| Hex | E1 | DE | FB | A | C | 0 | 2 | F6 | 4E | 5D |
| Octal | 341 | 336 | 373 | 12 | 14 | 0 | 2 | 366 | 116 | 135 |
| Binary | 11100001 | 11011110 | 11111011 | 1010 | 1100 | 0 | 10 | 11110110 | 1001110 | 1011101 |
Color Harmonies of #E1DEFB
Complementary color
Monochromatic Colors of #E1DEFB
Black with #E1DEFB
Text Example
Text Example
White with #E1DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEFB; }
p { color: rgb(225,222,251); }
H1.HeaderClassName
{
color: #E1DEFB;
}
.AnyTagClassName
{
color: #E1DEFB;
}
</style>
background-color css
<style>
a { background-color: #E1DEFB; }
a { background-color: rgb(225,222,251); }
div.DivClassName
{
background-color: #E1DEFB;
}
.BgClassName
{
background-color: #E1DEFB;
}
</style>
border-color css
<style>
span { border-color: #E1DEFB; }
span { border-color: rgb(225,222,251); }
td.TdClassName
{
border-color: #E1DEFB;
}
.TagClassName
{
border-color: #E1DEFB;
}
</style>