Shades of French Lilac #EFBDE4
Tints of French Lilac #EFBDE4
RGB
CMYK
RGB Variations
Color information
#EFBDE4 (or 0xEFBDE4) is known color: French Lilac. HEX triplet: EF, BD and E4. RGB value is (239,189,228). Sum of RGB (Red+Green+Blue) = 239+189+228=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE4 is #10421B. Grayscale: #D0D0D0. Windows color (decimal): -1065500 or 14990831. OLE color: 14990831.
HSL color Cylindrical-coordinate representation of color #EFBDE4: hue angle of 313.2º 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 #EFBDE4 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 228 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.06 |
| HSL | 313.2º | 0.61% | 0.84% | - |
| HSV(B) | 313.2º | 0.21% | 0.94% | - |
| XYZ | 67.8 | 60.35 | 81.47 | - |
| YUV | 208.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 228 | 0 | 0.21 | 0.05 | 0.06 | 313.2 | 0.61 | 0.84 |
| Hex | EF | BD | E4 | 0 | 15 | 5 | 6 | 139 | 3D | 54 |
| Octal | 357 | 275 | 344 | 0 | 25 | 5 | 6 | 471 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11100100 | 0 | 10101 | 101 | 110 | 100111001 | 111101 | 1010100 |
Color Harmonies of #EFBDE4
Complementary color
Monochromatic Colors of #EFBDE4
Black with #EFBDE4
Text Example
Text Example
White with #EFBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDE4; }
p { color: rgb(239,189,228); }
H1.HeaderClassName
{
color: #EFBDE4;
}
.AnyTagClassName
{
color: #EFBDE4;
}
</style>
background-color css
<style>
a { background-color: #EFBDE4; }
a { background-color: rgb(239,189,228); }
div.DivClassName
{
background-color: #EFBDE4;
}
.BgClassName
{
background-color: #EFBDE4;
}
</style>
border-color css
<style>
span { border-color: #EFBDE4; }
span { border-color: rgb(239,189,228); }
td.TdClassName
{
border-color: #EFBDE4;
}
.TagClassName
{
border-color: #EFBDE4;
}
</style>