Shades of Lavender #E4DCF5
Tints of Lavender #E4DCF5
RGB
CMYK
RGB Variations
Color information
#E4DCF5 (or 0xE4DCF5) is known color: Lavender. HEX triplet: E4, DC and F5. RGB value is (228,220,245). Sum of RGB (Red+Green+Blue) = 228+220+245=693 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.90% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 245 - color contains mainly: blue. Hex color #E4DCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCF5 is #1B230A. Grayscale: #E1E1E1. Windows color (decimal): -1778443 or 16112868. OLE color: 16112868.
HSL color Cylindrical-coordinate representation of color #E4DCF5: hue angle of 259.2º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4DCF5 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 220 | 245 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.04 |
| HSL | 259.2º | 0.56% | 0.91% | - |
| HSV(B) | 259.2º | 0.1% | 0.96% | - |
| XYZ | 74.07 | 74.27 | 96.82 | - |
| YUV | 225.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 245 | 0.07 | 0.10 | 0 | 0.04 | 259.2 | 0.56 | 0.91 |
| Hex | E4 | DC | F5 | 7 | A | 0 | 4 | 103 | 38 | 5B |
| Octal | 344 | 334 | 365 | 7 | 12 | 0 | 4 | 403 | 70 | 133 |
| Binary | 11100100 | 11011100 | 11110101 | 111 | 1010 | 0 | 100 | 100000011 | 111000 | 1011011 |
Color Harmonies of #E4DCF5
Complementary color
Monochromatic Colors of #E4DCF5
Black with #E4DCF5
Text Example
Text Example
White with #E4DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCF5; }
p { color: rgb(228,220,245); }
H1.HeaderClassName
{
color: #E4DCF5;
}
.AnyTagClassName
{
color: #E4DCF5;
}
</style>
background-color css
<style>
a { background-color: #E4DCF5; }
a { background-color: rgb(228,220,245); }
div.DivClassName
{
background-color: #E4DCF5;
}
.BgClassName
{
background-color: #E4DCF5;
}
</style>
border-color css
<style>
span { border-color: #E4DCF5; }
span { border-color: rgb(228,220,245); }
td.TdClassName
{
border-color: #E4DCF5;
}
.TagClassName
{
border-color: #E4DCF5;
}
</style>