Shades of Lavender #E3DEFF
Tints of Lavender #E3DEFF
RGB
CMYK
RGB Variations
Color information
#E3DEFF (or 0xE3DEFF) is known color: Lavender. HEX triplet: E3, DE and FF. RGB value is (227,222,255). Sum of RGB (Red+Green+Blue) = 227+222+255=704 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.24% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DEFF is #1C2100. Grayscale: #E3E3E3. Windows color (decimal): -1843457 or 16768739. OLE color: 16768739.
HSL color Cylindrical-coordinate representation of color #E3DEFF: hue angle of 249.09º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3DEFF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 222 | 255 | - |
| CMYK | 0.11 | 0.13 | 0 | 0 |
| HSL | 249.09º | 1% | 0.94% | - |
| HSV(B) | 249.09º | 0.13% | 1% | - |
| XYZ | 75.85 | 75.79 | 105.24 | - |
| YUV | 227.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 255 | 0.11 | 0.13 | 0 | 0 | 249.09 | 1 | 0.94 |
| Hex | E3 | DE | FF | B | D | 0 | 0 | F9 | 64 | 5E |
| Octal | 343 | 336 | 377 | 13 | 15 | 0 | 0 | 371 | 144 | 136 |
| Binary | 11100011 | 11011110 | 11111111 | 1011 | 1101 | 0 | 0 | 11111001 | 1100100 | 1011110 |
Color Harmonies of #E3DEFF
Complementary color
Monochromatic Colors of #E3DEFF
Black with #E3DEFF
Text Example
Text Example
White with #E3DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DEFF; }
p { color: rgb(227,222,255); }
H1.HeaderClassName
{
color: #E3DEFF;
}
.AnyTagClassName
{
color: #E3DEFF;
}
</style>
background-color css
<style>
a { background-color: #E3DEFF; }
a { background-color: rgb(227,222,255); }
div.DivClassName
{
background-color: #E3DEFF;
}
.BgClassName
{
background-color: #E3DEFF;
}
</style>
border-color css
<style>
span { border-color: #E3DEFF; }
span { border-color: rgb(227,222,255); }
td.TdClassName
{
border-color: #E3DEFF;
}
.TagClassName
{
border-color: #E3DEFF;
}
</style>