Shades of Pink Lace #ECC4D0
Tints of Pink Lace #ECC4D0
RGB
CMYK
RGB Variations
Color information
#ECC4D0 (or 0xECC4D0) is known color: Pink Lace. HEX triplet: EC, C4 and D0. RGB value is (236,196,208). Sum of RGB (Red+Green+Blue) = 236+196+208=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4D0 is #133B2F. Grayscale: #D1D1D1. Windows color (decimal): -1260336 or 13681900. OLE color: 13681900.
HSL color Cylindrical-coordinate representation of color #ECC4D0: hue angle of 342º 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 #ECC4D0 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 208 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.07 |
| HSL | 342º | 0.51% | 0.85% | - |
| HSV(B) | 342º | 0.17% | 0.93% | - |
| XYZ | 65.72 | 61.87 | 68.15 | - |
| YUV | 209.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 208 | 0 | 0.17 | 0.12 | 0.07 | 342 | 0.51 | 0.85 |
| Hex | EC | C4 | D0 | 0 | 11 | C | 7 | 156 | 33 | 55 |
| Octal | 354 | 304 | 320 | 0 | 21 | 14 | 7 | 526 | 63 | 125 |
| Binary | 11101100 | 11000100 | 11010000 | 0 | 10001 | 1100 | 111 | 101010110 | 110011 | 1010101 |
Color Harmonies of #ECC4D0
Complementary color
Monochromatic Colors of #ECC4D0
Black with #ECC4D0
Text Example
Text Example
White with #ECC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4D0; }
p { color: rgb(236,196,208); }
H1.HeaderClassName
{
color: #ECC4D0;
}
.AnyTagClassName
{
color: #ECC4D0;
}
</style>
background-color css
<style>
a { background-color: #ECC4D0; }
a { background-color: rgb(236,196,208); }
div.DivClassName
{
background-color: #ECC4D0;
}
.BgClassName
{
background-color: #ECC4D0;
}
</style>
border-color css
<style>
span { border-color: #ECC4D0; }
span { border-color: rgb(236,196,208); }
td.TdClassName
{
border-color: #ECC4D0;
}
.TagClassName
{
border-color: #ECC4D0;
}
</style>