Shades of French Lilac #EFC0E8
Tints of French Lilac #EFC0E8
RGB
CMYK
RGB Variations
Color information
#EFC0E8 (or 0xEFC0E8) is known color: French Lilac. HEX triplet: EF, C0 and E8. RGB value is (239,192,232). Sum of RGB (Red+Green+Blue) = 239+192+232=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0E8 is #103F17. Grayscale: #D2D2D2. Windows color (decimal): -1064728 or 15253743. OLE color: 15253743.
HSL color Cylindrical-coordinate representation of color #EFC0E8: hue angle of 308.94º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0E8 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 232 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.06 |
| HSL | 308.94º | 0.59% | 0.85% | - |
| HSV(B) | 308.94º | 0.2% | 0.94% | - |
| XYZ | 69.01 | 61.88 | 84.65 | - |
| YUV | 210.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 232 | 0 | 0.20 | 0.03 | 0.06 | 308.94 | 0.59 | 0.85 |
| Hex | EF | C0 | E8 | 0 | 14 | 3 | 6 | 135 | 3B | 55 |
| Octal | 357 | 300 | 350 | 0 | 24 | 3 | 6 | 465 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11101000 | 0 | 10100 | 11 | 110 | 100110101 | 111011 | 1010101 |
Color Harmonies of #EFC0E8
Complementary color
Monochromatic Colors of #EFC0E8
Black with #EFC0E8
Text Example
Text Example
White with #EFC0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0E8; }
p { color: rgb(239,192,232); }
H1.HeaderClassName
{
color: #EFC0E8;
}
.AnyTagClassName
{
color: #EFC0E8;
}
</style>
background-color css
<style>
a { background-color: #EFC0E8; }
a { background-color: rgb(239,192,232); }
div.DivClassName
{
background-color: #EFC0E8;
}
.BgClassName
{
background-color: #EFC0E8;
}
</style>
border-color css
<style>
span { border-color: #EFC0E8; }
span { border-color: rgb(239,192,232); }
td.TdClassName
{
border-color: #EFC0E8;
}
.TagClassName
{
border-color: #EFC0E8;
}
</style>