Shades of Lavender #E1DEF9
Tints of Lavender #E1DEF9
RGB
CMYK
RGB Variations
Color information
#E1DEF9 (or 0xE1DEF9) is known color: Lavender. HEX triplet: E1, DE and F9. RGB value is (225,222,249). Sum of RGB (Red+Green+Blue) = 225+222+249=696 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.33% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1DEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEF9 is #1E2106. Grayscale: #E1E1E1. Windows color (decimal): -1974535 or 16375521. OLE color: 16375521.
HSL color Cylindrical-coordinate representation of color #E1DEF9: hue angle of 246.67º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1DEF9 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 222 | 249 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.02 |
| HSL | 246.67º | 0.69% | 0.92% | - |
| HSV(B) | 246.67º | 0.11% | 0.98% | - |
| XYZ | 74.27 | 75.09 | 100.2 | - |
| YUV | 225.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 249 | 0.10 | 0.11 | 0 | 0.02 | 246.67 | 0.69 | 0.92 |
| Hex | E1 | DE | F9 | A | B | 0 | 2 | F7 | 45 | 5C |
| Octal | 341 | 336 | 371 | 12 | 13 | 0 | 2 | 367 | 105 | 134 |
| Binary | 11100001 | 11011110 | 11111001 | 1010 | 1011 | 0 | 10 | 11110111 | 1000101 | 1011100 |
Color Harmonies of #E1DEF9
Complementary color
Monochromatic Colors of #E1DEF9
Black with #E1DEF9
Text Example
Text Example
White with #E1DEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEF9; }
p { color: rgb(225,222,249); }
H1.HeaderClassName
{
color: #E1DEF9;
}
.AnyTagClassName
{
color: #E1DEF9;
}
</style>
background-color css
<style>
a { background-color: #E1DEF9; }
a { background-color: rgb(225,222,249); }
div.DivClassName
{
background-color: #E1DEF9;
}
.BgClassName
{
background-color: #E1DEF9;
}
</style>
border-color css
<style>
span { border-color: #E1DEF9; }
span { border-color: rgb(225,222,249); }
td.TdClassName
{
border-color: #E1DEF9;
}
.TagClassName
{
border-color: #E1DEF9;
}
</style>