Shades of Lavender #E3DFFD
Tints of Lavender #E3DFFD
RGB
CMYK
RGB Variations
Color information
#E3DFFD (or 0xE3DFFD) is known color: Lavender. HEX triplet: E3, DF and FD. RGB value is (227,223,253). Sum of RGB (Red+Green+Blue) = 227+223+253=703 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.29% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DFFD is #1C2002. Grayscale: #E3E3E3. Windows color (decimal): -1843203 or 16637923. OLE color: 16637923.
HSL color Cylindrical-coordinate representation of color #E3DFFD: hue angle of 248º degrees, saturation: 0.88, 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 #E3DFFD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 223 | 253 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.01 |
| HSL | 248º | 0.88% | 0.93% | - |
| HSV(B) | 248º | 0.12% | 0.99% | - |
| XYZ | 75.8 | 76.2 | 103.64 | - |
| YUV | 227.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 253 | 0.10 | 0.12 | 0 | 0.01 | 248 | 0.88 | 0.93 |
| Hex | E3 | DF | FD | A | C | 0 | 1 | F8 | 58 | 5D |
| Octal | 343 | 337 | 375 | 12 | 14 | 0 | 1 | 370 | 130 | 135 |
| Binary | 11100011 | 11011111 | 11111101 | 1010 | 1100 | 0 | 1 | 11111000 | 1011000 | 1011101 |
Color Harmonies of #E3DFFD
Complementary color
Monochromatic Colors of #E3DFFD
Black with #E3DFFD
Text Example
Text Example
White with #E3DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFFD; }
p { color: rgb(227,223,253); }
H1.HeaderClassName
{
color: #E3DFFD;
}
.AnyTagClassName
{
color: #E3DFFD;
}
</style>
background-color css
<style>
a { background-color: #E3DFFD; }
a { background-color: rgb(227,223,253); }
div.DivClassName
{
background-color: #E3DFFD;
}
.BgClassName
{
background-color: #E3DFFD;
}
</style>
border-color css
<style>
span { border-color: #E3DFFD; }
span { border-color: rgb(227,223,253); }
td.TdClassName
{
border-color: #E3DFFD;
}
.TagClassName
{
border-color: #E3DFFD;
}
</style>