Shades of Lavender #E0DCFD
Tints of Lavender #E0DCFD
RGB
CMYK
RGB Variations
Color information
#E0DCFD (or 0xE0DCFD) is known color: Lavender. HEX triplet: E0, DC and FD. RGB value is (224,220,253). Sum of RGB (Red+Green+Blue) = 224+220+253=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCFD is #1F2302. Grayscale: #E0E0E0. Windows color (decimal): -2040579 or 16637152. OLE color: 16637152.
HSL color Cylindrical-coordinate representation of color #E0DCFD: hue angle of 247.27º 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 #E0DCFD is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 220 | 253 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.01 |
| HSL | 247.27º | 0.89% | 0.93% | - |
| HSV(B) | 247.27º | 0.13% | 0.99% | - |
| XYZ | 74.06 | 74.13 | 103.33 | - |
| YUV | 224.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 253 | 0.11 | 0.13 | 0 | 0.01 | 247.27 | 0.89 | 0.93 |
| Hex | E0 | DC | FD | B | D | 0 | 1 | F7 | 59 | 5D |
| Octal | 340 | 334 | 375 | 13 | 15 | 0 | 1 | 367 | 131 | 135 |
| Binary | 11100000 | 11011100 | 11111101 | 1011 | 1101 | 0 | 1 | 11110111 | 1011001 | 1011101 |
Color Harmonies of #E0DCFD
Complementary color
Monochromatic Colors of #E0DCFD
Black with #E0DCFD
Text Example
Text Example
White with #E0DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCFD; }
p { color: rgb(224,220,253); }
H1.HeaderClassName
{
color: #E0DCFD;
}
.AnyTagClassName
{
color: #E0DCFD;
}
</style>
background-color css
<style>
a { background-color: #E0DCFD; }
a { background-color: rgb(224,220,253); }
div.DivClassName
{
background-color: #E0DCFD;
}
.BgClassName
{
background-color: #E0DCFD;
}
</style>
border-color css
<style>
span { border-color: #E0DCFD; }
span { border-color: rgb(224,220,253); }
td.TdClassName
{
border-color: #E0DCFD;
}
.TagClassName
{
border-color: #E0DCFD;
}
</style>