Shades of Lavender #E3DEFE
Tints of Lavender #E3DEFE
RGB
CMYK
RGB Variations
Color information
#E3DEFE (or 0xE3DEFE) is known color: Lavender. HEX triplet: E3, DE and FE. RGB value is (227,222,254). Sum of RGB (Red+Green+Blue) = 227+222+254=703 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.29% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DEFE is #1C2101. Grayscale: #E3E3E3. Windows color (decimal): -1843458 or 16703203. OLE color: 16703203.
HSL color Cylindrical-coordinate representation of color #E3DEFE: hue angle of 249.38º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3DEFE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 222 | 254 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.00 |
| HSL | 249.38º | 0.94% | 0.93% | - |
| HSV(B) | 249.38º | 0.13% | 1% | - |
| XYZ | 75.69 | 75.73 | 104.39 | - |
| YUV | 227.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 254 | 0.11 | 0.13 | 0 | 0.00 | 249.38 | 0.94 | 0.93 |
| Hex | E3 | DE | FE | B | D | 0 | 0 | F9 | 5E | 5D |
| Octal | 343 | 336 | 376 | 13 | 15 | 0 | 0 | 371 | 136 | 135 |
| Binary | 11100011 | 11011110 | 11111110 | 1011 | 1101 | 0 | 0 | 11111001 | 1011110 | 1011101 |
Color Harmonies of #E3DEFE
Complementary color
Monochromatic Colors of #E3DEFE
Black with #E3DEFE
Text Example
Text Example
White with #E3DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DEFE; }
p { color: rgb(227,222,254); }
H1.HeaderClassName
{
color: #E3DEFE;
}
.AnyTagClassName
{
color: #E3DEFE;
}
</style>
background-color css
<style>
a { background-color: #E3DEFE; }
a { background-color: rgb(227,222,254); }
div.DivClassName
{
background-color: #E3DEFE;
}
.BgClassName
{
background-color: #E3DEFE;
}
</style>
border-color css
<style>
span { border-color: #E3DEFE; }
span { border-color: rgb(227,222,254); }
td.TdClassName
{
border-color: #E3DEFE;
}
.TagClassName
{
border-color: #E3DEFE;
}
</style>