Shades of Lavender #E2DAFF
Tints of Lavender #E2DAFF
RGB
CMYK
RGB Variations
Color information
#E2DAFF (or 0xE2DAFF) is known color: Lavender. HEX triplet: E2, DA and FF. RGB value is (226,218,255). Sum of RGB (Red+Green+Blue) = 226+218+255=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAFF is #1D2500. Grayscale: #E0E0E0. Windows color (decimal): -1910017 or 16767714. OLE color: 16767714.
HSL color Cylindrical-coordinate representation of color #E2DAFF: hue angle of 252.97º 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 #E2DAFF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 218 | 255 | - |
| CMYK | 0.11 | 0.15 | 0 | 0 |
| HSL | 252.97º | 1% | 0.93% | - |
| HSV(B) | 252.97º | 0.15% | 1% | - |
| XYZ | 74.49 | 73.53 | 104.87 | - |
| YUV | 224.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 255 | 0.11 | 0.15 | 0 | 0 | 252.97 | 1 | 0.93 |
| Hex | E2 | DA | FF | B | F | 0 | 0 | FD | 64 | 5D |
| Octal | 342 | 332 | 377 | 13 | 17 | 0 | 0 | 375 | 144 | 135 |
| Binary | 11100010 | 11011010 | 11111111 | 1011 | 1111 | 0 | 0 | 11111101 | 1100100 | 1011101 |
Color Harmonies of #E2DAFF
Complementary color
Monochromatic Colors of #E2DAFF
Black with #E2DAFF
Text Example
Text Example
White with #E2DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAFF; }
p { color: rgb(226,218,255); }
H1.HeaderClassName
{
color: #E2DAFF;
}
.AnyTagClassName
{
color: #E2DAFF;
}
</style>
background-color css
<style>
a { background-color: #E2DAFF; }
a { background-color: rgb(226,218,255); }
div.DivClassName
{
background-color: #E2DAFF;
}
.BgClassName
{
background-color: #E2DAFF;
}
</style>
border-color css
<style>
span { border-color: #E2DAFF; }
span { border-color: rgb(226,218,255); }
td.TdClassName
{
border-color: #E2DAFF;
}
.TagClassName
{
border-color: #E2DAFF;
}
</style>