Shades of French Lilac #EFC0E6
Tints of French Lilac #EFC0E6
RGB
CMYK
RGB Variations
Color information
#EFC0E6 (or 0xEFC0E6) is known color: French Lilac. HEX triplet: EF, C0 and E6. RGB value is (239,192,230). Sum of RGB (Red+Green+Blue) = 239+192+230=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0E6 is #103F19. Grayscale: #D2D2D2. Windows color (decimal): -1064730 or 15122671. OLE color: 15122671.
HSL color Cylindrical-coordinate representation of color #EFC0E6: hue angle of 311.49º 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 #EFC0E6 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 230 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.06 |
| HSL | 311.49º | 0.59% | 0.85% | - |
| HSV(B) | 311.49º | 0.2% | 0.94% | - |
| XYZ | 68.73 | 61.76 | 83.16 | - |
| YUV | 210.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 230 | 0 | 0.20 | 0.04 | 0.06 | 311.49 | 0.59 | 0.85 |
| Hex | EF | C0 | E6 | 0 | 14 | 4 | 6 | 137 | 3B | 55 |
| Octal | 357 | 300 | 346 | 0 | 24 | 4 | 6 | 467 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11100110 | 0 | 10100 | 100 | 110 | 100110111 | 111011 | 1010101 |
Color Harmonies of #EFC0E6
Complementary color
Monochromatic Colors of #EFC0E6
Black with #EFC0E6
Text Example
Text Example
White with #EFC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0E6; }
p { color: rgb(239,192,230); }
H1.HeaderClassName
{
color: #EFC0E6;
}
.AnyTagClassName
{
color: #EFC0E6;
}
</style>
background-color css
<style>
a { background-color: #EFC0E6; }
a { background-color: rgb(239,192,230); }
div.DivClassName
{
background-color: #EFC0E6;
}
.BgClassName
{
background-color: #EFC0E6;
}
</style>
border-color css
<style>
span { border-color: #EFC0E6; }
span { border-color: rgb(239,192,230); }
td.TdClassName
{
border-color: #EFC0E6;
}
.TagClassName
{
border-color: #EFC0E6;
}
</style>