Shades of Pink Lace #ECC6CF
Tints of Pink Lace #ECC6CF
RGB
CMYK
RGB Variations
Color information
#ECC6CF (or 0xECC6CF) is known color: Pink Lace. HEX triplet: EC, C6 and CF. RGB value is (236,198,207). Sum of RGB (Red+Green+Blue) = 236+198+207=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6CF is #133930. Grayscale: #D2D2D2. Windows color (decimal): -1259825 or 13616876. OLE color: 13616876.
HSL color Cylindrical-coordinate representation of color #ECC6CF: hue angle of 345.79º degrees, saturation: 0.5, 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 #ECC6CF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 207 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.07 |
| HSL | 345.79º | 0.5% | 0.85% | - |
| HSV(B) | 345.79º | 0.16% | 0.93% | - |
| XYZ | 66.05 | 62.73 | 67.66 | - |
| YUV | 210.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 207 | 0 | 0.16 | 0.12 | 0.07 | 345.79 | 0.5 | 0.85 |
| Hex | EC | C6 | CF | 0 | 10 | C | 7 | 15A | 32 | 55 |
| Octal | 354 | 306 | 317 | 0 | 20 | 14 | 7 | 532 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11001111 | 0 | 10000 | 1100 | 111 | 101011010 | 110010 | 1010101 |
Color Harmonies of #ECC6CF
Complementary color
Monochromatic Colors of #ECC6CF
Black with #ECC6CF
Text Example
Text Example
White with #ECC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6CF; }
p { color: rgb(236,198,207); }
H1.HeaderClassName
{
color: #ECC6CF;
}
.AnyTagClassName
{
color: #ECC6CF;
}
</style>
background-color css
<style>
a { background-color: #ECC6CF; }
a { background-color: rgb(236,198,207); }
div.DivClassName
{
background-color: #ECC6CF;
}
.BgClassName
{
background-color: #ECC6CF;
}
</style>
border-color css
<style>
span { border-color: #ECC6CF; }
span { border-color: rgb(236,198,207); }
td.TdClassName
{
border-color: #ECC6CF;
}
.TagClassName
{
border-color: #ECC6CF;
}
</style>