Shades of Lavender #E4D9FF
Tints of Lavender #E4D9FF
RGB
CMYK
RGB Variations
Color information
#E4D9FF (or 0xE4D9FF) is known color: Lavender. HEX triplet: E4, D9 and FF. RGB value is (228,217,255). Sum of RGB (Red+Green+Blue) = 228+217+255=700 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.57% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D9FF is #1B2600. Grayscale: #E0E0E0. Windows color (decimal): -1779201 or 16767460. OLE color: 16767460.
HSL color Cylindrical-coordinate representation of color #E4D9FF: hue angle of 257.37º 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 #E4D9FF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 217 | 255 | - |
| CMYK | 0.11 | 0.15 | 0 | 0 |
| HSL | 257.37º | 1% | 0.93% | - |
| HSV(B) | 257.37º | 0.15% | 1% | - |
| XYZ | 74.86 | 73.34 | 104.82 | - |
| YUV | 224.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 217 | 255 | 0.11 | 0.15 | 0 | 0 | 257.37 | 1 | 0.93 |
| Hex | E4 | D9 | FF | B | F | 0 | 0 | 101 | 64 | 5D |
| Octal | 344 | 331 | 377 | 13 | 17 | 0 | 0 | 401 | 144 | 135 |
| Binary | 11100100 | 11011001 | 11111111 | 1011 | 1111 | 0 | 0 | 100000001 | 1100100 | 1011101 |
Color Harmonies of #E4D9FF
Complementary color
Monochromatic Colors of #E4D9FF
Black with #E4D9FF
Text Example
Text Example
White with #E4D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D9FF; }
p { color: rgb(228,217,255); }
H1.HeaderClassName
{
color: #E4D9FF;
}
.AnyTagClassName
{
color: #E4D9FF;
}
</style>
background-color css
<style>
a { background-color: #E4D9FF; }
a { background-color: rgb(228,217,255); }
div.DivClassName
{
background-color: #E4D9FF;
}
.BgClassName
{
background-color: #E4D9FF;
}
</style>
border-color css
<style>
span { border-color: #E4D9FF; }
span { border-color: rgb(228,217,255); }
td.TdClassName
{
border-color: #E4D9FF;
}
.TagClassName
{
border-color: #E4D9FF;
}
</style>