Shades of Lavender #E5DCF9
Tints of Lavender #E5DCF9
RGB
CMYK
RGB Variations
Color information
#E5DCF9 (or 0xE5DCF9) is known color: Lavender. HEX triplet: E5, DC and F9. RGB value is (229,220,249). Sum of RGB (Red+Green+Blue) = 229+220+249=698 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.81% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCF9 is #1A2306. Grayscale: #E1E1E1. Windows color (decimal): -1712903 or 16375013. OLE color: 16375013.
HSL color Cylindrical-coordinate representation of color #E5DCF9: hue angle of 258.62º degrees, saturation: 0.71, 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 #E5DCF9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 220 | 249 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.02 |
| HSL | 258.62º | 0.71% | 0.92% | - |
| HSV(B) | 258.62º | 0.12% | 0.98% | - |
| XYZ | 75.01 | 74.68 | 100.08 | - |
| YUV | 226 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 249 | 0.08 | 0.12 | 0 | 0.02 | 258.62 | 0.71 | 0.92 |
| Hex | E5 | DC | F9 | 8 | C | 0 | 2 | 103 | 47 | 5C |
| Octal | 345 | 334 | 371 | 10 | 14 | 0 | 2 | 403 | 107 | 134 |
| Binary | 11100101 | 11011100 | 11111001 | 1000 | 1100 | 0 | 10 | 100000011 | 1000111 | 1011100 |
Color Harmonies of #E5DCF9
Complementary color
Monochromatic Colors of #E5DCF9
Black with #E5DCF9
Text Example
Text Example
White with #E5DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCF9; }
p { color: rgb(229,220,249); }
H1.HeaderClassName
{
color: #E5DCF9;
}
.AnyTagClassName
{
color: #E5DCF9;
}
</style>
background-color css
<style>
a { background-color: #E5DCF9; }
a { background-color: rgb(229,220,249); }
div.DivClassName
{
background-color: #E5DCF9;
}
.BgClassName
{
background-color: #E5DCF9;
}
</style>
border-color css
<style>
span { border-color: #E5DCF9; }
span { border-color: rgb(229,220,249); }
td.TdClassName
{
border-color: #E5DCF9;
}
.TagClassName
{
border-color: #E5DCF9;
}
</style>