Shades of French Lilac #EFB2E5
Tints of French Lilac #EFB2E5
RGB
CMYK
RGB Variations
Color information
#EFB2E5 (or 0xEFB2E5) is known color: French Lilac. HEX triplet: EF, B2 and E5. RGB value is (239,178,229). Sum of RGB (Red+Green+Blue) = 239+178+229=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2E5 is #104D1A. Grayscale: #C9C9C9. Windows color (decimal): -1068315 or 15053551. OLE color: 15053551.
HSL color Cylindrical-coordinate representation of color #EFB2E5: hue angle of 309.84º 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 #EFB2E5 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 229 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.06 |
| HSL | 309.84º | 0.66% | 0.82% | - |
| HSV(B) | 309.84º | 0.26% | 0.94% | - |
| XYZ | 65.66 | 55.85 | 81.45 | - |
| YUV | 202.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 229 | 0 | 0.26 | 0.04 | 0.06 | 309.84 | 0.66 | 0.82 |
| Hex | EF | B2 | E5 | 0 | 1A | 4 | 6 | 136 | 42 | 52 |
| Octal | 357 | 262 | 345 | 0 | 32 | 4 | 6 | 466 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11100101 | 0 | 11010 | 100 | 110 | 100110110 | 1000010 | 1010010 |
Color Harmonies of #EFB2E5
Complementary color
Monochromatic Colors of #EFB2E5
Black with #EFB2E5
Text Example
Text Example
White with #EFB2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2E5; }
p { color: rgb(239,178,229); }
H1.HeaderClassName
{
color: #EFB2E5;
}
.AnyTagClassName
{
color: #EFB2E5;
}
</style>
background-color css
<style>
a { background-color: #EFB2E5; }
a { background-color: rgb(239,178,229); }
div.DivClassName
{
background-color: #EFB2E5;
}
.BgClassName
{
background-color: #EFB2E5;
}
</style>
border-color css
<style>
span { border-color: #EFB2E5; }
span { border-color: rgb(239,178,229); }
td.TdClassName
{
border-color: #EFB2E5;
}
.TagClassName
{
border-color: #EFB2E5;
}
</style>