Shades of Lavender #E5DAFF
Tints of Lavender #E5DAFF
RGB
CMYK
RGB Variations
Color information
#E5DAFF (or 0xE5DAFF) is known color: Lavender. HEX triplet: E5, DA and FF. RGB value is (229,218,255). Sum of RGB (Red+Green+Blue) = 229+218+255=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFF is #1A2500. Grayscale: #E1E1E1. Windows color (decimal): -1713409 or 16767717. OLE color: 16767717.
HSL color Cylindrical-coordinate representation of color #E5DAFF: hue angle of 257.84º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5DAFF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 218 | 255 | - |
| CMYK | 0.10 | 0.15 | 0 | 0 |
| HSL | 257.84º | 1% | 0.93% | - |
| HSV(B) | 257.84º | 0.15% | 1% | - |
| XYZ | 75.43 | 74.02 | 104.92 | - |
| YUV | 225.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 255 | 0.10 | 0.15 | 0 | 0 | 257.84 | 1 | 0.93 |
| Hex | E5 | DA | FF | A | F | 0 | 0 | 102 | 64 | 5D |
| Octal | 345 | 332 | 377 | 12 | 17 | 0 | 0 | 402 | 144 | 135 |
| Binary | 11100101 | 11011010 | 11111111 | 1010 | 1111 | 0 | 0 | 100000010 | 1100100 | 1011101 |
Color Harmonies of #E5DAFF
Complementary color
Monochromatic Colors of #E5DAFF
Black with #E5DAFF
Text Example
Text Example
White with #E5DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAFF; }
p { color: rgb(229,218,255); }
H1.HeaderClassName
{
color: #E5DAFF;
}
.AnyTagClassName
{
color: #E5DAFF;
}
</style>
background-color css
<style>
a { background-color: #E5DAFF; }
a { background-color: rgb(229,218,255); }
div.DivClassName
{
background-color: #E5DAFF;
}
.BgClassName
{
background-color: #E5DAFF;
}
</style>
border-color css
<style>
span { border-color: #E5DAFF; }
span { border-color: rgb(229,218,255); }
td.TdClassName
{
border-color: #E5DAFF;
}
.TagClassName
{
border-color: #E5DAFF;
}
</style>