Shades of French Lilac #EFC3E7
Tints of French Lilac #EFC3E7
RGB
CMYK
RGB Variations
Color information
#EFC3E7 (or 0xEFC3E7) is known color: French Lilac. HEX triplet: EF, C3 and E7. RGB value is (239,195,231). Sum of RGB (Red+Green+Blue) = 239+195+231=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3E7 is #103C18. Grayscale: #D4D4D4. Windows color (decimal): -1063961 or 15188975. OLE color: 15188975.
HSL color Cylindrical-coordinate representation of color #EFC3E7: hue angle of 310.91º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3E7 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 231 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.06 |
| HSL | 310.91º | 0.58% | 0.85% | - |
| HSV(B) | 310.91º | 0.18% | 0.94% | - |
| XYZ | 69.54 | 63.15 | 84.13 | - |
| YUV | 212.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 231 | 0 | 0.18 | 0.03 | 0.06 | 310.91 | 0.58 | 0.85 |
| Hex | EF | C3 | E7 | 0 | 12 | 3 | 6 | 137 | 3A | 55 |
| Octal | 357 | 303 | 347 | 0 | 22 | 3 | 6 | 467 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11100111 | 0 | 10010 | 11 | 110 | 100110111 | 111010 | 1010101 |
Color Harmonies of #EFC3E7
Complementary color
Monochromatic Colors of #EFC3E7
Black with #EFC3E7
Text Example
Text Example
White with #EFC3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3E7; }
p { color: rgb(239,195,231); }
H1.HeaderClassName
{
color: #EFC3E7;
}
.AnyTagClassName
{
color: #EFC3E7;
}
</style>
background-color css
<style>
a { background-color: #EFC3E7; }
a { background-color: rgb(239,195,231); }
div.DivClassName
{
background-color: #EFC3E7;
}
.BgClassName
{
background-color: #EFC3E7;
}
</style>
border-color css
<style>
span { border-color: #EFC3E7; }
span { border-color: rgb(239,195,231); }
td.TdClassName
{
border-color: #EFC3E7;
}
.TagClassName
{
border-color: #EFC3E7;
}
</style>