Shades of French Lilac #E7C7DD
Tints of French Lilac #E7C7DD
RGB
CMYK
RGB Variations
Color information
#E7C7DD (or 0xE7C7DD) is known color: French Lilac. HEX triplet: E7, C7 and DD. RGB value is (231,199,221). Sum of RGB (Red+Green+Blue) = 231+199+221=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7DD is #183822. Grayscale: #D3D3D3. Windows color (decimal): -1587235 or 14534631. OLE color: 14534631.
HSL color Cylindrical-coordinate representation of color #E7C7DD: hue angle of 318.75º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7C7DD is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 221 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.09 |
| HSL | 318.75º | 0.4% | 0.84% | - |
| HSV(B) | 318.75º | 0.14% | 0.91% | - |
| XYZ | 66.43 | 63.06 | 77.08 | - |
| YUV | 211.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 221 | 0 | 0.14 | 0.04 | 0.09 | 318.75 | 0.4 | 0.84 |
| Hex | E7 | C7 | DD | 0 | E | 4 | 9 | 13F | 28 | 54 |
| Octal | 347 | 307 | 335 | 0 | 16 | 4 | 11 | 477 | 50 | 124 |
| Binary | 11100111 | 11000111 | 11011101 | 0 | 1110 | 100 | 1001 | 100111111 | 101000 | 1010100 |
Color Harmonies of #E7C7DD
Complementary color
Monochromatic Colors of #E7C7DD
Black with #E7C7DD
Text Example
Text Example
White with #E7C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C7DD; }
p { color: rgb(231,199,221); }
H1.HeaderClassName
{
color: #E7C7DD;
}
.AnyTagClassName
{
color: #E7C7DD;
}
</style>
background-color css
<style>
a { background-color: #E7C7DD; }
a { background-color: rgb(231,199,221); }
div.DivClassName
{
background-color: #E7C7DD;
}
.BgClassName
{
background-color: #E7C7DD;
}
</style>
border-color css
<style>
span { border-color: #E7C7DD; }
span { border-color: rgb(231,199,221); }
td.TdClassName
{
border-color: #E7C7DD;
}
.TagClassName
{
border-color: #E7C7DD;
}
</style>