Shades of French Lilac #EFB2EE
Tints of French Lilac #EFB2EE
RGB
CMYK
RGB Variations
Color information
#EFB2EE (or 0xEFB2EE) is known color: French Lilac. HEX triplet: EF, B2 and EE. RGB value is (239,178,238). Sum of RGB (Red+Green+Blue) = 239+178+238=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2EE is #104D11. Grayscale: #CACACA. Windows color (decimal): -1068306 or 15643375. OLE color: 15643375.
HSL color Cylindrical-coordinate representation of color #EFB2EE: hue angle of 300.98º 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 #EFB2EE is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 238 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.06 |
| HSL | 300.98º | 0.66% | 0.82% | - |
| HSV(B) | 300.98º | 0.26% | 0.94% | - |
| XYZ | 66.95 | 56.36 | 88.24 | - |
| YUV | 203.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 238 | 0 | 0.26 | 0.00 | 0.06 | 300.98 | 0.66 | 0.82 |
| Hex | EF | B2 | EE | 0 | 1A | 0 | 6 | 12D | 42 | 52 |
| Octal | 357 | 262 | 356 | 0 | 32 | 0 | 6 | 455 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11101110 | 0 | 11010 | 0 | 110 | 100101101 | 1000010 | 1010010 |
Color Harmonies of #EFB2EE
Complementary color
Monochromatic Colors of #EFB2EE
Black with #EFB2EE
Text Example
Text Example
White with #EFB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2EE; }
p { color: rgb(239,178,238); }
H1.HeaderClassName
{
color: #EFB2EE;
}
.AnyTagClassName
{
color: #EFB2EE;
}
</style>
background-color css
<style>
a { background-color: #EFB2EE; }
a { background-color: rgb(239,178,238); }
div.DivClassName
{
background-color: #EFB2EE;
}
.BgClassName
{
background-color: #EFB2EE;
}
</style>
border-color css
<style>
span { border-color: #EFB2EE; }
span { border-color: rgb(239,178,238); }
td.TdClassName
{
border-color: #EFB2EE;
}
.TagClassName
{
border-color: #EFB2EE;
}
</style>