Shades of Lavender #E4DCFC
Tints of Lavender #E4DCFC
RGB
CMYK
RGB Variations
Color information
#E4DCFC (or 0xE4DCFC) is known color: Lavender. HEX triplet: E4, DC and FC. RGB value is (228,220,252). Sum of RGB (Red+Green+Blue) = 228+220+252=700 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.57% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCFC is #1B2303. Grayscale: #E1E1E1. Windows color (decimal): -1778436 or 16571620. OLE color: 16571620.
HSL color Cylindrical-coordinate representation of color #E4DCFC: hue angle of 255º 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 #E4DCFC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 220 | 252 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.01 |
| HSL | 255º | 0.84% | 0.93% | - |
| HSV(B) | 255º | 0.13% | 0.99% | - |
| XYZ | 75.16 | 74.71 | 102.55 | - |
| YUV | 226.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 252 | 0.10 | 0.13 | 0 | 0.01 | 255 | 0.84 | 0.93 |
| Hex | E4 | DC | FC | A | D | 0 | 1 | FF | 54 | 5D |
| Octal | 344 | 334 | 374 | 12 | 15 | 0 | 1 | 377 | 124 | 135 |
| Binary | 11100100 | 11011100 | 11111100 | 1010 | 1101 | 0 | 1 | 11111111 | 1010100 | 1011101 |
Color Harmonies of #E4DCFC
Complementary color
Monochromatic Colors of #E4DCFC
Black with #E4DCFC
Text Example
Text Example
White with #E4DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCFC; }
p { color: rgb(228,220,252); }
H1.HeaderClassName
{
color: #E4DCFC;
}
.AnyTagClassName
{
color: #E4DCFC;
}
</style>
background-color css
<style>
a { background-color: #E4DCFC; }
a { background-color: rgb(228,220,252); }
div.DivClassName
{
background-color: #E4DCFC;
}
.BgClassName
{
background-color: #E4DCFC;
}
</style>
border-color css
<style>
span { border-color: #E4DCFC; }
span { border-color: rgb(228,220,252); }
td.TdClassName
{
border-color: #E4DCFC;
}
.TagClassName
{
border-color: #E4DCFC;
}
</style>