Shades of Lavender #E5DFFE
Tints of Lavender #E5DFFE
RGB
CMYK
RGB Variations
Color information
#E5DFFE (or 0xE5DFFE) is known color: Lavender. HEX triplet: E5, DF and FE. RGB value is (229,223,254). Sum of RGB (Red+Green+Blue) = 229+223+254=706 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.44% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFE is #1A2001. Grayscale: #E4E4E4. Windows color (decimal): -1712130 or 16703461. OLE color: 16703461.
HSL color Cylindrical-coordinate representation of color #E5DFFE: hue angle of 251.61º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DFFE is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 223 | 254 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.00 |
| HSL | 251.61º | 0.94% | 0.94% | - |
| HSV(B) | 251.61º | 0.12% | 1% | - |
| XYZ | 76.59 | 76.59 | 104.51 | - |
| YUV | 228.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 254 | 0.10 | 0.12 | 0 | 0.00 | 251.61 | 0.94 | 0.94 |
| Hex | E5 | DF | FE | A | C | 0 | 0 | FC | 5E | 5E |
| Octal | 345 | 337 | 376 | 12 | 14 | 0 | 0 | 374 | 136 | 136 |
| Binary | 11100101 | 11011111 | 11111110 | 1010 | 1100 | 0 | 0 | 11111100 | 1011110 | 1011110 |
Color Harmonies of #E5DFFE
Complementary color
Monochromatic Colors of #E5DFFE
Black with #E5DFFE
Text Example
Text Example
White with #E5DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFFE; }
p { color: rgb(229,223,254); }
H1.HeaderClassName
{
color: #E5DFFE;
}
.AnyTagClassName
{
color: #E5DFFE;
}
</style>
background-color css
<style>
a { background-color: #E5DFFE; }
a { background-color: rgb(229,223,254); }
div.DivClassName
{
background-color: #E5DFFE;
}
.BgClassName
{
background-color: #E5DFFE;
}
</style>
border-color css
<style>
span { border-color: #E5DFFE; }
span { border-color: rgb(229,223,254); }
td.TdClassName
{
border-color: #E5DFFE;
}
.TagClassName
{
border-color: #E5DFFE;
}
</style>