Shades of Lavender #E4DCFD
Tints of Lavender #E4DCFD
RGB
CMYK
RGB Variations
Color information
#E4DCFD (or 0xE4DCFD) is known color: Lavender. HEX triplet: E4, DC and FD. RGB value is (228,220,253). Sum of RGB (Red+Green+Blue) = 228+220+253=701 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.52% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCFD is #1B2302. Grayscale: #E2E2E2. Windows color (decimal): -1778435 or 16637156. OLE color: 16637156.
HSL color Cylindrical-coordinate representation of color #E4DCFD: hue angle of 254.55º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4DCFD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 220 | 253 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.01 |
| HSL | 254.55º | 0.89% | 0.93% | - |
| HSV(B) | 254.55º | 0.13% | 0.99% | - |
| XYZ | 75.32 | 74.77 | 103.39 | - |
| YUV | 226.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 253 | 0.10 | 0.13 | 0 | 0.01 | 254.55 | 0.89 | 0.93 |
| Hex | E4 | DC | FD | A | D | 0 | 1 | FF | 59 | 5D |
| Octal | 344 | 334 | 375 | 12 | 15 | 0 | 1 | 377 | 131 | 135 |
| Binary | 11100100 | 11011100 | 11111101 | 1010 | 1101 | 0 | 1 | 11111111 | 1011001 | 1011101 |
Color Harmonies of #E4DCFD
Complementary color
Monochromatic Colors of #E4DCFD
Black with #E4DCFD
Text Example
Text Example
White with #E4DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCFD; }
p { color: rgb(228,220,253); }
H1.HeaderClassName
{
color: #E4DCFD;
}
.AnyTagClassName
{
color: #E4DCFD;
}
</style>
background-color css
<style>
a { background-color: #E4DCFD; }
a { background-color: rgb(228,220,253); }
div.DivClassName
{
background-color: #E4DCFD;
}
.BgClassName
{
background-color: #E4DCFD;
}
</style>
border-color css
<style>
span { border-color: #E4DCFD; }
span { border-color: rgb(228,220,253); }
td.TdClassName
{
border-color: #E4DCFD;
}
.TagClassName
{
border-color: #E4DCFD;
}
</style>