Shades of Pink Lace #ECC5CF
Tints of Pink Lace #ECC5CF
RGB
CMYK
RGB Variations
Color information
#ECC5CF (or 0xECC5CF) is known color: Pink Lace. HEX triplet: EC, C5 and CF. RGB value is (236,197,207). Sum of RGB (Red+Green+Blue) = 236+197+207=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5CF is #133A30. Grayscale: #D1D1D1. Windows color (decimal): -1260081 or 13616620. OLE color: 13616620.
HSL color Cylindrical-coordinate representation of color #ECC5CF: hue angle of 344.62º degrees, saturation: 0.51, 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 #ECC5CF is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 207 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.07 |
| HSL | 344.62º | 0.51% | 0.85% | - |
| HSV(B) | 344.62º | 0.17% | 0.93% | - |
| XYZ | 65.82 | 62.27 | 67.58 | - |
| YUV | 209.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 207 | 0 | 0.17 | 0.12 | 0.07 | 344.62 | 0.51 | 0.85 |
| Hex | EC | C5 | CF | 0 | 11 | C | 7 | 159 | 33 | 55 |
| Octal | 354 | 305 | 317 | 0 | 21 | 14 | 7 | 531 | 63 | 125 |
| Binary | 11101100 | 11000101 | 11001111 | 0 | 10001 | 1100 | 111 | 101011001 | 110011 | 1010101 |
Color Harmonies of #ECC5CF
Complementary color
Monochromatic Colors of #ECC5CF
Black with #ECC5CF
Text Example
Text Example
White with #ECC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5CF; }
p { color: rgb(236,197,207); }
H1.HeaderClassName
{
color: #ECC5CF;
}
.AnyTagClassName
{
color: #ECC5CF;
}
</style>
background-color css
<style>
a { background-color: #ECC5CF; }
a { background-color: rgb(236,197,207); }
div.DivClassName
{
background-color: #ECC5CF;
}
.BgClassName
{
background-color: #ECC5CF;
}
</style>
border-color css
<style>
span { border-color: #ECC5CF; }
span { border-color: rgb(236,197,207); }
td.TdClassName
{
border-color: #ECC5CF;
}
.TagClassName
{
border-color: #ECC5CF;
}
</style>