Shades of Lavender #E5D9FF
Tints of Lavender #E5D9FF
RGB
CMYK
RGB Variations
Color information
#E5D9FF (or 0xE5D9FF) is known color: Lavender. HEX triplet: E5, D9 and FF. RGB value is (229,217,255). Sum of RGB (Red+Green+Blue) = 229+217+255=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 217 (85.16% from 255 or 30.96% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D9FF is #1A2600. Grayscale: #E0E0E0. Windows color (decimal): -1713665 or 16767461. OLE color: 16767461.
HSL color Cylindrical-coordinate representation of color #E5D9FF: hue angle of 258.95º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5D9FF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 217 | 255 | - |
| CMYK | 0.10 | 0.15 | 0 | 0 |
| HSL | 258.95º | 1% | 0.93% | - |
| HSV(B) | 258.95º | 0.15% | 1% | - |
| XYZ | 75.18 | 73.5 | 104.83 | - |
| YUV | 224.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 255 | 0.10 | 0.15 | 0 | 0 | 258.95 | 1 | 0.93 |
| Hex | E5 | D9 | FF | A | F | 0 | 0 | 103 | 64 | 5D |
| Octal | 345 | 331 | 377 | 12 | 17 | 0 | 0 | 403 | 144 | 135 |
| Binary | 11100101 | 11011001 | 11111111 | 1010 | 1111 | 0 | 0 | 100000011 | 1100100 | 1011101 |
Color Harmonies of #E5D9FF
Complementary color
Monochromatic Colors of #E5D9FF
Black with #E5D9FF
Text Example
Text Example
White with #E5D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9FF; }
p { color: rgb(229,217,255); }
H1.HeaderClassName
{
color: #E5D9FF;
}
.AnyTagClassName
{
color: #E5D9FF;
}
</style>
background-color css
<style>
a { background-color: #E5D9FF; }
a { background-color: rgb(229,217,255); }
div.DivClassName
{
background-color: #E5D9FF;
}
.BgClassName
{
background-color: #E5D9FF;
}
</style>
border-color css
<style>
span { border-color: #E5D9FF; }
span { border-color: rgb(229,217,255); }
td.TdClassName
{
border-color: #E5D9FF;
}
.TagClassName
{
border-color: #E5D9FF;
}
</style>