Shades of Pink Lace #EEC5CF
Tints of Pink Lace #EEC5CF
RGB
CMYK
RGB Variations
Color information
#EEC5CF (or 0xEEC5CF) is known color: Pink Lace. HEX triplet: EE, C5 and CF. RGB value is (238,197,207). Sum of RGB (Red+Green+Blue) = 238+197+207=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5CF is #113A30. Grayscale: #D2D2D2. Windows color (decimal): -1129009 or 13616622. OLE color: 13616622.
HSL color Cylindrical-coordinate representation of color #EEC5CF: hue angle of 345.37º 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 #EEC5CF is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 207 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.07 |
| HSL | 345.37º | 0.55% | 0.85% | - |
| HSV(B) | 345.37º | 0.17% | 0.93% | - |
| XYZ | 66.49 | 62.61 | 67.61 | - |
| YUV | 210.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 207 | 0 | 0.17 | 0.13 | 0.07 | 345.37 | 0.55 | 0.85 |
| Hex | EE | C5 | CF | 0 | 11 | D | 7 | 159 | 37 | 55 |
| Octal | 356 | 305 | 317 | 0 | 21 | 15 | 7 | 531 | 67 | 125 |
| Binary | 11101110 | 11000101 | 11001111 | 0 | 10001 | 1101 | 111 | 101011001 | 110111 | 1010101 |
Color Harmonies of #EEC5CF
Complementary color
Monochromatic Colors of #EEC5CF
Black with #EEC5CF
Text Example
Text Example
White with #EEC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5CF; }
p { color: rgb(238,197,207); }
H1.HeaderClassName
{
color: #EEC5CF;
}
.AnyTagClassName
{
color: #EEC5CF;
}
</style>
background-color css
<style>
a { background-color: #EEC5CF; }
a { background-color: rgb(238,197,207); }
div.DivClassName
{
background-color: #EEC5CF;
}
.BgClassName
{
background-color: #EEC5CF;
}
</style>
border-color css
<style>
span { border-color: #EEC5CF; }
span { border-color: rgb(238,197,207); }
td.TdClassName
{
border-color: #EEC5CF;
}
.TagClassName
{
border-color: #EEC5CF;
}
</style>