Shades of French Lilac #EFC3E5
Tints of French Lilac #EFC3E5
RGB
CMYK
RGB Variations
Color information
#EFC3E5 (or 0xEFC3E5) is known color: French Lilac. HEX triplet: EF, C3 and E5. RGB value is (239,195,229). Sum of RGB (Red+Green+Blue) = 239+195+229=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 195 (76.56% from 255 or 29.41% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3E5 is #103C1A. Grayscale: #D3D3D3. Windows color (decimal): -1063963 or 15057903. OLE color: 15057903.
HSL color Cylindrical-coordinate representation of color #EFC3E5: hue angle of 313.64º 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 #EFC3E5 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 229 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.06 |
| HSL | 313.64º | 0.58% | 0.85% | - |
| HSV(B) | 313.64º | 0.18% | 0.94% | - |
| XYZ | 69.25 | 63.04 | 82.65 | - |
| YUV | 212.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 229 | 0 | 0.18 | 0.04 | 0.06 | 313.64 | 0.58 | 0.85 |
| Hex | EF | C3 | E5 | 0 | 12 | 4 | 6 | 13A | 3A | 55 |
| Octal | 357 | 303 | 345 | 0 | 22 | 4 | 6 | 472 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11100101 | 0 | 10010 | 100 | 110 | 100111010 | 111010 | 1010101 |
Color Harmonies of #EFC3E5
Complementary color
Monochromatic Colors of #EFC3E5
Black with #EFC3E5
Text Example
Text Example
White with #EFC3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3E5; }
p { color: rgb(239,195,229); }
H1.HeaderClassName
{
color: #EFC3E5;
}
.AnyTagClassName
{
color: #EFC3E5;
}
</style>
background-color css
<style>
a { background-color: #EFC3E5; }
a { background-color: rgb(239,195,229); }
div.DivClassName
{
background-color: #EFC3E5;
}
.BgClassName
{
background-color: #EFC3E5;
}
</style>
border-color css
<style>
span { border-color: #EFC3E5; }
span { border-color: rgb(239,195,229); }
td.TdClassName
{
border-color: #EFC3E5;
}
.TagClassName
{
border-color: #EFC3E5;
}
</style>