Shades of Pink Lace #EEC6CF
Tints of Pink Lace #EEC6CF
RGB
CMYK
RGB Variations
Color information
#EEC6CF (or 0xEEC6CF) is known color: Pink Lace. HEX triplet: EE, C6 and CF. RGB value is (238,198,207). Sum of RGB (Red+Green+Blue) = 238+198+207=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC6CF is #113930. Grayscale: #D2D2D2. Windows color (decimal): -1128753 or 13616878. OLE color: 13616878.
HSL color Cylindrical-coordinate representation of color #EEC6CF: hue angle of 346.5º degrees, saturation: 0.54, 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 #EEC6CF is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 207 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.07 |
| HSL | 346.5º | 0.54% | 0.85% | - |
| HSV(B) | 346.5º | 0.17% | 0.93% | - |
| XYZ | 66.72 | 63.07 | 67.69 | - |
| YUV | 210.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 207 | 0 | 0.17 | 0.13 | 0.07 | 346.5 | 0.54 | 0.85 |
| Hex | EE | C6 | CF | 0 | 11 | D | 7 | 15A | 36 | 55 |
| Octal | 356 | 306 | 317 | 0 | 21 | 15 | 7 | 532 | 66 | 125 |
| Binary | 11101110 | 11000110 | 11001111 | 0 | 10001 | 1101 | 111 | 101011010 | 110110 | 1010101 |
Color Harmonies of #EEC6CF
Complementary color
Monochromatic Colors of #EEC6CF
Black with #EEC6CF
Text Example
Text Example
White with #EEC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC6CF; }
p { color: rgb(238,198,207); }
H1.HeaderClassName
{
color: #EEC6CF;
}
.AnyTagClassName
{
color: #EEC6CF;
}
</style>
background-color css
<style>
a { background-color: #EEC6CF; }
a { background-color: rgb(238,198,207); }
div.DivClassName
{
background-color: #EEC6CF;
}
.BgClassName
{
background-color: #EEC6CF;
}
</style>
border-color css
<style>
span { border-color: #EEC6CF; }
span { border-color: rgb(238,198,207); }
td.TdClassName
{
border-color: #EEC6CF;
}
.TagClassName
{
border-color: #EEC6CF;
}
</style>