Shades of Lavender #E1DEFF
Tints of Lavender #E1DEFF
RGB
CMYK
RGB Variations
Color information
#E1DEFF (or 0xE1DEFF) is known color: Lavender. HEX triplet: E1, DE and FF. RGB value is (225,222,255). Sum of RGB (Red+Green+Blue) = 225+222+255=702 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.05% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEFF is #1E2100. Grayscale: #E2E2E2. Windows color (decimal): -1974529 or 16768737. OLE color: 16768737.
HSL color Cylindrical-coordinate representation of color #E1DEFF: hue angle of 245.45º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DEFF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 222 | 255 | - |
| CMYK | 0.12 | 0.13 | 0 | 0 |
| HSL | 245.45º | 1% | 0.94% | - |
| HSV(B) | 245.45º | 0.13% | 1% | - |
| XYZ | 75.22 | 75.47 | 105.21 | - |
| YUV | 226.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 255 | 0.12 | 0.13 | 0 | 0 | 245.45 | 1 | 0.94 |
| Hex | E1 | DE | FF | C | D | 0 | 0 | F5 | 64 | 5E |
| Octal | 341 | 336 | 377 | 14 | 15 | 0 | 0 | 365 | 144 | 136 |
| Binary | 11100001 | 11011110 | 11111111 | 1100 | 1101 | 0 | 0 | 11110101 | 1100100 | 1011110 |
Color Harmonies of #E1DEFF
Complementary color
Monochromatic Colors of #E1DEFF
Black with #E1DEFF
Text Example
Text Example
White with #E1DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEFF; }
p { color: rgb(225,222,255); }
H1.HeaderClassName
{
color: #E1DEFF;
}
.AnyTagClassName
{
color: #E1DEFF;
}
</style>
background-color css
<style>
a { background-color: #E1DEFF; }
a { background-color: rgb(225,222,255); }
div.DivClassName
{
background-color: #E1DEFF;
}
.BgClassName
{
background-color: #E1DEFF;
}
</style>
border-color css
<style>
span { border-color: #E1DEFF; }
span { border-color: rgb(225,222,255); }
td.TdClassName
{
border-color: #E1DEFF;
}
.TagClassName
{
border-color: #E1DEFF;
}
</style>