Shades of Lavender #E5DBFF
Tints of Lavender #E5DBFF
RGB
CMYK
RGB Variations
Color information
#E5DBFF (or 0xE5DBFF) is known color: Lavender. HEX triplet: E5, DB and FF. RGB value is (229,219,255). Sum of RGB (Red+Green+Blue) = 229+219+255=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBFF is #1A2400. Grayscale: #E1E1E1. Windows color (decimal): -1713153 or 16767973. OLE color: 16767973.
HSL color Cylindrical-coordinate representation of color #E5DBFF: hue angle of 256.67º 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 #E5DBFF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 219 | 255 | - |
| CMYK | 0.10 | 0.14 | 0 | 0 |
| HSL | 256.67º | 1% | 0.93% | - |
| HSV(B) | 256.67º | 0.14% | 1% | - |
| XYZ | 75.69 | 74.54 | 105.01 | - |
| YUV | 226.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 255 | 0.10 | 0.14 | 0 | 0 | 256.67 | 1 | 0.93 |
| Hex | E5 | DB | FF | A | E | 0 | 0 | 101 | 64 | 5D |
| Octal | 345 | 333 | 377 | 12 | 16 | 0 | 0 | 401 | 144 | 135 |
| Binary | 11100101 | 11011011 | 11111111 | 1010 | 1110 | 0 | 0 | 100000001 | 1100100 | 1011101 |
Color Harmonies of #E5DBFF
Complementary color
Monochromatic Colors of #E5DBFF
Black with #E5DBFF
Text Example
Text Example
White with #E5DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBFF; }
p { color: rgb(229,219,255); }
H1.HeaderClassName
{
color: #E5DBFF;
}
.AnyTagClassName
{
color: #E5DBFF;
}
</style>
background-color css
<style>
a { background-color: #E5DBFF; }
a { background-color: rgb(229,219,255); }
div.DivClassName
{
background-color: #E5DBFF;
}
.BgClassName
{
background-color: #E5DBFF;
}
</style>
border-color css
<style>
span { border-color: #E5DBFF; }
span { border-color: rgb(229,219,255); }
td.TdClassName
{
border-color: #E5DBFF;
}
.TagClassName
{
border-color: #E5DBFF;
}
</style>