Shades of French Lilac #EFC4E6
Tints of French Lilac #EFC4E6
RGB
CMYK
RGB Variations
Color information
#EFC4E6 (or 0xEFC4E6) is known color: French Lilac. HEX triplet: EF, C4 and E6. RGB value is (239,196,230). Sum of RGB (Red+Green+Blue) = 239+196+230=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4E6 is #103B19. Grayscale: #D4D4D4. Windows color (decimal): -1063706 or 15123695. OLE color: 15123695.
HSL color Cylindrical-coordinate representation of color #EFC4E6: hue angle of 312.56º degrees, saturation: 0.57, 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 #EFC4E6 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 230 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.06 |
| HSL | 312.56º | 0.57% | 0.85% | - |
| HSV(B) | 312.56º | 0.18% | 0.94% | - |
| XYZ | 69.62 | 63.54 | 83.46 | - |
| YUV | 212.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 230 | 0 | 0.18 | 0.04 | 0.06 | 312.56 | 0.57 | 0.85 |
| Hex | EF | C4 | E6 | 0 | 12 | 4 | 6 | 139 | 39 | 55 |
| Octal | 357 | 304 | 346 | 0 | 22 | 4 | 6 | 471 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11100110 | 0 | 10010 | 100 | 110 | 100111001 | 111001 | 1010101 |
Color Harmonies of #EFC4E6
Complementary color
Monochromatic Colors of #EFC4E6
Black with #EFC4E6
Text Example
Text Example
White with #EFC4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4E6; }
p { color: rgb(239,196,230); }
H1.HeaderClassName
{
color: #EFC4E6;
}
.AnyTagClassName
{
color: #EFC4E6;
}
</style>
background-color css
<style>
a { background-color: #EFC4E6; }
a { background-color: rgb(239,196,230); }
div.DivClassName
{
background-color: #EFC4E6;
}
.BgClassName
{
background-color: #EFC4E6;
}
</style>
border-color css
<style>
span { border-color: #EFC4E6; }
span { border-color: rgb(239,196,230); }
td.TdClassName
{
border-color: #EFC4E6;
}
.TagClassName
{
border-color: #EFC4E6;
}
</style>