Shades of French Lilac #EFBDE2
Tints of French Lilac #EFBDE2
RGB
CMYK
RGB Variations
Color information
#EFBDE2 (or 0xEFBDE2) is known color: French Lilac. HEX triplet: EF, BD and E2. RGB value is (239,189,226). Sum of RGB (Red+Green+Blue) = 239+189+226=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE2 is #10421D. Grayscale: #D0D0D0. Windows color (decimal): -1065502 or 14859759. OLE color: 14859759.
HSL color Cylindrical-coordinate representation of color #EFBDE2: hue angle of 315.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDE2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 226 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.06 |
| HSL | 315.6º | 0.61% | 0.84% | - |
| HSV(B) | 315.6º | 0.21% | 0.94% | - |
| XYZ | 67.52 | 60.24 | 80.02 | - |
| YUV | 208.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 226 | 0 | 0.21 | 0.05 | 0.06 | 315.6 | 0.61 | 0.84 |
| Hex | EF | BD | E2 | 0 | 15 | 5 | 6 | 13C | 3D | 54 |
| Octal | 357 | 275 | 342 | 0 | 25 | 5 | 6 | 474 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11100010 | 0 | 10101 | 101 | 110 | 100111100 | 111101 | 1010100 |
Color Harmonies of #EFBDE2
Complementary color
Monochromatic Colors of #EFBDE2
Black with #EFBDE2
Text Example
Text Example
White with #EFBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDE2; }
p { color: rgb(239,189,226); }
H1.HeaderClassName
{
color: #EFBDE2;
}
.AnyTagClassName
{
color: #EFBDE2;
}
</style>
background-color css
<style>
a { background-color: #EFBDE2; }
a { background-color: rgb(239,189,226); }
div.DivClassName
{
background-color: #EFBDE2;
}
.BgClassName
{
background-color: #EFBDE2;
}
</style>
border-color css
<style>
span { border-color: #EFBDE2; }
span { border-color: rgb(239,189,226); }
td.TdClassName
{
border-color: #EFBDE2;
}
.TagClassName
{
border-color: #EFBDE2;
}
</style>