Shades of Lavender #E5DAFC
Tints of Lavender #E5DAFC
RGB
CMYK
RGB Variations
Color information
#E5DAFC (or 0xE5DAFC) is known color: Lavender. HEX triplet: E5, DA and FC. RGB value is (229,218,252). Sum of RGB (Red+Green+Blue) = 229+218+252=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFC is #1A2503. Grayscale: #E1E1E1. Windows color (decimal): -1713412 or 16571109. OLE color: 16571109.
HSL color Cylindrical-coordinate representation of color #E5DAFC: hue angle of 259.41º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DAFC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 218 | 252 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.01 |
| HSL | 259.41º | 0.85% | 0.92% | - |
| HSV(B) | 259.41º | 0.13% | 0.99% | - |
| XYZ | 74.96 | 73.83 | 102.4 | - |
| YUV | 225.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 252 | 0.09 | 0.13 | 0 | 0.01 | 259.41 | 0.85 | 0.92 |
| Hex | E5 | DA | FC | 9 | D | 0 | 1 | 103 | 55 | 5C |
| Octal | 345 | 332 | 374 | 11 | 15 | 0 | 1 | 403 | 125 | 134 |
| Binary | 11100101 | 11011010 | 11111100 | 1001 | 1101 | 0 | 1 | 100000011 | 1010101 | 1011100 |
Color Harmonies of #E5DAFC
Complementary color
Monochromatic Colors of #E5DAFC
Black with #E5DAFC
Text Example
Text Example
White with #E5DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAFC; }
p { color: rgb(229,218,252); }
H1.HeaderClassName
{
color: #E5DAFC;
}
.AnyTagClassName
{
color: #E5DAFC;
}
</style>
background-color css
<style>
a { background-color: #E5DAFC; }
a { background-color: rgb(229,218,252); }
div.DivClassName
{
background-color: #E5DAFC;
}
.BgClassName
{
background-color: #E5DAFC;
}
</style>
border-color css
<style>
span { border-color: #E5DAFC; }
span { border-color: rgb(229,218,252); }
td.TdClassName
{
border-color: #E5DAFC;
}
.TagClassName
{
border-color: #E5DAFC;
}
</style>