Shades of Lavender #E1DDFF
Tints of Lavender #E1DDFF
RGB
CMYK
RGB Variations
Color information
#E1DDFF (or 0xE1DDFF) is known color: Lavender. HEX triplet: E1, DD and FF. RGB value is (225,221,255). Sum of RGB (Red+Green+Blue) = 225+221+255=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDFF is #1E2200. Grayscale: #E1E1E1. Windows color (decimal): -1974785 or 16768481. OLE color: 16768481.
HSL color Cylindrical-coordinate representation of color #E1DDFF: hue angle of 247.06º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DDFF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 221 | 255 | - |
| CMYK | 0.12 | 0.13 | 0 | 0 |
| HSL | 247.06º | 1% | 0.93% | - |
| HSV(B) | 247.06º | 0.13% | 1% | - |
| XYZ | 74.96 | 74.94 | 105.12 | - |
| YUV | 226.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 255 | 0.12 | 0.13 | 0 | 0 | 247.06 | 1 | 0.93 |
| Hex | E1 | DD | FF | C | D | 0 | 0 | F7 | 64 | 5D |
| Octal | 341 | 335 | 377 | 14 | 15 | 0 | 0 | 367 | 144 | 135 |
| Binary | 11100001 | 11011101 | 11111111 | 1100 | 1101 | 0 | 0 | 11110111 | 1100100 | 1011101 |
Color Harmonies of #E1DDFF
Complementary color
Monochromatic Colors of #E1DDFF
Black with #E1DDFF
Text Example
Text Example
White with #E1DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDFF; }
p { color: rgb(225,221,255); }
H1.HeaderClassName
{
color: #E1DDFF;
}
.AnyTagClassName
{
color: #E1DDFF;
}
</style>
background-color css
<style>
a { background-color: #E1DDFF; }
a { background-color: rgb(225,221,255); }
div.DivClassName
{
background-color: #E1DDFF;
}
.BgClassName
{
background-color: #E1DDFF;
}
</style>
border-color css
<style>
span { border-color: #E1DDFF; }
span { border-color: rgb(225,221,255); }
td.TdClassName
{
border-color: #E1DDFF;
}
.TagClassName
{
border-color: #E1DDFF;
}
</style>