Shades of Lavender #E1DBFF
Tints of Lavender #E1DBFF
RGB
CMYK
RGB Variations
Color information
#E1DBFF (or 0xE1DBFF) is known color: Lavender. HEX triplet: E1, DB and FF. RGB value is (225,219,255). Sum of RGB (Red+Green+Blue) = 225+219+255=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBFF is #1E2400. Grayscale: #E0E0E0. Windows color (decimal): -1975297 or 16767969. OLE color: 16767969.
HSL color Cylindrical-coordinate representation of color #E1DBFF: hue angle of 250º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1DBFF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 219 | 255 | - |
| CMYK | 0.12 | 0.14 | 0 | 0 |
| HSL | 250º | 1% | 0.93% | - |
| HSV(B) | 250º | 0.14% | 1% | - |
| XYZ | 74.43 | 73.89 | 104.95 | - |
| YUV | 224.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 255 | 0.12 | 0.14 | 0 | 0 | 250 | 1 | 0.93 |
| Hex | E1 | DB | FF | C | E | 0 | 0 | FA | 64 | 5D |
| Octal | 341 | 333 | 377 | 14 | 16 | 0 | 0 | 372 | 144 | 135 |
| Binary | 11100001 | 11011011 | 11111111 | 1100 | 1110 | 0 | 0 | 11111010 | 1100100 | 1011101 |
Color Harmonies of #E1DBFF
Complementary color
Monochromatic Colors of #E1DBFF
Black with #E1DBFF
Text Example
Text Example
White with #E1DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBFF; }
p { color: rgb(225,219,255); }
H1.HeaderClassName
{
color: #E1DBFF;
}
.AnyTagClassName
{
color: #E1DBFF;
}
</style>
background-color css
<style>
a { background-color: #E1DBFF; }
a { background-color: rgb(225,219,255); }
div.DivClassName
{
background-color: #E1DBFF;
}
.BgClassName
{
background-color: #E1DBFF;
}
</style>
border-color css
<style>
span { border-color: #E1DBFF; }
span { border-color: rgb(225,219,255); }
td.TdClassName
{
border-color: #E1DBFF;
}
.TagClassName
{
border-color: #E1DBFF;
}
</style>