Shades of Lavender #E3D8FE
Tints of Lavender #E3D8FE
RGB
CMYK
RGB Variations
Color information
#E3D8FE (or 0xE3D8FE) is known color: Lavender. HEX triplet: E3, D8 and FE. RGB value is (227,216,254). Sum of RGB (Red+Green+Blue) = 227+216+254=697 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.57% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D8FE is #1C2701. Grayscale: #DFDFDF. Windows color (decimal): -1844994 or 16701667. OLE color: 16701667.
HSL color Cylindrical-coordinate representation of color #E3D8FE: hue angle of 257.37º 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 #E3D8FE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 216 | 254 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.00 |
| HSL | 257.37º | 0.95% | 0.92% | - |
| HSV(B) | 257.37º | 0.15% | 1% | - |
| XYZ | 74.12 | 72.6 | 103.87 | - |
| YUV | 223.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 254 | 0.11 | 0.15 | 0 | 0.00 | 257.37 | 0.95 | 0.92 |
| Hex | E3 | D8 | FE | B | F | 0 | 0 | 101 | 5F | 5C |
| Octal | 343 | 330 | 376 | 13 | 17 | 0 | 0 | 401 | 137 | 134 |
| Binary | 11100011 | 11011000 | 11111110 | 1011 | 1111 | 0 | 0 | 100000001 | 1011111 | 1011100 |
Color Harmonies of #E3D8FE
Complementary color
Monochromatic Colors of #E3D8FE
Black with #E3D8FE
Text Example
Text Example
White with #E3D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D8FE; }
p { color: rgb(227,216,254); }
H1.HeaderClassName
{
color: #E3D8FE;
}
.AnyTagClassName
{
color: #E3D8FE;
}
</style>
background-color css
<style>
a { background-color: #E3D8FE; }
a { background-color: rgb(227,216,254); }
div.DivClassName
{
background-color: #E3D8FE;
}
.BgClassName
{
background-color: #E3D8FE;
}
</style>
border-color css
<style>
span { border-color: #E3D8FE; }
span { border-color: rgb(227,216,254); }
td.TdClassName
{
border-color: #E3D8FE;
}
.TagClassName
{
border-color: #E3D8FE;
}
</style>