Shades of French Lilac #E6CCE0
Tints of French Lilac #E6CCE0
RGB
CMYK
RGB Variations
Color information
#E6CCE0 (or 0xE6CCE0) is known color: French Lilac. HEX triplet: E6, CC and E0. RGB value is (230,204,224). Sum of RGB (Red+Green+Blue) = 230+204+224=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCE0 is #19331F. Grayscale: #D6D6D6. Windows color (decimal): -1651488 or 14732518. OLE color: 14732518.
HSL color Cylindrical-coordinate representation of color #E6CCE0: hue angle of 313.85º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCE0 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 224 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.10 |
| HSL | 313.85º | 0.34% | 0.85% | - |
| HSV(B) | 313.85º | 0.11% | 0.9% | - |
| XYZ | 67.68 | 65.39 | 79.58 | - |
| YUV | 214.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 224 | 0 | 0.11 | 0.03 | 0.10 | 313.85 | 0.34 | 0.85 |
| Hex | E6 | CC | E0 | 0 | B | 3 | A | 13A | 22 | 55 |
| Octal | 346 | 314 | 340 | 0 | 13 | 3 | 12 | 472 | 42 | 125 |
| Binary | 11100110 | 11001100 | 11100000 | 0 | 1011 | 11 | 1010 | 100111010 | 100010 | 1010101 |
Color Harmonies of #E6CCE0
Complementary color
Monochromatic Colors of #E6CCE0
Black with #E6CCE0
Text Example
Text Example
White with #E6CCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCE0; }
p { color: rgb(230,204,224); }
H1.HeaderClassName
{
color: #E6CCE0;
}
.AnyTagClassName
{
color: #E6CCE0;
}
</style>
background-color css
<style>
a { background-color: #E6CCE0; }
a { background-color: rgb(230,204,224); }
div.DivClassName
{
background-color: #E6CCE0;
}
.BgClassName
{
background-color: #E6CCE0;
}
</style>
border-color css
<style>
span { border-color: #E6CCE0; }
span { border-color: rgb(230,204,224); }
td.TdClassName
{
border-color: #E6CCE0;
}
.TagClassName
{
border-color: #E6CCE0;
}
</style>