Shades of Lavender #E1DFF9
Tints of Lavender #E1DFF9
RGB
CMYK
RGB Variations
Color information
#E1DFF9 (or 0xE1DFF9) is known color: Lavender. HEX triplet: E1, DF and F9. RGB value is (225,223,249). Sum of RGB (Red+Green+Blue) = 225+223+249=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1DFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFF9 is #1E2006. Grayscale: #E2E2E2. Windows color (decimal): -1974279 or 16375777. OLE color: 16375777.
HSL color Cylindrical-coordinate representation of color #E1DFF9: hue angle of 244.62º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DFF9 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 223 | 249 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.02 |
| HSL | 244.62º | 0.68% | 0.93% | - |
| HSV(B) | 244.62º | 0.1% | 0.98% | - |
| XYZ | 74.54 | 75.62 | 100.29 | - |
| YUV | 226.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 249 | 0.10 | 0.10 | 0 | 0.02 | 244.62 | 0.68 | 0.93 |
| Hex | E1 | DF | F9 | A | A | 0 | 2 | F5 | 44 | 5D |
| Octal | 341 | 337 | 371 | 12 | 12 | 0 | 2 | 365 | 104 | 135 |
| Binary | 11100001 | 11011111 | 11111001 | 1010 | 1010 | 0 | 10 | 11110101 | 1000100 | 1011101 |
Color Harmonies of #E1DFF9
Complementary color
Monochromatic Colors of #E1DFF9
Black with #E1DFF9
Text Example
Text Example
White with #E1DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFF9; }
p { color: rgb(225,223,249); }
H1.HeaderClassName
{
color: #E1DFF9;
}
.AnyTagClassName
{
color: #E1DFF9;
}
</style>
background-color css
<style>
a { background-color: #E1DFF9; }
a { background-color: rgb(225,223,249); }
div.DivClassName
{
background-color: #E1DFF9;
}
.BgClassName
{
background-color: #E1DFF9;
}
</style>
border-color css
<style>
span { border-color: #E1DFF9; }
span { border-color: rgb(225,223,249); }
td.TdClassName
{
border-color: #E1DFF9;
}
.TagClassName
{
border-color: #E1DFF9;
}
</style>