Shades of Lavender #E5DFFF
Tints of Lavender #E5DFFF
RGB
CMYK
RGB Variations
Color information
#E5DFFF (or 0xE5DFFF) is known color: Lavender. HEX triplet: E5, DF and FF. RGB value is (229,223,255). Sum of RGB (Red+Green+Blue) = 229+223+255=707 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.39% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFF is #1A2000. Grayscale: #E4E4E4. Windows color (decimal): -1712129 or 16768997. OLE color: 16768997.
HSL color Cylindrical-coordinate representation of color #E5DFFF: hue angle of 251.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DFFF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 223 | 255 | - |
| CMYK | 0.10 | 0.13 | 0 | 0 |
| HSL | 251.25º | 1% | 0.94% | - |
| HSV(B) | 251.25º | 0.13% | 1% | - |
| XYZ | 76.75 | 76.65 | 105.36 | - |
| YUV | 228.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 255 | 0.10 | 0.13 | 0 | 0 | 251.25 | 1 | 0.94 |
| Hex | E5 | DF | FF | A | D | 0 | 0 | FB | 64 | 5E |
| Octal | 345 | 337 | 377 | 12 | 15 | 0 | 0 | 373 | 144 | 136 |
| Binary | 11100101 | 11011111 | 11111111 | 1010 | 1101 | 0 | 0 | 11111011 | 1100100 | 1011110 |
Color Harmonies of #E5DFFF
Complementary color
Monochromatic Colors of #E5DFFF
Black with #E5DFFF
Text Example
Text Example
White with #E5DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFFF; }
p { color: rgb(229,223,255); }
H1.HeaderClassName
{
color: #E5DFFF;
}
.AnyTagClassName
{
color: #E5DFFF;
}
</style>
background-color css
<style>
a { background-color: #E5DFFF; }
a { background-color: rgb(229,223,255); }
div.DivClassName
{
background-color: #E5DFFF;
}
.BgClassName
{
background-color: #E5DFFF;
}
</style>
border-color css
<style>
span { border-color: #E5DFFF; }
span { border-color: rgb(229,223,255); }
td.TdClassName
{
border-color: #E5DFFF;
}
.TagClassName
{
border-color: #E5DFFF;
}
</style>