Shades of Lavender #E4D9FE
Tints of Lavender #E4D9FE
RGB
CMYK
RGB Variations
Color information
#E4D9FE (or 0xE4D9FE) is known color: Lavender. HEX triplet: E4, D9 and FE. RGB value is (228,217,254). Sum of RGB (Red+Green+Blue) = 228+217+254=699 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.62% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D9FE is #1B2601. Grayscale: #E0E0E0. Windows color (decimal): -1779202 or 16701924. OLE color: 16701924.
HSL color Cylindrical-coordinate representation of color #E4D9FE: hue angle of 257.84º 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 #E4D9FE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 217 | 254 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.00 |
| HSL | 257.84º | 0.95% | 0.92% | - |
| HSV(B) | 257.84º | 0.15% | 1% | - |
| XYZ | 74.7 | 73.28 | 103.97 | - |
| YUV | 224.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 217 | 254 | 0.10 | 0.15 | 0 | 0.00 | 257.84 | 0.95 | 0.92 |
| Hex | E4 | D9 | FE | A | F | 0 | 0 | 102 | 5F | 5C |
| Octal | 344 | 331 | 376 | 12 | 17 | 0 | 0 | 402 | 137 | 134 |
| Binary | 11100100 | 11011001 | 11111110 | 1010 | 1111 | 0 | 0 | 100000010 | 1011111 | 1011100 |
Color Harmonies of #E4D9FE
Complementary color
Monochromatic Colors of #E4D9FE
Black with #E4D9FE
Text Example
Text Example
White with #E4D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D9FE; }
p { color: rgb(228,217,254); }
H1.HeaderClassName
{
color: #E4D9FE;
}
.AnyTagClassName
{
color: #E4D9FE;
}
</style>
background-color css
<style>
a { background-color: #E4D9FE; }
a { background-color: rgb(228,217,254); }
div.DivClassName
{
background-color: #E4D9FE;
}
.BgClassName
{
background-color: #E4D9FE;
}
</style>
border-color css
<style>
span { border-color: #E4D9FE; }
span { border-color: rgb(228,217,254); }
td.TdClassName
{
border-color: #E4D9FE;
}
.TagClassName
{
border-color: #E4D9FE;
}
</style>