Shades of French Lilac #EEC5E5
Tints of French Lilac #EEC5E5
RGB
CMYK
RGB Variations
Color information
#EEC5E5 (or 0xEEC5E5) is known color: French Lilac. HEX triplet: EE, C5 and E5. RGB value is (238,197,229). Sum of RGB (Red+Green+Blue) = 238+197+229=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 197 (77.34% from 255 or 29.67% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5E5 is #113A1A. Grayscale: #D4D4D4. Windows color (decimal): -1128987 or 15058414. OLE color: 15058414.
HSL color Cylindrical-coordinate representation of color #EEC5E5: hue angle of 313.17º 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 #EEC5E5 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 197 | 229 | - |
CMYK | 0 | 0.17 | 0.04 | 0.07 |
HSL | 313.17º | 0.55% | 0.85% | - |
HSV(B) | 313.17º | 0.17% | 0.93% | - |
XYZ | 69.37 | 63.77 | 82.78 | - |
YUV | 212.91 | 137.08 | 145.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 197 | 229 | 0 | 0.17 | 0.04 | 0.07 | 313.17 | 0.55 | 0.85 |
Hex | EE | C5 | E5 | 0 | 11 | 4 | 7 | 139 | 37 | 55 |
Octal | 356 | 305 | 345 | 0 | 21 | 4 | 7 | 471 | 67 | 125 |
Binary | 11101110 | 11000101 | 11100101 | 0 | 10001 | 100 | 111 | 100111001 | 110111 | 1010101 |
Color Harmonies of #EEC5E5
Complementary color
Monochromatic Colors of #EEC5E5
Black with #EEC5E5
Text Example
Text Example
White with #EEC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5E5; }
p { color: rgb(238,197,229); }
H1.HeaderClassName
{
color: #EEC5E5;
}
.AnyTagClassName
{
color: #EEC5E5;
}
</style>
background-color css
<style>
a { background-color: #EEC5E5; }
a { background-color: rgb(238,197,229); }
div.DivClassName
{
background-color: #EEC5E5;
}
.BgClassName
{
background-color: #EEC5E5;
}
</style>
border-color css
<style>
span { border-color: #EEC5E5; }
span { border-color: rgb(238,197,229); }
td.TdClassName
{
border-color: #EEC5E5;
}
.TagClassName
{
border-color: #EEC5E5;
}
</style>