Shades of French Lilac #EFC5E6
Tints of French Lilac #EFC5E6
RGB
CMYK
RGB Variations
Color information
#EFC5E6 (or 0xEFC5E6) is known color: French Lilac. HEX triplet: EF, C5 and E6. RGB value is (239,197,230). Sum of RGB (Red+Green+Blue) = 239+197+230=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 197 (77.34% from 255 or 29.58% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5E6 is #103A19. Grayscale: #D5D5D5. Windows color (decimal): -1063450 or 15123951. OLE color: 15123951.
HSL color Cylindrical-coordinate representation of color #EFC5E6: hue angle of 312.86º 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 #EFC5E6 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 230 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.06 |
| HSL | 312.86º | 0.57% | 0.85% | - |
| HSV(B) | 312.86º | 0.18% | 0.94% | - |
| XYZ | 69.85 | 64 | 83.53 | - |
| YUV | 213.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 230 | 0 | 0.18 | 0.04 | 0.06 | 312.86 | 0.57 | 0.85 |
| Hex | EF | C5 | E6 | 0 | 12 | 4 | 6 | 139 | 39 | 55 |
| Octal | 357 | 305 | 346 | 0 | 22 | 4 | 6 | 471 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11100110 | 0 | 10010 | 100 | 110 | 100111001 | 111001 | 1010101 |
Color Harmonies of #EFC5E6
Complementary color
Monochromatic Colors of #EFC5E6
Black with #EFC5E6
Text Example
Text Example
White with #EFC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5E6; }
p { color: rgb(239,197,230); }
H1.HeaderClassName
{
color: #EFC5E6;
}
.AnyTagClassName
{
color: #EFC5E6;
}
</style>
background-color css
<style>
a { background-color: #EFC5E6; }
a { background-color: rgb(239,197,230); }
div.DivClassName
{
background-color: #EFC5E6;
}
.BgClassName
{
background-color: #EFC5E6;
}
</style>
border-color css
<style>
span { border-color: #EFC5E6; }
span { border-color: rgb(239,197,230); }
td.TdClassName
{
border-color: #EFC5E6;
}
.TagClassName
{
border-color: #EFC5E6;
}
</style>