Shades of Lavender #E1DDFC
Tints of Lavender #E1DDFC
RGB
CMYK
RGB Variations
Color information
#E1DDFC (or 0xE1DDFC) is known color: Lavender. HEX triplet: E1, DD and FC. RGB value is (225,221,252). Sum of RGB (Red+Green+Blue) = 225+221+252=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDFC is #1E2203. Grayscale: #E1E1E1. Windows color (decimal): -1974788 or 16571873. OLE color: 16571873.
HSL color Cylindrical-coordinate representation of color #E1DDFC: hue angle of 247.74º degrees, saturation: 0.84, 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 #E1DDFC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 221 | 252 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.01 |
| HSL | 247.74º | 0.84% | 0.93% | - |
| HSV(B) | 247.74º | 0.12% | 0.99% | - |
| XYZ | 74.48 | 74.75 | 102.6 | - |
| YUV | 225.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 252 | 0.11 | 0.12 | 0 | 0.01 | 247.74 | 0.84 | 0.93 |
| Hex | E1 | DD | FC | B | C | 0 | 1 | F8 | 54 | 5D |
| Octal | 341 | 335 | 374 | 13 | 14 | 0 | 1 | 370 | 124 | 135 |
| Binary | 11100001 | 11011101 | 11111100 | 1011 | 1100 | 0 | 1 | 11111000 | 1010100 | 1011101 |
Color Harmonies of #E1DDFC
Complementary color
Monochromatic Colors of #E1DDFC
Black with #E1DDFC
Text Example
Text Example
White with #E1DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDFC; }
p { color: rgb(225,221,252); }
H1.HeaderClassName
{
color: #E1DDFC;
}
.AnyTagClassName
{
color: #E1DDFC;
}
</style>
background-color css
<style>
a { background-color: #E1DDFC; }
a { background-color: rgb(225,221,252); }
div.DivClassName
{
background-color: #E1DDFC;
}
.BgClassName
{
background-color: #E1DDFC;
}
</style>
border-color css
<style>
span { border-color: #E1DDFC; }
span { border-color: rgb(225,221,252); }
td.TdClassName
{
border-color: #E1DDFC;
}
.TagClassName
{
border-color: #E1DDFC;
}
</style>