Shades of Lavender #E3DEFD
Tints of Lavender #E3DEFD
RGB
CMYK
RGB Variations
Color information
#E3DEFD (or 0xE3DEFD) is known color: Lavender. HEX triplet: E3, DE and FD. RGB value is (227,222,253). Sum of RGB (Red+Green+Blue) = 227+222+253=702 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.34% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DEFD is #1C2102. Grayscale: #E2E2E2. Windows color (decimal): -1843459 or 16637667. OLE color: 16637667.
HSL color Cylindrical-coordinate representation of color #E3DEFD: hue angle of 249.68º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3DEFD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 222 | 253 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.01 |
| HSL | 249.68º | 0.89% | 0.93% | - |
| HSV(B) | 249.68º | 0.12% | 0.99% | - |
| XYZ | 75.53 | 75.67 | 103.55 | - |
| YUV | 227.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 253 | 0.10 | 0.12 | 0 | 0.01 | 249.68 | 0.89 | 0.93 |
| Hex | E3 | DE | FD | A | C | 0 | 1 | FA | 59 | 5D |
| Octal | 343 | 336 | 375 | 12 | 14 | 0 | 1 | 372 | 131 | 135 |
| Binary | 11100011 | 11011110 | 11111101 | 1010 | 1100 | 0 | 1 | 11111010 | 1011001 | 1011101 |
Color Harmonies of #E3DEFD
Complementary color
Monochromatic Colors of #E3DEFD
Black with #E3DEFD
Text Example
Text Example
White with #E3DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DEFD; }
p { color: rgb(227,222,253); }
H1.HeaderClassName
{
color: #E3DEFD;
}
.AnyTagClassName
{
color: #E3DEFD;
}
</style>
background-color css
<style>
a { background-color: #E3DEFD; }
a { background-color: rgb(227,222,253); }
div.DivClassName
{
background-color: #E3DEFD;
}
.BgClassName
{
background-color: #E3DEFD;
}
</style>
border-color css
<style>
span { border-color: #E3DEFD; }
span { border-color: rgb(227,222,253); }
td.TdClassName
{
border-color: #E3DEFD;
}
.TagClassName
{
border-color: #E3DEFD;
}
</style>