Shades of Lavender #E0DFFD
Tints of Lavender #E0DFFD
RGB
CMYK
RGB Variations
Color information
#E0DFFD (or 0xE0DFFD) is known color: Lavender. HEX triplet: E0, DF and FD. RGB value is (224,223,253). Sum of RGB (Red+Green+Blue) = 224+223+253=700 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFFD is #1F2002. Grayscale: #E2E2E2. Windows color (decimal): -2039811 or 16637920. OLE color: 16637920.
HSL color Cylindrical-coordinate representation of color #E0DFFD: hue angle of 242º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0DFFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 223 | 253 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.01 |
| HSL | 242º | 0.88% | 0.93% | - |
| HSV(B) | 242º | 0.12% | 0.99% | - |
| XYZ | 74.86 | 75.71 | 103.6 | - |
| YUV | 226.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 253 | 0.11 | 0.12 | 0 | 0.01 | 242 | 0.88 | 0.93 |
| Hex | E0 | DF | FD | B | C | 0 | 1 | F2 | 58 | 5D |
| Octal | 340 | 337 | 375 | 13 | 14 | 0 | 1 | 362 | 130 | 135 |
| Binary | 11100000 | 11011111 | 11111101 | 1011 | 1100 | 0 | 1 | 11110010 | 1011000 | 1011101 |
Color Harmonies of #E0DFFD
Complementary color
Monochromatic Colors of #E0DFFD
Black with #E0DFFD
Text Example
Text Example
White with #E0DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFFD; }
p { color: rgb(224,223,253); }
H1.HeaderClassName
{
color: #E0DFFD;
}
.AnyTagClassName
{
color: #E0DFFD;
}
</style>
background-color css
<style>
a { background-color: #E0DFFD; }
a { background-color: rgb(224,223,253); }
div.DivClassName
{
background-color: #E0DFFD;
}
.BgClassName
{
background-color: #E0DFFD;
}
</style>
border-color css
<style>
span { border-color: #E0DFFD; }
span { border-color: rgb(224,223,253); }
td.TdClassName
{
border-color: #E0DFFD;
}
.TagClassName
{
border-color: #E0DFFD;
}
</style>