Shades of French Lilac #EFBDE0
Tints of French Lilac #EFBDE0
RGB
CMYK
RGB Variations
Color information
#EFBDE0 (or 0xEFBDE0) is known color: French Lilac. HEX triplet: EF, BD and E0. RGB value is (239,189,224). Sum of RGB (Red+Green+Blue) = 239+189+224=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE0 is #10421F. Grayscale: #CFCFCF. Windows color (decimal): -1065504 or 14728687. OLE color: 14728687.
HSL color Cylindrical-coordinate representation of color #EFBDE0: hue angle of 318º 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 #EFBDE0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 224 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.06 |
| HSL | 318º | 0.61% | 0.84% | - |
| HSV(B) | 318º | 0.21% | 0.94% | - |
| XYZ | 67.25 | 60.13 | 78.58 | - |
| YUV | 207.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 224 | 0 | 0.21 | 0.06 | 0.06 | 318 | 0.61 | 0.84 |
| Hex | EF | BD | E0 | 0 | 15 | 6 | 6 | 13E | 3D | 54 |
| Octal | 357 | 275 | 340 | 0 | 25 | 6 | 6 | 476 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11100000 | 0 | 10101 | 110 | 110 | 100111110 | 111101 | 1010100 |
Color Harmonies of #EFBDE0
Complementary color
Monochromatic Colors of #EFBDE0
Black with #EFBDE0
Text Example
Text Example
White with #EFBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDE0; }
p { color: rgb(239,189,224); }
H1.HeaderClassName
{
color: #EFBDE0;
}
.AnyTagClassName
{
color: #EFBDE0;
}
</style>
background-color css
<style>
a { background-color: #EFBDE0; }
a { background-color: rgb(239,189,224); }
div.DivClassName
{
background-color: #EFBDE0;
}
.BgClassName
{
background-color: #EFBDE0;
}
</style>
border-color css
<style>
span { border-color: #EFBDE0; }
span { border-color: rgb(239,189,224); }
td.TdClassName
{
border-color: #EFBDE0;
}
.TagClassName
{
border-color: #EFBDE0;
}
</style>