Shades of Lavender #E4D9FC
Tints of Lavender #E4D9FC
RGB
CMYK
RGB Variations
Color information
#E4D9FC (or 0xE4D9FC) is known color: Lavender. HEX triplet: E4, D9 and FC. RGB value is (228,217,252). Sum of RGB (Red+Green+Blue) = 228+217+252=697 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.71% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4D9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D9FC is #1B2603. Grayscale: #E0E0E0. Windows color (decimal): -1779204 or 16570852. OLE color: 16570852.
HSL color Cylindrical-coordinate representation of color #E4D9FC: hue angle of 258.86º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4D9FC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 228 | 217 | 252 | - |
CMYK | 0.10 | 0.14 | 0 | 0.01 |
HSL | 258.86º | 0.85% | 0.92% | - |
HSV(B) | 258.86º | 0.14% | 0.99% | - |
XYZ | 74.38 | 73.15 | 102.29 | - |
YUV | 224.28 | 143.64 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 217 | 252 | 0.10 | 0.14 | 0 | 0.01 | 258.86 | 0.85 | 0.92 |
Hex | E4 | D9 | FC | A | E | 0 | 1 | 103 | 55 | 5C |
Octal | 344 | 331 | 374 | 12 | 16 | 0 | 1 | 403 | 125 | 134 |
Binary | 11100100 | 11011001 | 11111100 | 1010 | 1110 | 0 | 1 | 100000011 | 1010101 | 1011100 |
Color Harmonies of #E4D9FC
Complementary color
Monochromatic Colors of #E4D9FC
Black with #E4D9FC
Text Example
Text Example
White with #E4D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D9FC; }
p { color: rgb(228,217,252); }
H1.HeaderClassName
{
color: #E4D9FC;
}
.AnyTagClassName
{
color: #E4D9FC;
}
</style>
background-color css
<style>
a { background-color: #E4D9FC; }
a { background-color: rgb(228,217,252); }
div.DivClassName
{
background-color: #E4D9FC;
}
.BgClassName
{
background-color: #E4D9FC;
}
</style>
border-color css
<style>
span { border-color: #E4D9FC; }
span { border-color: rgb(228,217,252); }
td.TdClassName
{
border-color: #E4D9FC;
}
.TagClassName
{
border-color: #E4D9FC;
}
</style>