Shades of Lavender #E5DBFA
Tints of Lavender #E5DBFA
RGB
CMYK
RGB Variations
Color information
#E5DBFA (or 0xE5DBFA) is known color: Lavender. HEX triplet: E5, DB and FA. RGB value is (229,219,250). Sum of RGB (Red+Green+Blue) = 229+219+250=698 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.81% from 698); Green value is 219 (85.94% from 255 or 31.38% 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 #E5DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBFA is #1A2405. Grayscale: #E1E1E1. Windows color (decimal): -1713158 or 16440293. OLE color: 16440293.
HSL color Cylindrical-coordinate representation of color #E5DBFA: hue angle of 259.35º degrees, saturation: 0.76, 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 #E5DBFA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 219 | 250 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.02 |
| HSL | 259.35º | 0.76% | 0.92% | - |
| HSV(B) | 259.35º | 0.12% | 0.98% | - |
| XYZ | 74.9 | 74.22 | 100.82 | - |
| YUV | 225.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 250 | 0.08 | 0.12 | 0 | 0.02 | 259.35 | 0.76 | 0.92 |
| Hex | E5 | DB | FA | 8 | C | 0 | 2 | 103 | 4C | 5C |
| Octal | 345 | 333 | 372 | 10 | 14 | 0 | 2 | 403 | 114 | 134 |
| Binary | 11100101 | 11011011 | 11111010 | 1000 | 1100 | 0 | 10 | 100000011 | 1001100 | 1011100 |
Color Harmonies of #E5DBFA
Complementary color
Monochromatic Colors of #E5DBFA
Black with #E5DBFA
Text Example
Text Example
White with #E5DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBFA; }
p { color: rgb(229,219,250); }
H1.HeaderClassName
{
color: #E5DBFA;
}
.AnyTagClassName
{
color: #E5DBFA;
}
</style>
background-color css
<style>
a { background-color: #E5DBFA; }
a { background-color: rgb(229,219,250); }
div.DivClassName
{
background-color: #E5DBFA;
}
.BgClassName
{
background-color: #E5DBFA;
}
</style>
border-color css
<style>
span { border-color: #E5DBFA; }
span { border-color: rgb(229,219,250); }
td.TdClassName
{
border-color: #E5DBFA;
}
.TagClassName
{
border-color: #E5DBFA;
}
</style>