Shades of Lavender #E0DEFD
Tints of Lavender #E0DEFD
RGB
CMYK
RGB Variations
Color information
#E0DEFD (or 0xE0DEFD) is known color: Lavender. HEX triplet: E0, DE and FD. RGB value is (224,222,253). Sum of RGB (Red+Green+Blue) = 224+222+253=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEFD is #1F2102. Grayscale: #E2E2E2. Windows color (decimal): -2040067 or 16637664. OLE color: 16637664.
HSL color Cylindrical-coordinate representation of color #E0DEFD: hue angle of 243.87º degrees, saturation: 0.89, 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 #E0DEFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 222 | 253 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.01 |
| HSL | 243.87º | 0.89% | 0.93% | - |
| HSV(B) | 243.87º | 0.12% | 0.99% | - |
| XYZ | 74.59 | 75.18 | 103.51 | - |
| YUV | 226.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 253 | 0.11 | 0.12 | 0 | 0.01 | 243.87 | 0.89 | 0.93 |
| Hex | E0 | DE | FD | B | C | 0 | 1 | F4 | 59 | 5D |
| Octal | 340 | 336 | 375 | 13 | 14 | 0 | 1 | 364 | 131 | 135 |
| Binary | 11100000 | 11011110 | 11111101 | 1011 | 1100 | 0 | 1 | 11110100 | 1011001 | 1011101 |
Color Harmonies of #E0DEFD
Complementary color
Monochromatic Colors of #E0DEFD
Black with #E0DEFD
Text Example
Text Example
White with #E0DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEFD; }
p { color: rgb(224,222,253); }
H1.HeaderClassName
{
color: #E0DEFD;
}
.AnyTagClassName
{
color: #E0DEFD;
}
</style>
background-color css
<style>
a { background-color: #E0DEFD; }
a { background-color: rgb(224,222,253); }
div.DivClassName
{
background-color: #E0DEFD;
}
.BgClassName
{
background-color: #E0DEFD;
}
</style>
border-color css
<style>
span { border-color: #E0DEFD; }
span { border-color: rgb(224,222,253); }
td.TdClassName
{
border-color: #E0DEFD;
}
.TagClassName
{
border-color: #E0DEFD;
}
</style>