Shades of Lavender #E3DCFE
Tints of Lavender #E3DCFE
RGB
CMYK
RGB Variations
Color information
#E3DCFE (or 0xE3DCFE) is known color: Lavender. HEX triplet: E3, DC and FE. RGB value is (227,220,254). Sum of RGB (Red+Green+Blue) = 227+220+254=701 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.38% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCFE is #1C2301. Grayscale: #E1E1E1. Windows color (decimal): -1843970 or 16702691. OLE color: 16702691.
HSL color Cylindrical-coordinate representation of color #E3DCFE: hue angle of 252.35º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3DCFE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 220 | 254 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.00 |
| HSL | 252.35º | 0.94% | 0.93% | - |
| HSV(B) | 252.35º | 0.13% | 1% | - |
| XYZ | 75.16 | 74.67 | 104.22 | - |
| YUV | 225.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 254 | 0.11 | 0.13 | 0 | 0.00 | 252.35 | 0.94 | 0.93 |
| Hex | E3 | DC | FE | B | D | 0 | 0 | FC | 5E | 5D |
| Octal | 343 | 334 | 376 | 13 | 15 | 0 | 0 | 374 | 136 | 135 |
| Binary | 11100011 | 11011100 | 11111110 | 1011 | 1101 | 0 | 0 | 11111100 | 1011110 | 1011101 |
Color Harmonies of #E3DCFE
Complementary color
Monochromatic Colors of #E3DCFE
Black with #E3DCFE
Text Example
Text Example
White with #E3DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCFE; }
p { color: rgb(227,220,254); }
H1.HeaderClassName
{
color: #E3DCFE;
}
.AnyTagClassName
{
color: #E3DCFE;
}
</style>
background-color css
<style>
a { background-color: #E3DCFE; }
a { background-color: rgb(227,220,254); }
div.DivClassName
{
background-color: #E3DCFE;
}
.BgClassName
{
background-color: #E3DCFE;
}
</style>
border-color css
<style>
span { border-color: #E3DCFE; }
span { border-color: rgb(227,220,254); }
td.TdClassName
{
border-color: #E3DCFE;
}
.TagClassName
{
border-color: #E3DCFE;
}
</style>