Shades of Lavender #E2DFFF
Tints of Lavender #E2DFFF
RGB
CMYK
RGB Variations
Color information
#E2DFFF (or 0xE2DFFF) is known color: Lavender. HEX triplet: E2, DF and FF. RGB value is (226,223,255). Sum of RGB (Red+Green+Blue) = 226+223+255=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFF is #1D2000. Grayscale: #E3E3E3. Windows color (decimal): -1908737 or 16768994. OLE color: 16768994.
HSL color Cylindrical-coordinate representation of color #E2DFFF: hue angle of 245.62º 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 #E2DFFF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 223 | 255 | - |
| CMYK | 0.11 | 0.13 | 0 | 0 |
| HSL | 245.63º | 1% | 0.94% | - |
| HSV(B) | 245.63º | 0.13% | 1% | - |
| XYZ | 75.8 | 76.16 | 105.31 | - |
| YUV | 227.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 255 | 0.11 | 0.13 | 0 | 0 | 245.63 | 1 | 0.94 |
| Hex | E2 | DF | FF | B | D | 0 | 0 | F6 | 64 | 5E |
| Octal | 342 | 337 | 377 | 13 | 15 | 0 | 0 | 366 | 144 | 136 |
| Binary | 11100010 | 11011111 | 11111111 | 1011 | 1101 | 0 | 0 | 11110110 | 1100100 | 1011110 |
Color Harmonies of #E2DFFF
Complementary color
Monochromatic Colors of #E2DFFF
Black with #E2DFFF
Text Example
Text Example
White with #E2DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFFF; }
p { color: rgb(226,223,255); }
H1.HeaderClassName
{
color: #E2DFFF;
}
.AnyTagClassName
{
color: #E2DFFF;
}
</style>
background-color css
<style>
a { background-color: #E2DFFF; }
a { background-color: rgb(226,223,255); }
div.DivClassName
{
background-color: #E2DFFF;
}
.BgClassName
{
background-color: #E2DFFF;
}
</style>
border-color css
<style>
span { border-color: #E2DFFF; }
span { border-color: rgb(226,223,255); }
td.TdClassName
{
border-color: #E2DFFF;
}
.TagClassName
{
border-color: #E2DFFF;
}
</style>