Shades of French Lilac #EFB2DF
Tints of French Lilac #EFB2DF
RGB
CMYK
RGB Variations
Color information
#EFB2DF (or 0xEFB2DF) is known color: French Lilac. HEX triplet: EF, B2 and DF. RGB value is (239,178,223). Sum of RGB (Red+Green+Blue) = 239+178+223=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2DF is #104D20. Grayscale: #C9C9C9. Windows color (decimal): -1068321 or 14660335. OLE color: 14660335.
HSL color Cylindrical-coordinate representation of color #EFB2DF: hue angle of 315.74º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2DF is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 223 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.06 |
| HSL | 315.74º | 0.66% | 0.82% | - |
| HSV(B) | 315.74º | 0.26% | 0.94% | - |
| XYZ | 64.84 | 55.52 | 77.11 | - |
| YUV | 201.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 223 | 0 | 0.26 | 0.07 | 0.06 | 315.74 | 0.66 | 0.82 |
| Hex | EF | B2 | DF | 0 | 1A | 7 | 6 | 13C | 42 | 52 |
| Octal | 357 | 262 | 337 | 0 | 32 | 7 | 6 | 474 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11011111 | 0 | 11010 | 111 | 110 | 100111100 | 1000010 | 1010010 |
Color Harmonies of #EFB2DF
Complementary color
Monochromatic Colors of #EFB2DF
Black with #EFB2DF
Text Example
Text Example
White with #EFB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2DF; }
p { color: rgb(239,178,223); }
H1.HeaderClassName
{
color: #EFB2DF;
}
.AnyTagClassName
{
color: #EFB2DF;
}
</style>
background-color css
<style>
a { background-color: #EFB2DF; }
a { background-color: rgb(239,178,223); }
div.DivClassName
{
background-color: #EFB2DF;
}
.BgClassName
{
background-color: #EFB2DF;
}
</style>
border-color css
<style>
span { border-color: #EFB2DF; }
span { border-color: rgb(239,178,223); }
td.TdClassName
{
border-color: #EFB2DF;
}
.TagClassName
{
border-color: #EFB2DF;
}
</style>