Shades of Lavender #E2DFFB
Tints of Lavender #E2DFFB
RGB
CMYK
RGB Variations
Color information
#E2DFFB (or 0xE2DFFB) is known color: Lavender. HEX triplet: E2, DF and FB. RGB value is (226,223,251). Sum of RGB (Red+Green+Blue) = 226+223+251=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFB is #1D2004. Grayscale: #E2E2E2. Windows color (decimal): -1908741 or 16506850. OLE color: 16506850.
HSL color Cylindrical-coordinate representation of color #E2DFFB: hue angle of 246.43º 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 #E2DFFB is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 223 | 251 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.02 |
| HSL | 246.43º | 0.78% | 0.93% | - |
| HSV(B) | 246.43º | 0.11% | 0.98% | - |
| XYZ | 75.16 | 75.91 | 101.96 | - |
| YUV | 227.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 251 | 0.10 | 0.11 | 0 | 0.02 | 246.43 | 0.78 | 0.93 |
| Hex | E2 | DF | FB | A | B | 0 | 2 | F6 | 4E | 5D |
| Octal | 342 | 337 | 373 | 12 | 13 | 0 | 2 | 366 | 116 | 135 |
| Binary | 11100010 | 11011111 | 11111011 | 1010 | 1011 | 0 | 10 | 11110110 | 1001110 | 1011101 |
Color Harmonies of #E2DFFB
Complementary color
Monochromatic Colors of #E2DFFB
Black with #E2DFFB
Text Example
Text Example
White with #E2DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFFB; }
p { color: rgb(226,223,251); }
H1.HeaderClassName
{
color: #E2DFFB;
}
.AnyTagClassName
{
color: #E2DFFB;
}
</style>
background-color css
<style>
a { background-color: #E2DFFB; }
a { background-color: rgb(226,223,251); }
div.DivClassName
{
background-color: #E2DFFB;
}
.BgClassName
{
background-color: #E2DFFB;
}
</style>
border-color css
<style>
span { border-color: #E2DFFB; }
span { border-color: rgb(226,223,251); }
td.TdClassName
{
border-color: #E2DFFB;
}
.TagClassName
{
border-color: #E2DFFB;
}
</style>