Shades of Lavender #E1DFF6
Tints of Lavender #E1DFF6
RGB
CMYK
RGB Variations
Color information
#E1DFF6 (or 0xE1DFF6) is known color: Lavender. HEX triplet: E1, DF and F6. RGB value is (225,223,246). Sum of RGB (Red+Green+Blue) = 225+223+246=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1DFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFF6 is #1E2009. Grayscale: #E2E2E2. Windows color (decimal): -1974282 or 16179169. OLE color: 16179169.
HSL color Cylindrical-coordinate representation of color #E1DFF6: hue angle of 245.22º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DFF6 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 223 | 246 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.04 |
| HSL | 245.22º | 0.56% | 0.92% | - |
| HSV(B) | 245.22º | 0.09% | 0.96% | - |
| XYZ | 74.07 | 75.44 | 97.85 | - |
| YUV | 226.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 246 | 0.09 | 0.09 | 0 | 0.04 | 245.22 | 0.56 | 0.92 |
| Hex | E1 | DF | F6 | 9 | 9 | 0 | 4 | F5 | 38 | 5C |
| Octal | 341 | 337 | 366 | 11 | 11 | 0 | 4 | 365 | 70 | 134 |
| Binary | 11100001 | 11011111 | 11110110 | 1001 | 1001 | 0 | 100 | 11110101 | 111000 | 1011100 |
Color Harmonies of #E1DFF6
Complementary color
Monochromatic Colors of #E1DFF6
Black with #E1DFF6
Text Example
Text Example
White with #E1DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFF6; }
p { color: rgb(225,223,246); }
H1.HeaderClassName
{
color: #E1DFF6;
}
.AnyTagClassName
{
color: #E1DFF6;
}
</style>
background-color css
<style>
a { background-color: #E1DFF6; }
a { background-color: rgb(225,223,246); }
div.DivClassName
{
background-color: #E1DFF6;
}
.BgClassName
{
background-color: #E1DFF6;
}
</style>
border-color css
<style>
span { border-color: #E1DFF6; }
span { border-color: rgb(225,223,246); }
td.TdClassName
{
border-color: #E1DFF6;
}
.TagClassName
{
border-color: #E1DFF6;
}
</style>