Shades of Lavender #E0DEFC
Tints of Lavender #E0DEFC
RGB
CMYK
RGB Variations
Color information
#E0DEFC (or 0xE0DEFC) is known color: Lavender. HEX triplet: E0, DE and FC. RGB value is (224,222,252). Sum of RGB (Red+Green+Blue) = 224+222+252=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEFC is #1F2103. Grayscale: #E1E1E1. Windows color (decimal): -2040068 or 16572128. OLE color: 16572128.
HSL color Cylindrical-coordinate representation of color #E0DEFC: hue angle of 244º degrees, saturation: 0.83, 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 #E0DEFC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 222 | 252 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.01 |
| HSL | 244º | 0.83% | 0.93% | - |
| HSV(B) | 244º | 0.12% | 0.99% | - |
| XYZ | 74.43 | 75.12 | 102.67 | - |
| YUV | 226.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 252 | 0.11 | 0.12 | 0 | 0.01 | 244 | 0.83 | 0.93 |
| Hex | E0 | DE | FC | B | C | 0 | 1 | F4 | 53 | 5D |
| Octal | 340 | 336 | 374 | 13 | 14 | 0 | 1 | 364 | 123 | 135 |
| Binary | 11100000 | 11011110 | 11111100 | 1011 | 1100 | 0 | 1 | 11110100 | 1010011 | 1011101 |
Color Harmonies of #E0DEFC
Complementary color
Monochromatic Colors of #E0DEFC
Black with #E0DEFC
Text Example
Text Example
White with #E0DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEFC; }
p { color: rgb(224,222,252); }
H1.HeaderClassName
{
color: #E0DEFC;
}
.AnyTagClassName
{
color: #E0DEFC;
}
</style>
background-color css
<style>
a { background-color: #E0DEFC; }
a { background-color: rgb(224,222,252); }
div.DivClassName
{
background-color: #E0DEFC;
}
.BgClassName
{
background-color: #E0DEFC;
}
</style>
border-color css
<style>
span { border-color: #E0DEFC; }
span { border-color: rgb(224,222,252); }
td.TdClassName
{
border-color: #E0DEFC;
}
.TagClassName
{
border-color: #E0DEFC;
}
</style>