Shades of Lavender #E3D9FD
Tints of Lavender #E3D9FD
RGB
CMYK
RGB Variations
Color information
#E3D9FD (or 0xE3D9FD) is known color: Lavender. HEX triplet: E3, D9 and FD. RGB value is (227,217,253). Sum of RGB (Red+Green+Blue) = 227+217+253=697 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.57% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D9FD is #1C2602. Grayscale: #DFDFDF. Windows color (decimal): -1844739 or 16636387. OLE color: 16636387.
HSL color Cylindrical-coordinate representation of color #E3D9FD: hue angle of 256.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3D9FD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 217 | 253 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.01 |
| HSL | 256.67º | 0.9% | 0.92% | - |
| HSV(B) | 256.67º | 0.14% | 0.99% | - |
| XYZ | 74.22 | 73.05 | 103.12 | - |
| YUV | 224.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 253 | 0.10 | 0.14 | 0 | 0.01 | 256.67 | 0.9 | 0.92 |
| Hex | E3 | D9 | FD | A | E | 0 | 1 | 101 | 5A | 5C |
| Octal | 343 | 331 | 375 | 12 | 16 | 0 | 1 | 401 | 132 | 134 |
| Binary | 11100011 | 11011001 | 11111101 | 1010 | 1110 | 0 | 1 | 100000001 | 1011010 | 1011100 |
Color Harmonies of #E3D9FD
Complementary color
Monochromatic Colors of #E3D9FD
Black with #E3D9FD
Text Example
Text Example
White with #E3D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9FD; }
p { color: rgb(227,217,253); }
H1.HeaderClassName
{
color: #E3D9FD;
}
.AnyTagClassName
{
color: #E3D9FD;
}
</style>
background-color css
<style>
a { background-color: #E3D9FD; }
a { background-color: rgb(227,217,253); }
div.DivClassName
{
background-color: #E3D9FD;
}
.BgClassName
{
background-color: #E3D9FD;
}
</style>
border-color css
<style>
span { border-color: #E3D9FD; }
span { border-color: rgb(227,217,253); }
td.TdClassName
{
border-color: #E3D9FD;
}
.TagClassName
{
border-color: #E3D9FD;
}
</style>