Shades of French Lilac #EFC2E7
Tints of French Lilac #EFC2E7
RGB
CMYK
RGB Variations
Color information
#EFC2E7 (or 0xEFC2E7) is known color: French Lilac. HEX triplet: EF, C2 and E7. RGB value is (239,194,231). Sum of RGB (Red+Green+Blue) = 239+194+231=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2E7 is #103D18. Grayscale: #D3D3D3. Windows color (decimal): -1064217 or 15188719. OLE color: 15188719.
HSL color Cylindrical-coordinate representation of color #EFC2E7: hue angle of 310.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC2E7 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 231 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.06 |
| HSL | 310.67º | 0.58% | 0.85% | - |
| HSV(B) | 310.67º | 0.19% | 0.94% | - |
| XYZ | 69.31 | 62.7 | 84.05 | - |
| YUV | 211.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 231 | 0 | 0.19 | 0.03 | 0.06 | 310.67 | 0.58 | 0.85 |
| Hex | EF | C2 | E7 | 0 | 13 | 3 | 6 | 137 | 3A | 55 |
| Octal | 357 | 302 | 347 | 0 | 23 | 3 | 6 | 467 | 72 | 125 |
| Binary | 11101111 | 11000010 | 11100111 | 0 | 10011 | 11 | 110 | 100110111 | 111010 | 1010101 |
Color Harmonies of #EFC2E7
Complementary color
Monochromatic Colors of #EFC2E7
Black with #EFC2E7
Text Example
Text Example
White with #EFC2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2E7; }
p { color: rgb(239,194,231); }
H1.HeaderClassName
{
color: #EFC2E7;
}
.AnyTagClassName
{
color: #EFC2E7;
}
</style>
background-color css
<style>
a { background-color: #EFC2E7; }
a { background-color: rgb(239,194,231); }
div.DivClassName
{
background-color: #EFC2E7;
}
.BgClassName
{
background-color: #EFC2E7;
}
</style>
border-color css
<style>
span { border-color: #EFC2E7; }
span { border-color: rgb(239,194,231); }
td.TdClassName
{
border-color: #EFC2E7;
}
.TagClassName
{
border-color: #EFC2E7;
}
</style>