Shades of Lavender #E0DFFB
Tints of Lavender #E0DFFB
RGB
CMYK
RGB Variations
Color information
#E0DFFB (or 0xE0DFFB) is known color: Lavender. HEX triplet: E0, DF and FB. RGB value is (224,223,251). Sum of RGB (Red+Green+Blue) = 224+223+251=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFFB is #1F2004. Grayscale: #E2E2E2. Windows color (decimal): -2039813 or 16506848. OLE color: 16506848.
HSL color Cylindrical-coordinate representation of color #E0DFFB: hue angle of 242.14º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0DFFB is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 223 | 251 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.02 |
| HSL | 242.14º | 0.78% | 0.93% | - |
| HSV(B) | 242.14º | 0.11% | 0.98% | - |
| XYZ | 74.54 | 75.59 | 101.93 | - |
| YUV | 226.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 251 | 0.11 | 0.11 | 0 | 0.02 | 242.14 | 0.78 | 0.93 |
| Hex | E0 | DF | FB | B | B | 0 | 2 | F2 | 4E | 5D |
| Octal | 340 | 337 | 373 | 13 | 13 | 0 | 2 | 362 | 116 | 135 |
| Binary | 11100000 | 11011111 | 11111011 | 1011 | 1011 | 0 | 10 | 11110010 | 1001110 | 1011101 |
Color Harmonies of #E0DFFB
Complementary color
Monochromatic Colors of #E0DFFB
Black with #E0DFFB
Text Example
Text Example
White with #E0DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFFB; }
p { color: rgb(224,223,251); }
H1.HeaderClassName
{
color: #E0DFFB;
}
.AnyTagClassName
{
color: #E0DFFB;
}
</style>
background-color css
<style>
a { background-color: #E0DFFB; }
a { background-color: rgb(224,223,251); }
div.DivClassName
{
background-color: #E0DFFB;
}
.BgClassName
{
background-color: #E0DFFB;
}
</style>
border-color css
<style>
span { border-color: #E0DFFB; }
span { border-color: rgb(224,223,251); }
td.TdClassName
{
border-color: #E0DFFB;
}
.TagClassName
{
border-color: #E0DFFB;
}
</style>