Shades of Lavender #E1DFFC
Tints of Lavender #E1DFFC
RGB
CMYK
RGB Variations
Color information
#E1DFFC (or 0xE1DFFC) is known color: Lavender. HEX triplet: E1, DF and FC. RGB value is (225,223,252). Sum of RGB (Red+Green+Blue) = 225+223+252=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFFC is #1E2003. Grayscale: #E2E2E2. Windows color (decimal): -1974276 or 16572385. OLE color: 16572385.
HSL color Cylindrical-coordinate representation of color #E1DFFC: hue angle of 244.14º degrees, saturation: 0.83, 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 #E1DFFC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 223 | 252 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.01 |
| HSL | 244.14º | 0.83% | 0.93% | - |
| HSV(B) | 244.14º | 0.12% | 0.99% | - |
| XYZ | 75.01 | 75.81 | 102.78 | - |
| YUV | 226.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 252 | 0.11 | 0.12 | 0 | 0.01 | 244.14 | 0.83 | 0.93 |
| Hex | E1 | DF | FC | B | C | 0 | 1 | F4 | 53 | 5D |
| Octal | 341 | 337 | 374 | 13 | 14 | 0 | 1 | 364 | 123 | 135 |
| Binary | 11100001 | 11011111 | 11111100 | 1011 | 1100 | 0 | 1 | 11110100 | 1010011 | 1011101 |
Color Harmonies of #E1DFFC
Complementary color
Monochromatic Colors of #E1DFFC
Black with #E1DFFC
Text Example
Text Example
White with #E1DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFFC; }
p { color: rgb(225,223,252); }
H1.HeaderClassName
{
color: #E1DFFC;
}
.AnyTagClassName
{
color: #E1DFFC;
}
</style>
background-color css
<style>
a { background-color: #E1DFFC; }
a { background-color: rgb(225,223,252); }
div.DivClassName
{
background-color: #E1DFFC;
}
.BgClassName
{
background-color: #E1DFFC;
}
</style>
border-color css
<style>
span { border-color: #E1DFFC; }
span { border-color: rgb(225,223,252); }
td.TdClassName
{
border-color: #E1DFFC;
}
.TagClassName
{
border-color: #E1DFFC;
}
</style>