Shades of Lavender #E3DEFB
Tints of Lavender #E3DEFB
RGB
CMYK
RGB Variations
Color information
#E3DEFB (or 0xE3DEFB) is known color: Lavender. HEX triplet: E3, DE and FB. RGB value is (227,222,251). Sum of RGB (Red+Green+Blue) = 227+222+251=700 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.43% from 700); Green value is 222 (87.11% from 255 or 31.71% 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 #E3DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DEFB is #1C2104. Grayscale: #E2E2E2. Windows color (decimal): -1843461 or 16506595. OLE color: 16506595.
HSL color Cylindrical-coordinate representation of color #E3DEFB: hue angle of 250.34º 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 #E3DEFB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 222 | 251 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.02 |
| HSL | 250.34º | 0.78% | 0.93% | - |
| HSV(B) | 250.34º | 0.12% | 0.98% | - |
| XYZ | 75.21 | 75.54 | 101.88 | - |
| YUV | 226.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 251 | 0.10 | 0.12 | 0 | 0.02 | 250.34 | 0.78 | 0.93 |
| Hex | E3 | DE | FB | A | C | 0 | 2 | FA | 4E | 5D |
| Octal | 343 | 336 | 373 | 12 | 14 | 0 | 2 | 372 | 116 | 135 |
| Binary | 11100011 | 11011110 | 11111011 | 1010 | 1100 | 0 | 10 | 11111010 | 1001110 | 1011101 |
Color Harmonies of #E3DEFB
Complementary color
Monochromatic Colors of #E3DEFB
Black with #E3DEFB
Text Example
Text Example
White with #E3DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DEFB; }
p { color: rgb(227,222,251); }
H1.HeaderClassName
{
color: #E3DEFB;
}
.AnyTagClassName
{
color: #E3DEFB;
}
</style>
background-color css
<style>
a { background-color: #E3DEFB; }
a { background-color: rgb(227,222,251); }
div.DivClassName
{
background-color: #E3DEFB;
}
.BgClassName
{
background-color: #E3DEFB;
}
</style>
border-color css
<style>
span { border-color: #E3DEFB; }
span { border-color: rgb(227,222,251); }
td.TdClassName
{
border-color: #E3DEFB;
}
.TagClassName
{
border-color: #E3DEFB;
}
</style>