Shades of French Lilac #EEC2E2
Tints of French Lilac #EEC2E2
RGB
CMYK
RGB Variations
Color information
#EEC2E2 (or 0xEEC2E2) is known color: French Lilac. HEX triplet: EE, C2 and E2. RGB value is (238,194,226). Sum of RGB (Red+Green+Blue) = 238+194+226=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2E2 is #113D1D. Grayscale: #D2D2D2. Windows color (decimal): -1129758 or 14861038. OLE color: 14861038.
HSL color Cylindrical-coordinate representation of color #EEC2E2: hue angle of 316.36º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC2E2 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 226 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.07 |
| HSL | 316.36º | 0.56% | 0.85% | - |
| HSV(B) | 316.36º | 0.18% | 0.93% | - |
| XYZ | 68.28 | 62.25 | 80.37 | - |
| YUV | 210.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 226 | 0 | 0.18 | 0.05 | 0.07 | 316.36 | 0.56 | 0.85 |
| Hex | EE | C2 | E2 | 0 | 12 | 5 | 7 | 13C | 38 | 55 |
| Octal | 356 | 302 | 342 | 0 | 22 | 5 | 7 | 474 | 70 | 125 |
| Binary | 11101110 | 11000010 | 11100010 | 0 | 10010 | 101 | 111 | 100111100 | 111000 | 1010101 |
Color Harmonies of #EEC2E2
Complementary color
Monochromatic Colors of #EEC2E2
Black with #EEC2E2
Text Example
Text Example
White with #EEC2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2E2; }
p { color: rgb(238,194,226); }
H1.HeaderClassName
{
color: #EEC2E2;
}
.AnyTagClassName
{
color: #EEC2E2;
}
</style>
background-color css
<style>
a { background-color: #EEC2E2; }
a { background-color: rgb(238,194,226); }
div.DivClassName
{
background-color: #EEC2E2;
}
.BgClassName
{
background-color: #EEC2E2;
}
</style>
border-color css
<style>
span { border-color: #EEC2E2; }
span { border-color: rgb(238,194,226); }
td.TdClassName
{
border-color: #EEC2E2;
}
.TagClassName
{
border-color: #EEC2E2;
}
</style>