Shades of Lavender #E1DFFF
Tints of Lavender #E1DFFF
RGB
CMYK
RGB Variations
Color information
#E1DFFF (or 0xE1DFFF) is known color: Lavender. HEX triplet: E1, DF and FF. RGB value is (225,223,255). Sum of RGB (Red+Green+Blue) = 225+223+255=703 (93% of max value = 765). Red value is 225 (88.28% from 255 or 32.01% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFFF is #1E2000. Grayscale: #E3E3E3. Windows color (decimal): -1974273 or 16768993. OLE color: 16768993.
HSL color Cylindrical-coordinate representation of color #E1DFFF: hue angle of 243.75º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DFFF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 223 | 255 | - |
| CMYK | 0.12 | 0.13 | 0 | 0 |
| HSL | 243.75º | 1% | 0.94% | - |
| HSV(B) | 243.75º | 0.13% | 1% | - |
| XYZ | 75.49 | 76 | 105.3 | - |
| YUV | 227.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 255 | 0.12 | 0.13 | 0 | 0 | 243.75 | 1 | 0.94 |
| Hex | E1 | DF | FF | C | D | 0 | 0 | F4 | 64 | 5E |
| Octal | 341 | 337 | 377 | 14 | 15 | 0 | 0 | 364 | 144 | 136 |
| Binary | 11100001 | 11011111 | 11111111 | 1100 | 1101 | 0 | 0 | 11110100 | 1100100 | 1011110 |
Color Harmonies of #E1DFFF
Complementary color
Monochromatic Colors of #E1DFFF
Black with #E1DFFF
Text Example
Text Example
White with #E1DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFFF; }
p { color: rgb(225,223,255); }
H1.HeaderClassName
{
color: #E1DFFF;
}
.AnyTagClassName
{
color: #E1DFFF;
}
</style>
background-color css
<style>
a { background-color: #E1DFFF; }
a { background-color: rgb(225,223,255); }
div.DivClassName
{
background-color: #E1DFFF;
}
.BgClassName
{
background-color: #E1DFFF;
}
</style>
border-color css
<style>
span { border-color: #E1DFFF; }
span { border-color: rgb(225,223,255); }
td.TdClassName
{
border-color: #E1DFFF;
}
.TagClassName
{
border-color: #E1DFFF;
}
</style>