Shades of Lavender #E5DAFB
Tints of Lavender #E5DAFB
RGB
CMYK
RGB Variations
Color information
#E5DAFB (or 0xE5DAFB) is known color: Lavender. HEX triplet: E5, DA and FB. RGB value is (229,218,251). Sum of RGB (Red+Green+Blue) = 229+218+251=698 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.81% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFB is #1A2504. Grayscale: #E0E0E0. Windows color (decimal): -1713413 or 16505573. OLE color: 16505573.
HSL color Cylindrical-coordinate representation of color #E5DAFB: hue angle of 260º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DAFB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 218 | 251 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.02 |
| HSL | 260º | 0.8% | 0.92% | - |
| HSV(B) | 260º | 0.13% | 0.98% | - |
| XYZ | 74.8 | 73.77 | 101.56 | - |
| YUV | 225.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 251 | 0.09 | 0.13 | 0 | 0.02 | 260 | 0.8 | 0.92 |
| Hex | E5 | DA | FB | 9 | D | 0 | 2 | 104 | 50 | 5C |
| Octal | 345 | 332 | 373 | 11 | 15 | 0 | 2 | 404 | 120 | 134 |
| Binary | 11100101 | 11011010 | 11111011 | 1001 | 1101 | 0 | 10 | 100000100 | 1010000 | 1011100 |
Color Harmonies of #E5DAFB
Complementary color
Monochromatic Colors of #E5DAFB
Black with #E5DAFB
Text Example
Text Example
White with #E5DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAFB; }
p { color: rgb(229,218,251); }
H1.HeaderClassName
{
color: #E5DAFB;
}
.AnyTagClassName
{
color: #E5DAFB;
}
</style>
background-color css
<style>
a { background-color: #E5DAFB; }
a { background-color: rgb(229,218,251); }
div.DivClassName
{
background-color: #E5DAFB;
}
.BgClassName
{
background-color: #E5DAFB;
}
</style>
border-color css
<style>
span { border-color: #E5DAFB; }
span { border-color: rgb(229,218,251); }
td.TdClassName
{
border-color: #E5DAFB;
}
.TagClassName
{
border-color: #E5DAFB;
}
</style>