Shades of Lavender #E1DCFE
Tints of Lavender #E1DCFE
RGB
CMYK
RGB Variations
Color information
#E1DCFE (or 0xE1DCFE) is known color: Lavender. HEX triplet: E1, DC and FE. RGB value is (225,220,254). Sum of RGB (Red+Green+Blue) = 225+220+254=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCFE is #1E2301. Grayscale: #E1E1E1. Windows color (decimal): -1975042 or 16702689. OLE color: 16702689.
HSL color Cylindrical-coordinate representation of color #E1DCFE: hue angle of 248.82º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DCFE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 220 | 254 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.00 |
| HSL | 248.82º | 0.94% | 0.93% | - |
| HSV(B) | 248.82º | 0.13% | 1% | - |
| XYZ | 74.53 | 74.35 | 104.19 | - |
| YUV | 225.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 254 | 0.11 | 0.13 | 0 | 0.00 | 248.82 | 0.94 | 0.93 |
| Hex | E1 | DC | FE | B | D | 0 | 0 | F9 | 5E | 5D |
| Octal | 341 | 334 | 376 | 13 | 15 | 0 | 0 | 371 | 136 | 135 |
| Binary | 11100001 | 11011100 | 11111110 | 1011 | 1101 | 0 | 0 | 11111001 | 1011110 | 1011101 |
Color Harmonies of #E1DCFE
Complementary color
Monochromatic Colors of #E1DCFE
Black with #E1DCFE
Text Example
Text Example
White with #E1DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCFE; }
p { color: rgb(225,220,254); }
H1.HeaderClassName
{
color: #E1DCFE;
}
.AnyTagClassName
{
color: #E1DCFE;
}
</style>
background-color css
<style>
a { background-color: #E1DCFE; }
a { background-color: rgb(225,220,254); }
div.DivClassName
{
background-color: #E1DCFE;
}
.BgClassName
{
background-color: #E1DCFE;
}
</style>
border-color css
<style>
span { border-color: #E1DCFE; }
span { border-color: rgb(225,220,254); }
td.TdClassName
{
border-color: #E1DCFE;
}
.TagClassName
{
border-color: #E1DCFE;
}
</style>