Shades of French Lilac #EEB6ED
Tints of French Lilac #EEB6ED
RGB
CMYK
RGB Variations
Color information
#EEB6ED (or 0xEEB6ED) is known color: French Lilac. HEX triplet: EE, B6 and ED. RGB value is (238,182,237). Sum of RGB (Red+Green+Blue) = 238+182+237=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB6ED is #114912. Grayscale: #CCCCCC. Windows color (decimal): -1132819 or 15578862. OLE color: 15578862.
HSL color Cylindrical-coordinate representation of color #EEB6ED: hue angle of 301.07º 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 #EEB6ED is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 237 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.07 |
| HSL | 301.07º | 0.62% | 0.82% | - |
| HSV(B) | 301.07º | 0.24% | 0.93% | - |
| XYZ | 67.27 | 57.75 | 87.72 | - |
| YUV | 205.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 237 | 0 | 0.24 | 0.00 | 0.07 | 301.07 | 0.62 | 0.82 |
| Hex | EE | B6 | ED | 0 | 18 | 0 | 7 | 12D | 3E | 52 |
| Octal | 356 | 266 | 355 | 0 | 30 | 0 | 7 | 455 | 76 | 122 |
| Binary | 11101110 | 10110110 | 11101101 | 0 | 11000 | 0 | 111 | 100101101 | 111110 | 1010010 |
Color Harmonies of #EEB6ED
Complementary color
Monochromatic Colors of #EEB6ED
Black with #EEB6ED
Text Example
Text Example
White with #EEB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB6ED; }
p { color: rgb(238,182,237); }
H1.HeaderClassName
{
color: #EEB6ED;
}
.AnyTagClassName
{
color: #EEB6ED;
}
</style>
background-color css
<style>
a { background-color: #EEB6ED; }
a { background-color: rgb(238,182,237); }
div.DivClassName
{
background-color: #EEB6ED;
}
.BgClassName
{
background-color: #EEB6ED;
}
</style>
border-color css
<style>
span { border-color: #EEB6ED; }
span { border-color: rgb(238,182,237); }
td.TdClassName
{
border-color: #EEB6ED;
}
.TagClassName
{
border-color: #EEB6ED;
}
</style>