Shades of French Lilac #E7CFE1
Tints of French Lilac #E7CFE1
RGB
CMYK
RGB Variations
Color information
#E7CFE1 (or 0xE7CFE1) is known color: French Lilac. HEX triplet: E7, CF and E1. RGB value is (231,207,225). Sum of RGB (Red+Green+Blue) = 231+207+225=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFE1 is #18301E. Grayscale: #D8D8D8. Windows color (decimal): -1585183 or 14798823. OLE color: 14798823.
HSL color Cylindrical-coordinate representation of color #E7CFE1: hue angle of 315º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7CFE1 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 225 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.09 |
| HSL | 315º | 0.33% | 0.86% | - |
| HSV(B) | 315º | 0.1% | 0.91% | - |
| XYZ | 68.86 | 67.05 | 80.55 | - |
| YUV | 216.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 225 | 0 | 0.10 | 0.03 | 0.09 | 315 | 0.33 | 0.86 |
| Hex | E7 | CF | E1 | 0 | A | 3 | 9 | 13B | 21 | 56 |
| Octal | 347 | 317 | 341 | 0 | 12 | 3 | 11 | 473 | 41 | 126 |
| Binary | 11100111 | 11001111 | 11100001 | 0 | 1010 | 11 | 1001 | 100111011 | 100001 | 1010110 |
Color Harmonies of #E7CFE1
Complementary color
Monochromatic Colors of #E7CFE1
Black with #E7CFE1
Text Example
Text Example
White with #E7CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFE1; }
p { color: rgb(231,207,225); }
H1.HeaderClassName
{
color: #E7CFE1;
}
.AnyTagClassName
{
color: #E7CFE1;
}
</style>
background-color css
<style>
a { background-color: #E7CFE1; }
a { background-color: rgb(231,207,225); }
div.DivClassName
{
background-color: #E7CFE1;
}
.BgClassName
{
background-color: #E7CFE1;
}
</style>
border-color css
<style>
span { border-color: #E7CFE1; }
span { border-color: rgb(231,207,225); }
td.TdClassName
{
border-color: #E7CFE1;
}
.TagClassName
{
border-color: #E7CFE1;
}
</style>