Shades of Lavender #E2DFFD
Tints of Lavender #E2DFFD
RGB
CMYK
RGB Variations
Color information
#E2DFFD (or 0xE2DFFD) is known color: Lavender. HEX triplet: E2, DF and FD. RGB value is (226,223,253). Sum of RGB (Red+Green+Blue) = 226+223+253=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFD is #1D2002. Grayscale: #E3E3E3. Windows color (decimal): -1908739 or 16637922. OLE color: 16637922.
HSL color Cylindrical-coordinate representation of color #E2DFFD: hue angle of 246º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DFFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 223 | 253 | - |
CMYK | 0.11 | 0.12 | 0 | 0.01 |
HSL | 246º | 0.88% | 0.93% | - |
HSV(B) | 246º | 0.12% | 0.99% | - |
XYZ | 75.48 | 76.04 | 103.63 | - |
YUV | 227.32 | 142.49 | 127.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 253 | 0.11 | 0.12 | 0 | 0.01 | 246 | 0.88 | 0.93 |
Hex | E2 | DF | FD | B | C | 0 | 1 | F6 | 58 | 5D |
Octal | 342 | 337 | 375 | 13 | 14 | 0 | 1 | 366 | 130 | 135 |
Binary | 11100010 | 11011111 | 11111101 | 1011 | 1100 | 0 | 1 | 11110110 | 1011000 | 1011101 |
Color Harmonies of #E2DFFD
Complementary color
Monochromatic Colors of #E2DFFD
Black with #E2DFFD
Text Example
Text Example
White with #E2DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFFD; }
p { color: rgb(226,223,253); }
H1.HeaderClassName
{
color: #E2DFFD;
}
.AnyTagClassName
{
color: #E2DFFD;
}
</style>
background-color css
<style>
a { background-color: #E2DFFD; }
a { background-color: rgb(226,223,253); }
div.DivClassName
{
background-color: #E2DFFD;
}
.BgClassName
{
background-color: #E2DFFD;
}
</style>
border-color css
<style>
span { border-color: #E2DFFD; }
span { border-color: rgb(226,223,253); }
td.TdClassName
{
border-color: #E2DFFD;
}
.TagClassName
{
border-color: #E2DFFD;
}
</style>