Shades of Lavender #E3DCFA
Tints of Lavender #E3DCFA
RGB
CMYK
RGB Variations
Color information
#E3DCFA (or 0xE3DCFA) is known color: Lavender. HEX triplet: E3, DC and FA. RGB value is (227,220,250). Sum of RGB (Red+Green+Blue) = 227+220+250=697 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.57% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCFA is #1C2305. Grayscale: #E1E1E1. Windows color (decimal): -1843974 or 16440547. OLE color: 16440547.
HSL color Cylindrical-coordinate representation of color #E3DCFA: hue angle of 254º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3DCFA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 220 | 250 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.02 |
| HSL | 254º | 0.75% | 0.92% | - |
| HSV(B) | 254º | 0.12% | 0.98% | - |
| XYZ | 74.53 | 74.42 | 100.88 | - |
| YUV | 225.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 250 | 0.09 | 0.12 | 0 | 0.02 | 254 | 0.75 | 0.92 |
| Hex | E3 | DC | FA | 9 | C | 0 | 2 | FE | 4B | 5C |
| Octal | 343 | 334 | 372 | 11 | 14 | 0 | 2 | 376 | 113 | 134 |
| Binary | 11100011 | 11011100 | 11111010 | 1001 | 1100 | 0 | 10 | 11111110 | 1001011 | 1011100 |
Color Harmonies of #E3DCFA
Complementary color
Monochromatic Colors of #E3DCFA
Black with #E3DCFA
Text Example
Text Example
White with #E3DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCFA; }
p { color: rgb(227,220,250); }
H1.HeaderClassName
{
color: #E3DCFA;
}
.AnyTagClassName
{
color: #E3DCFA;
}
</style>
background-color css
<style>
a { background-color: #E3DCFA; }
a { background-color: rgb(227,220,250); }
div.DivClassName
{
background-color: #E3DCFA;
}
.BgClassName
{
background-color: #E3DCFA;
}
</style>
border-color css
<style>
span { border-color: #E3DCFA; }
span { border-color: rgb(227,220,250); }
td.TdClassName
{
border-color: #E3DCFA;
}
.TagClassName
{
border-color: #E3DCFA;
}
</style>