Shades of Lavender #E3DCFC
Tints of Lavender #E3DCFC
RGB
CMYK
RGB Variations
Color information
#E3DCFC (or 0xE3DCFC) is known color: Lavender. HEX triplet: E3, DC and FC. RGB value is (227,220,252). Sum of RGB (Red+Green+Blue) = 227+220+252=699 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.47% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCFC is #1C2303. Grayscale: #E1E1E1. Windows color (decimal): -1843972 or 16571619. OLE color: 16571619.
HSL color Cylindrical-coordinate representation of color #E3DCFC: hue angle of 253.12º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3DCFC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 220 | 252 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.01 |
| HSL | 253.13º | 0.84% | 0.93% | - |
| HSV(B) | 253.13º | 0.13% | 0.99% | - |
| XYZ | 74.84 | 74.55 | 102.54 | - |
| YUV | 225.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 252 | 0.10 | 0.13 | 0 | 0.01 | 253.13 | 0.84 | 0.93 |
| Hex | E3 | DC | FC | A | D | 0 | 1 | FD | 54 | 5D |
| Octal | 343 | 334 | 374 | 12 | 15 | 0 | 1 | 375 | 124 | 135 |
| Binary | 11100011 | 11011100 | 11111100 | 1010 | 1101 | 0 | 1 | 11111101 | 1010100 | 1011101 |
Color Harmonies of #E3DCFC
Complementary color
Monochromatic Colors of #E3DCFC
Black with #E3DCFC
Text Example
Text Example
White with #E3DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCFC; }
p { color: rgb(227,220,252); }
H1.HeaderClassName
{
color: #E3DCFC;
}
.AnyTagClassName
{
color: #E3DCFC;
}
</style>
background-color css
<style>
a { background-color: #E3DCFC; }
a { background-color: rgb(227,220,252); }
div.DivClassName
{
background-color: #E3DCFC;
}
.BgClassName
{
background-color: #E3DCFC;
}
</style>
border-color css
<style>
span { border-color: #E3DCFC; }
span { border-color: rgb(227,220,252); }
td.TdClassName
{
border-color: #E3DCFC;
}
.TagClassName
{
border-color: #E3DCFC;
}
</style>