Shades of French Lilac #ECC3E7
Tints of French Lilac #ECC3E7
RGB
CMYK
RGB Variations
Color information
#ECC3E7 (or 0xECC3E7) is known color: French Lilac. HEX triplet: EC, C3 and E7. RGB value is (236,195,231). Sum of RGB (Red+Green+Blue) = 236+195+231=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 195 (76.56% from 255 or 29.46% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC3E7 is #133C18. Grayscale: #D3D3D3. Windows color (decimal): -1260569 or 15188972. OLE color: 15188972.
HSL color Cylindrical-coordinate representation of color #ECC3E7: hue angle of 307.32º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC3E7 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 231 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.07 |
| HSL | 307.32º | 0.52% | 0.85% | - |
| HSV(B) | 307.32º | 0.17% | 0.93% | - |
| XYZ | 68.53 | 62.63 | 84.08 | - |
| YUV | 211.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 231 | 0 | 0.17 | 0.02 | 0.07 | 307.32 | 0.52 | 0.85 |
| Hex | EC | C3 | E7 | 0 | 11 | 2 | 7 | 133 | 34 | 55 |
| Octal | 354 | 303 | 347 | 0 | 21 | 2 | 7 | 463 | 64 | 125 |
| Binary | 11101100 | 11000011 | 11100111 | 0 | 10001 | 10 | 111 | 100110011 | 110100 | 1010101 |
Color Harmonies of #ECC3E7
Complementary color
Monochromatic Colors of #ECC3E7
Black with #ECC3E7
Text Example
Text Example
White with #ECC3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3E7; }
p { color: rgb(236,195,231); }
H1.HeaderClassName
{
color: #ECC3E7;
}
.AnyTagClassName
{
color: #ECC3E7;
}
</style>
background-color css
<style>
a { background-color: #ECC3E7; }
a { background-color: rgb(236,195,231); }
div.DivClassName
{
background-color: #ECC3E7;
}
.BgClassName
{
background-color: #ECC3E7;
}
</style>
border-color css
<style>
span { border-color: #ECC3E7; }
span { border-color: rgb(236,195,231); }
td.TdClassName
{
border-color: #ECC3E7;
}
.TagClassName
{
border-color: #ECC3E7;
}
</style>