Shades of French Lilac #EEB6DE
Tints of French Lilac #EEB6DE
RGB
CMYK
RGB Variations
Color information
#EEB6DE (or 0xEEB6DE) is known color: French Lilac. HEX triplet: EE, B6 and DE. RGB value is (238,182,222). Sum of RGB (Red+Green+Blue) = 238+182+222=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB6DE is #114921. Grayscale: #CBCBCB. Windows color (decimal): -1132834 or 14595822. OLE color: 14595822.
HSL color Cylindrical-coordinate representation of color #EEB6DE: hue angle of 317.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB6DE is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 222 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.07 |
| HSL | 317.14º | 0.62% | 0.82% | - |
| HSV(B) | 317.14º | 0.24% | 0.93% | - |
| XYZ | 65.17 | 56.91 | 76.66 | - |
| YUV | 203.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 222 | 0 | 0.24 | 0.07 | 0.07 | 317.14 | 0.62 | 0.82 |
| Hex | EE | B6 | DE | 0 | 18 | 7 | 7 | 13D | 3E | 52 |
| Octal | 356 | 266 | 336 | 0 | 30 | 7 | 7 | 475 | 76 | 122 |
| Binary | 11101110 | 10110110 | 11011110 | 0 | 11000 | 111 | 111 | 100111101 | 111110 | 1010010 |
Color Harmonies of #EEB6DE
Complementary color
Monochromatic Colors of #EEB6DE
Black with #EEB6DE
Text Example
Text Example
White with #EEB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB6DE; }
p { color: rgb(238,182,222); }
H1.HeaderClassName
{
color: #EEB6DE;
}
.AnyTagClassName
{
color: #EEB6DE;
}
</style>
background-color css
<style>
a { background-color: #EEB6DE; }
a { background-color: rgb(238,182,222); }
div.DivClassName
{
background-color: #EEB6DE;
}
.BgClassName
{
background-color: #EEB6DE;
}
</style>
border-color css
<style>
span { border-color: #EEB6DE; }
span { border-color: rgb(238,182,222); }
td.TdClassName
{
border-color: #EEB6DE;
}
.TagClassName
{
border-color: #EEB6DE;
}
</style>