Shades of French Lilac #EEB6EA
Tints of French Lilac #EEB6EA
RGB
CMYK
RGB Variations
Color information
#EEB6EA (or 0xEEB6EA) is known color: French Lilac. HEX triplet: EE, B6 and EA. RGB value is (238,182,234). Sum of RGB (Red+Green+Blue) = 238+182+234=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB6EA is #114915. Grayscale: #CCCCCC. Windows color (decimal): -1132822 or 15382254. OLE color: 15382254.
HSL color Cylindrical-coordinate representation of color #EEB6EA: hue angle of 304.29º 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 #EEB6EA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 234 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.07 |
| HSL | 304.29º | 0.62% | 0.82% | - |
| HSV(B) | 304.29º | 0.24% | 0.93% | - |
| XYZ | 66.84 | 57.57 | 85.43 | - |
| YUV | 204.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 234 | 0 | 0.24 | 0.02 | 0.07 | 304.29 | 0.62 | 0.82 |
| Hex | EE | B6 | EA | 0 | 18 | 2 | 7 | 130 | 3E | 52 |
| Octal | 356 | 266 | 352 | 0 | 30 | 2 | 7 | 460 | 76 | 122 |
| Binary | 11101110 | 10110110 | 11101010 | 0 | 11000 | 10 | 111 | 100110000 | 111110 | 1010010 |
Color Harmonies of #EEB6EA
Complementary color
Monochromatic Colors of #EEB6EA
Black with #EEB6EA
Text Example
Text Example
White with #EEB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB6EA; }
p { color: rgb(238,182,234); }
H1.HeaderClassName
{
color: #EEB6EA;
}
.AnyTagClassName
{
color: #EEB6EA;
}
</style>
background-color css
<style>
a { background-color: #EEB6EA; }
a { background-color: rgb(238,182,234); }
div.DivClassName
{
background-color: #EEB6EA;
}
.BgClassName
{
background-color: #EEB6EA;
}
</style>
border-color css
<style>
span { border-color: #EEB6EA; }
span { border-color: rgb(238,182,234); }
td.TdClassName
{
border-color: #EEB6EA;
}
.TagClassName
{
border-color: #EEB6EA;
}
</style>