Shades of Lavender #E2DAFE
Tints of Lavender #E2DAFE
RGB
CMYK
RGB Variations
Color information
#E2DAFE (or 0xE2DAFE) is known color: Lavender. HEX triplet: E2, DA and FE. RGB value is (226,218,254). Sum of RGB (Red+Green+Blue) = 226+218+254=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAFE is #1D2501. Grayscale: #E0E0E0. Windows color (decimal): -1910018 or 16702178. OLE color: 16702178.
HSL color Cylindrical-coordinate representation of color #E2DAFE: hue angle of 253.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2DAFE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 218 | 254 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.00 |
| HSL | 253.33º | 0.95% | 0.93% | - |
| HSV(B) | 253.33º | 0.14% | 1% | - |
| XYZ | 74.32 | 73.47 | 104.03 | - |
| YUV | 224.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 254 | 0.11 | 0.14 | 0 | 0.00 | 253.33 | 0.95 | 0.93 |
| Hex | E2 | DA | FE | B | E | 0 | 0 | FD | 5F | 5D |
| Octal | 342 | 332 | 376 | 13 | 16 | 0 | 0 | 375 | 137 | 135 |
| Binary | 11100010 | 11011010 | 11111110 | 1011 | 1110 | 0 | 0 | 11111101 | 1011111 | 1011101 |
Color Harmonies of #E2DAFE
Complementary color
Monochromatic Colors of #E2DAFE
Black with #E2DAFE
Text Example
Text Example
White with #E2DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAFE; }
p { color: rgb(226,218,254); }
H1.HeaderClassName
{
color: #E2DAFE;
}
.AnyTagClassName
{
color: #E2DAFE;
}
</style>
background-color css
<style>
a { background-color: #E2DAFE; }
a { background-color: rgb(226,218,254); }
div.DivClassName
{
background-color: #E2DAFE;
}
.BgClassName
{
background-color: #E2DAFE;
}
</style>
border-color css
<style>
span { border-color: #E2DAFE; }
span { border-color: rgb(226,218,254); }
td.TdClassName
{
border-color: #E2DAFE;
}
.TagClassName
{
border-color: #E2DAFE;
}
</style>