Shades of Lavender #E2DEFB
Tints of Lavender #E2DEFB
RGB
CMYK
RGB Variations
Color information
#E2DEFB (or 0xE2DEFB) is known color: Lavender. HEX triplet: E2, DE and FB. RGB value is (226,222,251). Sum of RGB (Red+Green+Blue) = 226+222+251=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEFB is #1D2104. Grayscale: #E2E2E2. Windows color (decimal): -1908997 or 16506594. OLE color: 16506594.
HSL color Cylindrical-coordinate representation of color #E2DEFB: hue angle of 248.28º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DEFB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 222 | 251 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.02 |
| HSL | 248.28º | 0.78% | 0.93% | - |
| HSV(B) | 248.28º | 0.12% | 0.98% | - |
| XYZ | 74.9 | 75.38 | 101.87 | - |
| YUV | 226.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 251 | 0.10 | 0.12 | 0 | 0.02 | 248.28 | 0.78 | 0.93 |
| Hex | E2 | DE | FB | A | C | 0 | 2 | F8 | 4E | 5D |
| Octal | 342 | 336 | 373 | 12 | 14 | 0 | 2 | 370 | 116 | 135 |
| Binary | 11100010 | 11011110 | 11111011 | 1010 | 1100 | 0 | 10 | 11111000 | 1001110 | 1011101 |
Color Harmonies of #E2DEFB
Complementary color
Monochromatic Colors of #E2DEFB
Black with #E2DEFB
Text Example
Text Example
White with #E2DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEFB; }
p { color: rgb(226,222,251); }
H1.HeaderClassName
{
color: #E2DEFB;
}
.AnyTagClassName
{
color: #E2DEFB;
}
</style>
background-color css
<style>
a { background-color: #E2DEFB; }
a { background-color: rgb(226,222,251); }
div.DivClassName
{
background-color: #E2DEFB;
}
.BgClassName
{
background-color: #E2DEFB;
}
</style>
border-color css
<style>
span { border-color: #E2DEFB; }
span { border-color: rgb(226,222,251); }
td.TdClassName
{
border-color: #E2DEFB;
}
.TagClassName
{
border-color: #E2DEFB;
}
</style>