Shades of Lavender #E5D9FE
Tints of Lavender #E5D9FE
RGB
CMYK
RGB Variations
Color information
#E5D9FE (or 0xE5D9FE) is known color: Lavender. HEX triplet: E5, D9 and FE. RGB value is (229,217,254). Sum of RGB (Red+Green+Blue) = 229+217+254=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D9FE is #1A2601. Grayscale: #E0E0E0. Windows color (decimal): -1713666 or 16701925. OLE color: 16701925.
HSL color Cylindrical-coordinate representation of color #E5D9FE: hue angle of 259.46º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5D9FE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 217 | 254 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.00 |
| HSL | 259.46º | 0.95% | 0.92% | - |
| HSV(B) | 259.46º | 0.15% | 1% | - |
| XYZ | 75.02 | 73.44 | 103.99 | - |
| YUV | 224.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 254 | 0.10 | 0.15 | 0 | 0.00 | 259.46 | 0.95 | 0.92 |
| Hex | E5 | D9 | FE | A | F | 0 | 0 | 103 | 5F | 5C |
| Octal | 345 | 331 | 376 | 12 | 17 | 0 | 0 | 403 | 137 | 134 |
| Binary | 11100101 | 11011001 | 11111110 | 1010 | 1111 | 0 | 0 | 100000011 | 1011111 | 1011100 |
Color Harmonies of #E5D9FE
Complementary color
Monochromatic Colors of #E5D9FE
Black with #E5D9FE
Text Example
Text Example
White with #E5D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9FE; }
p { color: rgb(229,217,254); }
H1.HeaderClassName
{
color: #E5D9FE;
}
.AnyTagClassName
{
color: #E5D9FE;
}
</style>
background-color css
<style>
a { background-color: #E5D9FE; }
a { background-color: rgb(229,217,254); }
div.DivClassName
{
background-color: #E5D9FE;
}
.BgClassName
{
background-color: #E5D9FE;
}
</style>
border-color css
<style>
span { border-color: #E5D9FE; }
span { border-color: rgb(229,217,254); }
td.TdClassName
{
border-color: #E5D9FE;
}
.TagClassName
{
border-color: #E5D9FE;
}
</style>