Shades of Lavender #E3DBFD
Tints of Lavender #E3DBFD
RGB
CMYK
RGB Variations
Color information
#E3DBFD (or 0xE3DBFD) is known color: Lavender. HEX triplet: E3, DB and FD. RGB value is (227,219,253). Sum of RGB (Red+Green+Blue) = 227+219+253=699 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.47% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBFD is #1C2402. Grayscale: #E1E1E1. Windows color (decimal): -1844227 or 16636899. OLE color: 16636899.
HSL color Cylindrical-coordinate representation of color #E3DBFD: hue angle of 254.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3DBFD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 219 | 253 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.01 |
| HSL | 254.12º | 0.89% | 0.93% | - |
| HSV(B) | 254.12º | 0.13% | 0.99% | - |
| XYZ | 74.74 | 74.09 | 103.29 | - |
| YUV | 225.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 219 | 253 | 0.10 | 0.13 | 0 | 0.01 | 254.12 | 0.89 | 0.93 |
| Hex | E3 | DB | FD | A | D | 0 | 1 | FE | 59 | 5D |
| Octal | 343 | 333 | 375 | 12 | 15 | 0 | 1 | 376 | 131 | 135 |
| Binary | 11100011 | 11011011 | 11111101 | 1010 | 1101 | 0 | 1 | 11111110 | 1011001 | 1011101 |
Color Harmonies of #E3DBFD
Complementary color
Monochromatic Colors of #E3DBFD
Black with #E3DBFD
Text Example
Text Example
White with #E3DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DBFD; }
p { color: rgb(227,219,253); }
H1.HeaderClassName
{
color: #E3DBFD;
}
.AnyTagClassName
{
color: #E3DBFD;
}
</style>
background-color css
<style>
a { background-color: #E3DBFD; }
a { background-color: rgb(227,219,253); }
div.DivClassName
{
background-color: #E3DBFD;
}
.BgClassName
{
background-color: #E3DBFD;
}
</style>
border-color css
<style>
span { border-color: #E3DBFD; }
span { border-color: rgb(227,219,253); }
td.TdClassName
{
border-color: #E3DBFD;
}
.TagClassName
{
border-color: #E3DBFD;
}
</style>