Shades of Lavender #E4DCFA
Tints of Lavender #E4DCFA
RGB
CMYK
RGB Variations
Color information
#E4DCFA (or 0xE4DCFA) is known color: Lavender. HEX triplet: E4, DC and FA. RGB value is (228,220,250). Sum of RGB (Red+Green+Blue) = 228+220+250=698 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.66% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCFA is #1B2305. Grayscale: #E1E1E1. Windows color (decimal): -1778438 or 16440548. OLE color: 16440548.
HSL color Cylindrical-coordinate representation of color #E4DCFA: hue angle of 256º 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 #E4DCFA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 220 | 250 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.02 |
| HSL | 256º | 0.75% | 0.92% | - |
| HSV(B) | 256º | 0.12% | 0.98% | - |
| XYZ | 74.84 | 74.58 | 100.89 | - |
| YUV | 225.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 250 | 0.09 | 0.12 | 0 | 0.02 | 256 | 0.75 | 0.92 |
| Hex | E4 | DC | FA | 9 | C | 0 | 2 | 100 | 4B | 5C |
| Octal | 344 | 334 | 372 | 11 | 14 | 0 | 2 | 400 | 113 | 134 |
| Binary | 11100100 | 11011100 | 11111010 | 1001 | 1100 | 0 | 10 | 100000000 | 1001011 | 1011100 |
Color Harmonies of #E4DCFA
Complementary color
Monochromatic Colors of #E4DCFA
Black with #E4DCFA
Text Example
Text Example
White with #E4DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCFA; }
p { color: rgb(228,220,250); }
H1.HeaderClassName
{
color: #E4DCFA;
}
.AnyTagClassName
{
color: #E4DCFA;
}
</style>
background-color css
<style>
a { background-color: #E4DCFA; }
a { background-color: rgb(228,220,250); }
div.DivClassName
{
background-color: #E4DCFA;
}
.BgClassName
{
background-color: #E4DCFA;
}
</style>
border-color css
<style>
span { border-color: #E4DCFA; }
span { border-color: rgb(228,220,250); }
td.TdClassName
{
border-color: #E4DCFA;
}
.TagClassName
{
border-color: #E4DCFA;
}
</style>