Shades of Lavender #E5DCF8
Tints of Lavender #E5DCF8
RGB
CMYK
RGB Variations
Color information
#E5DCF8 (or 0xE5DCF8) is known color: Lavender. HEX triplet: E5, DC and F8. RGB value is (229,220,248). Sum of RGB (Red+Green+Blue) = 229+220+248=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5DCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCF8 is #1A2307. Grayscale: #E1E1E1. Windows color (decimal): -1712904 or 16309477. OLE color: 16309477.
HSL color Cylindrical-coordinate representation of color #E5DCF8: hue angle of 259.29º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DCF8 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 220 | 248 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.03 |
| HSL | 259.29º | 0.67% | 0.92% | - |
| HSV(B) | 259.29º | 0.11% | 0.97% | - |
| XYZ | 74.85 | 74.62 | 99.27 | - |
| YUV | 225.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 248 | 0.08 | 0.11 | 0 | 0.03 | 259.29 | 0.67 | 0.92 |
| Hex | E5 | DC | F8 | 8 | B | 0 | 3 | 103 | 43 | 5C |
| Octal | 345 | 334 | 370 | 10 | 13 | 0 | 3 | 403 | 103 | 134 |
| Binary | 11100101 | 11011100 | 11111000 | 1000 | 1011 | 0 | 11 | 100000011 | 1000011 | 1011100 |
Color Harmonies of #E5DCF8
Complementary color
Monochromatic Colors of #E5DCF8
Black with #E5DCF8
Text Example
Text Example
White with #E5DCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCF8; }
p { color: rgb(229,220,248); }
H1.HeaderClassName
{
color: #E5DCF8;
}
.AnyTagClassName
{
color: #E5DCF8;
}
</style>
background-color css
<style>
a { background-color: #E5DCF8; }
a { background-color: rgb(229,220,248); }
div.DivClassName
{
background-color: #E5DCF8;
}
.BgClassName
{
background-color: #E5DCF8;
}
</style>
border-color css
<style>
span { border-color: #E5DCF8; }
span { border-color: rgb(229,220,248); }
td.TdClassName
{
border-color: #E5DCF8;
}
.TagClassName
{
border-color: #E5DCF8;
}
</style>