Shades of Pink Lace #ECC7CF
Tints of Pink Lace #ECC7CF
RGB
CMYK
RGB Variations
Color information
#ECC7CF (or 0xECC7CF) is known color: Pink Lace. HEX triplet: EC, C7 and CF. RGB value is (236,199,207). Sum of RGB (Red+Green+Blue) = 236+199+207=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7CF is #133830. Grayscale: #D2D2D2. Windows color (decimal): -1259569 or 13617132. OLE color: 13617132.
HSL color Cylindrical-coordinate representation of color #ECC7CF: hue angle of 347.03º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7CF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 207 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.07 |
| HSL | 347.03º | 0.49% | 0.85% | - |
| HSV(B) | 347.03º | 0.16% | 0.93% | - |
| XYZ | 66.28 | 63.18 | 67.73 | - |
| YUV | 210.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 207 | 0 | 0.16 | 0.12 | 0.07 | 347.03 | 0.49 | 0.85 |
| Hex | EC | C7 | CF | 0 | 10 | C | 7 | 15B | 31 | 55 |
| Octal | 354 | 307 | 317 | 0 | 20 | 14 | 7 | 533 | 61 | 125 |
| Binary | 11101100 | 11000111 | 11001111 | 0 | 10000 | 1100 | 111 | 101011011 | 110001 | 1010101 |
Color Harmonies of #ECC7CF
Complementary color
Monochromatic Colors of #ECC7CF
Black with #ECC7CF
Text Example
Text Example
White with #ECC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7CF; }
p { color: rgb(236,199,207); }
H1.HeaderClassName
{
color: #ECC7CF;
}
.AnyTagClassName
{
color: #ECC7CF;
}
</style>
background-color css
<style>
a { background-color: #ECC7CF; }
a { background-color: rgb(236,199,207); }
div.DivClassName
{
background-color: #ECC7CF;
}
.BgClassName
{
background-color: #ECC7CF;
}
</style>
border-color css
<style>
span { border-color: #ECC7CF; }
span { border-color: rgb(236,199,207); }
td.TdClassName
{
border-color: #ECC7CF;
}
.TagClassName
{
border-color: #ECC7CF;
}
</style>