Shades of Lavender #E5DFF7
Tints of Lavender #E5DFF7
RGB
CMYK
RGB Variations
Color information
#E5DFF7 (or 0xE5DFF7) is known color: Lavender. HEX triplet: E5, DF and F7. RGB value is (229,223,247). Sum of RGB (Red+Green+Blue) = 229+223+247=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5DFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFF7 is #1A2008. Grayscale: #E3E3E3. Windows color (decimal): -1712137 or 16244709. OLE color: 16244709.
HSL color Cylindrical-coordinate representation of color #E5DFF7: hue angle of 255º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DFF7 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 223 | 247 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.03 |
| HSL | 255º | 0.6% | 0.92% | - |
| HSV(B) | 255º | 0.1% | 0.97% | - |
| XYZ | 75.49 | 76.15 | 98.72 | - |
| YUV | 227.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 247 | 0.07 | 0.10 | 0 | 0.03 | 255 | 0.6 | 0.92 |
| Hex | E5 | DF | F7 | 7 | A | 0 | 3 | FF | 3C | 5C |
| Octal | 345 | 337 | 367 | 7 | 12 | 0 | 3 | 377 | 74 | 134 |
| Binary | 11100101 | 11011111 | 11110111 | 111 | 1010 | 0 | 11 | 11111111 | 111100 | 1011100 |
Color Harmonies of #E5DFF7
Complementary color
Monochromatic Colors of #E5DFF7
Black with #E5DFF7
Text Example
Text Example
White with #E5DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFF7; }
p { color: rgb(229,223,247); }
H1.HeaderClassName
{
color: #E5DFF7;
}
.AnyTagClassName
{
color: #E5DFF7;
}
</style>
background-color css
<style>
a { background-color: #E5DFF7; }
a { background-color: rgb(229,223,247); }
div.DivClassName
{
background-color: #E5DFF7;
}
.BgClassName
{
background-color: #E5DFF7;
}
</style>
border-color css
<style>
span { border-color: #E5DFF7; }
span { border-color: rgb(229,223,247); }
td.TdClassName
{
border-color: #E5DFF7;
}
.TagClassName
{
border-color: #E5DFF7;
}
</style>