Shades of Lavender #E1DFFD
Tints of Lavender #E1DFFD
RGB
CMYK
RGB Variations
Color information
#E1DFFD (or 0xE1DFFD) is known color: Lavender. HEX triplet: E1, DF and FD. RGB value is (225,223,253). Sum of RGB (Red+Green+Blue) = 225+223+253=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFFD is #1E2002. Grayscale: #E2E2E2. Windows color (decimal): -1974275 or 16637921. OLE color: 16637921.
HSL color Cylindrical-coordinate representation of color #E1DFFD: hue angle of 244º 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 #E1DFFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 223 | 253 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.01 |
| HSL | 244º | 0.88% | 0.93% | - |
| HSV(B) | 244º | 0.12% | 0.99% | - |
| XYZ | 75.17 | 75.87 | 103.61 | - |
| YUV | 227.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 253 | 0.11 | 0.12 | 0 | 0.01 | 244 | 0.88 | 0.93 |
| Hex | E1 | DF | FD | B | C | 0 | 1 | F4 | 58 | 5D |
| Octal | 341 | 337 | 375 | 13 | 14 | 0 | 1 | 364 | 130 | 135 |
| Binary | 11100001 | 11011111 | 11111101 | 1011 | 1100 | 0 | 1 | 11110100 | 1011000 | 1011101 |
Color Harmonies of #E1DFFD
Complementary color
Monochromatic Colors of #E1DFFD
Black with #E1DFFD
Text Example
Text Example
White with #E1DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFFD; }
p { color: rgb(225,223,253); }
H1.HeaderClassName
{
color: #E1DFFD;
}
.AnyTagClassName
{
color: #E1DFFD;
}
</style>
background-color css
<style>
a { background-color: #E1DFFD; }
a { background-color: rgb(225,223,253); }
div.DivClassName
{
background-color: #E1DFFD;
}
.BgClassName
{
background-color: #E1DFFD;
}
</style>
border-color css
<style>
span { border-color: #E1DFFD; }
span { border-color: rgb(225,223,253); }
td.TdClassName
{
border-color: #E1DFFD;
}
.TagClassName
{
border-color: #E1DFFD;
}
</style>