Shades of Lavender #E3E1FD
Tints of Lavender #E3E1FD
RGB
CMYK
RGB Variations
Color information
#E3E1FD (or 0xE3E1FD) is known color: Lavender. HEX triplet: E3, E1 and FD. RGB value is (227,225,253). Sum of RGB (Red+Green+Blue) = 227+225+253=705 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.20% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3E1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E1FD is #1C1E02. Grayscale: #E4E4E4. Windows color (decimal): -1842691 or 16638435. OLE color: 16638435.
HSL color Cylindrical-coordinate representation of color #E3E1FD: hue angle of 244.29º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3E1FD is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 225 | 253 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.01 |
| HSL | 244.29º | 0.88% | 0.94% | - |
| HSV(B) | 244.29º | 0.11% | 0.99% | - |
| XYZ | 76.33 | 77.27 | 103.82 | - |
| YUV | 228.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 225 | 253 | 0.10 | 0.11 | 0 | 0.01 | 244.29 | 0.88 | 0.94 |
| Hex | E3 | E1 | FD | A | B | 0 | 1 | F4 | 58 | 5E |
| Octal | 343 | 341 | 375 | 12 | 13 | 0 | 1 | 364 | 130 | 136 |
| Binary | 11100011 | 11100001 | 11111101 | 1010 | 1011 | 0 | 1 | 11110100 | 1011000 | 1011110 |
Color Harmonies of #E3E1FD
Complementary color
Monochromatic Colors of #E3E1FD
Black with #E3E1FD
Text Example
Text Example
White with #E3E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E1FD; }
p { color: rgb(227,225,253); }
H1.HeaderClassName
{
color: #E3E1FD;
}
.AnyTagClassName
{
color: #E3E1FD;
}
</style>
background-color css
<style>
a { background-color: #E3E1FD; }
a { background-color: rgb(227,225,253); }
div.DivClassName
{
background-color: #E3E1FD;
}
.BgClassName
{
background-color: #E3E1FD;
}
</style>
border-color css
<style>
span { border-color: #E3E1FD; }
span { border-color: rgb(227,225,253); }
td.TdClassName
{
border-color: #E3E1FD;
}
.TagClassName
{
border-color: #E3E1FD;
}
</style>