Shades of French Lilac #EEC5E9
Tints of French Lilac #EEC5E9
RGB
CMYK
RGB Variations
Color information
#EEC5E9 (or 0xEEC5E9) is known color: French Lilac. HEX triplet: EE, C5 and E9. RGB value is (238,197,233). Sum of RGB (Red+Green+Blue) = 238+197+233=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC5E9 is #113A16. Grayscale: #D5D5D5. Windows color (decimal): -1128983 or 15320558. OLE color: 15320558.
HSL color Cylindrical-coordinate representation of color #EEC5E9: hue angle of 307.32º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC5E9 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 197 | 233 | - |
CMYK | 0 | 0.17 | 0.02 | 0.07 |
HSL | 307.32º | 0.55% | 0.85% | - |
HSV(B) | 307.32º | 0.17% | 0.93% | - |
XYZ | 69.93 | 63.99 | 85.76 | - |
YUV | 213.36 | 139.08 | 145.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 197 | 233 | 0 | 0.17 | 0.02 | 0.07 | 307.32 | 0.55 | 0.85 |
Hex | EE | C5 | E9 | 0 | 11 | 2 | 7 | 133 | 37 | 55 |
Octal | 356 | 305 | 351 | 0 | 21 | 2 | 7 | 463 | 67 | 125 |
Binary | 11101110 | 11000101 | 11101001 | 0 | 10001 | 10 | 111 | 100110011 | 110111 | 1010101 |
Color Harmonies of #EEC5E9
Complementary color
Monochromatic Colors of #EEC5E9
Black with #EEC5E9
Text Example
Text Example
White with #EEC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5E9; }
p { color: rgb(238,197,233); }
H1.HeaderClassName
{
color: #EEC5E9;
}
.AnyTagClassName
{
color: #EEC5E9;
}
</style>
background-color css
<style>
a { background-color: #EEC5E9; }
a { background-color: rgb(238,197,233); }
div.DivClassName
{
background-color: #EEC5E9;
}
.BgClassName
{
background-color: #EEC5E9;
}
</style>
border-color css
<style>
span { border-color: #EEC5E9; }
span { border-color: rgb(238,197,233); }
td.TdClassName
{
border-color: #EEC5E9;
}
.TagClassName
{
border-color: #EEC5E9;
}
</style>