Shades of Lavender #E1DAFF
Tints of Lavender #E1DAFF
RGB
CMYK
RGB Variations
Color information
#E1DAFF (or 0xE1DAFF) is known color: Lavender. HEX triplet: E1, DA and FF. RGB value is (225,218,255). Sum of RGB (Red+Green+Blue) = 225+218+255=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAFF is #1E2500. Grayscale: #E0E0E0. Windows color (decimal): -1975553 or 16767713. OLE color: 16767713.
HSL color Cylindrical-coordinate representation of color #E1DAFF: hue angle of 251.35º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1DAFF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 218 | 255 | - |
| CMYK | 0.12 | 0.15 | 0 | 0 |
| HSL | 251.35º | 1% | 0.93% | - |
| HSV(B) | 251.35º | 0.15% | 1% | - |
| XYZ | 74.17 | 73.37 | 104.86 | - |
| YUV | 224.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 255 | 0.12 | 0.15 | 0 | 0 | 251.35 | 1 | 0.93 |
| Hex | E1 | DA | FF | C | F | 0 | 0 | FB | 64 | 5D |
| Octal | 341 | 332 | 377 | 14 | 17 | 0 | 0 | 373 | 144 | 135 |
| Binary | 11100001 | 11011010 | 11111111 | 1100 | 1111 | 0 | 0 | 11111011 | 1100100 | 1011101 |
Color Harmonies of #E1DAFF
Complementary color
Monochromatic Colors of #E1DAFF
Black with #E1DAFF
Text Example
Text Example
White with #E1DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAFF; }
p { color: rgb(225,218,255); }
H1.HeaderClassName
{
color: #E1DAFF;
}
.AnyTagClassName
{
color: #E1DAFF;
}
</style>
background-color css
<style>
a { background-color: #E1DAFF; }
a { background-color: rgb(225,218,255); }
div.DivClassName
{
background-color: #E1DAFF;
}
.BgClassName
{
background-color: #E1DAFF;
}
</style>
border-color css
<style>
span { border-color: #E1DAFF; }
span { border-color: rgb(225,218,255); }
td.TdClassName
{
border-color: #E1DAFF;
}
.TagClassName
{
border-color: #E1DAFF;
}
</style>