Shades of Pink Lace #ECC5CE
Tints of Pink Lace #ECC5CE
RGB
CMYK
RGB Variations
Color information
#ECC5CE (or 0xECC5CE) is known color: Pink Lace. HEX triplet: EC, C5 and CE. RGB value is (236,197,206). Sum of RGB (Red+Green+Blue) = 236+197+206=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5CE is #133A31. Grayscale: #D1D1D1. Windows color (decimal): -1260082 or 13551084. OLE color: 13551084.
HSL color Cylindrical-coordinate representation of color #ECC5CE: hue angle of 346.15º 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 #ECC5CE is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 206 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.07 |
| HSL | 346.15º | 0.51% | 0.85% | - |
| HSV(B) | 346.15º | 0.17% | 0.93% | - |
| XYZ | 65.7 | 62.22 | 66.94 | - |
| YUV | 209.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 206 | 0 | 0.17 | 0.13 | 0.07 | 346.15 | 0.51 | 0.85 |
| Hex | EC | C5 | CE | 0 | 11 | D | 7 | 15A | 33 | 55 |
| Octal | 354 | 305 | 316 | 0 | 21 | 15 | 7 | 532 | 63 | 125 |
| Binary | 11101100 | 11000101 | 11001110 | 0 | 10001 | 1101 | 111 | 101011010 | 110011 | 1010101 |
Color Harmonies of #ECC5CE
Complementary color
Monochromatic Colors of #ECC5CE
Black with #ECC5CE
Text Example
Text Example
White with #ECC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5CE; }
p { color: rgb(236,197,206); }
H1.HeaderClassName
{
color: #ECC5CE;
}
.AnyTagClassName
{
color: #ECC5CE;
}
</style>
background-color css
<style>
a { background-color: #ECC5CE; }
a { background-color: rgb(236,197,206); }
div.DivClassName
{
background-color: #ECC5CE;
}
.BgClassName
{
background-color: #ECC5CE;
}
</style>
border-color css
<style>
span { border-color: #ECC5CE; }
span { border-color: rgb(236,197,206); }
td.TdClassName
{
border-color: #ECC5CE;
}
.TagClassName
{
border-color: #ECC5CE;
}
</style>