Shades of Lavender #E3D9FE
Tints of Lavender #E3D9FE
RGB
CMYK
RGB Variations
Color information
#E3D9FE (or 0xE3D9FE) is known color: Lavender. HEX triplet: E3, D9 and FE. RGB value is (227,217,254). Sum of RGB (Red+Green+Blue) = 227+217+254=698 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.52% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D9FE is #1C2601. Grayscale: #E0E0E0. Windows color (decimal): -1844738 or 16701923. OLE color: 16701923.
HSL color Cylindrical-coordinate representation of color #E3D9FE: hue angle of 256.22º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3D9FE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 217 | 254 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.00 |
| HSL | 256.22º | 0.95% | 0.92% | - |
| HSV(B) | 256.22º | 0.15% | 1% | - |
| XYZ | 74.38 | 73.11 | 103.96 | - |
| YUV | 224.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 254 | 0.11 | 0.15 | 0 | 0.00 | 256.22 | 0.95 | 0.92 |
| Hex | E3 | D9 | FE | B | F | 0 | 0 | 100 | 5F | 5C |
| Octal | 343 | 331 | 376 | 13 | 17 | 0 | 0 | 400 | 137 | 134 |
| Binary | 11100011 | 11011001 | 11111110 | 1011 | 1111 | 0 | 0 | 100000000 | 1011111 | 1011100 |
Color Harmonies of #E3D9FE
Complementary color
Monochromatic Colors of #E3D9FE
Black with #E3D9FE
Text Example
Text Example
White with #E3D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9FE; }
p { color: rgb(227,217,254); }
H1.HeaderClassName
{
color: #E3D9FE;
}
.AnyTagClassName
{
color: #E3D9FE;
}
</style>
background-color css
<style>
a { background-color: #E3D9FE; }
a { background-color: rgb(227,217,254); }
div.DivClassName
{
background-color: #E3D9FE;
}
.BgClassName
{
background-color: #E3D9FE;
}
</style>
border-color css
<style>
span { border-color: #E3D9FE; }
span { border-color: rgb(227,217,254); }
td.TdClassName
{
border-color: #E3D9FE;
}
.TagClassName
{
border-color: #E3D9FE;
}
</style>