Shades of Lavender #E2DAFD
Tints of Lavender #E2DAFD
RGB
CMYK
RGB Variations
Color information
#E2DAFD (or 0xE2DAFD) is known color: Lavender. HEX triplet: E2, DA and FD. RGB value is (226,218,253). Sum of RGB (Red+Green+Blue) = 226+218+253=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAFD is #1D2502. Grayscale: #E0E0E0. Windows color (decimal): -1910019 or 16636642. OLE color: 16636642.
HSL color Cylindrical-coordinate representation of color #E2DAFD: hue angle of 253.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2DAFD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 218 | 253 | - |
CMYK | 0.11 | 0.14 | 0 | 0.01 |
HSL | 253.71º | 0.9% | 0.92% | - |
HSV(B) | 253.71º | 0.14% | 0.99% | - |
XYZ | 74.17 | 73.4 | 103.19 | - |
YUV | 224.38 | 144.15 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 253 | 0.11 | 0.14 | 0 | 0.01 | 253.71 | 0.9 | 0.92 |
Hex | E2 | DA | FD | B | E | 0 | 1 | FE | 5A | 5C |
Octal | 342 | 332 | 375 | 13 | 16 | 0 | 1 | 376 | 132 | 134 |
Binary | 11100010 | 11011010 | 11111101 | 1011 | 1110 | 0 | 1 | 11111110 | 1011010 | 1011100 |
Color Harmonies of #E2DAFD
Complementary color
Monochromatic Colors of #E2DAFD
Black with #E2DAFD
Text Example
Text Example
White with #E2DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAFD; }
p { color: rgb(226,218,253); }
H1.HeaderClassName
{
color: #E2DAFD;
}
.AnyTagClassName
{
color: #E2DAFD;
}
</style>
background-color css
<style>
a { background-color: #E2DAFD; }
a { background-color: rgb(226,218,253); }
div.DivClassName
{
background-color: #E2DAFD;
}
.BgClassName
{
background-color: #E2DAFD;
}
</style>
border-color css
<style>
span { border-color: #E2DAFD; }
span { border-color: rgb(226,218,253); }
td.TdClassName
{
border-color: #E2DAFD;
}
.TagClassName
{
border-color: #E2DAFD;
}
</style>