Shades of Pink Lace #ECCCD6
Tints of Pink Lace #ECCCD6
RGB
CMYK
RGB Variations
Color information
#ECCCD6 (or 0xECCCD6) is known color: Pink Lace. HEX triplet: EC, CC and D6. RGB value is (236,204,214). Sum of RGB (Red+Green+Blue) = 236+204+214=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD6 is #133329. Grayscale: #D6D6D6. Windows color (decimal): -1258282 or 14077164. OLE color: 14077164.
HSL color Cylindrical-coordinate representation of color #ECCCD6: hue angle of 341.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCCD6 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 214 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.07 |
| HSL | 341.25º | 0.46% | 0.86% | - |
| HSV(B) | 341.25º | 0.14% | 0.93% | - |
| XYZ | 68.32 | 65.87 | 72.73 | - |
| YUV | 214.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 214 | 0 | 0.14 | 0.09 | 0.07 | 341.25 | 0.46 | 0.86 |
| Hex | EC | CC | D6 | 0 | E | 9 | 7 | 155 | 2E | 56 |
| Octal | 354 | 314 | 326 | 0 | 16 | 11 | 7 | 525 | 56 | 126 |
| Binary | 11101100 | 11001100 | 11010110 | 0 | 1110 | 1001 | 111 | 101010101 | 101110 | 1010110 |
Color Harmonies of #ECCCD6
Complementary color
Monochromatic Colors of #ECCCD6
Black with #ECCCD6
Text Example
Text Example
White with #ECCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCD6; }
p { color: rgb(236,204,214); }
H1.HeaderClassName
{
color: #ECCCD6;
}
.AnyTagClassName
{
color: #ECCCD6;
}
</style>
background-color css
<style>
a { background-color: #ECCCD6; }
a { background-color: rgb(236,204,214); }
div.DivClassName
{
background-color: #ECCCD6;
}
.BgClassName
{
background-color: #ECCCD6;
}
</style>
border-color css
<style>
span { border-color: #ECCCD6; }
span { border-color: rgb(236,204,214); }
td.TdClassName
{
border-color: #ECCCD6;
}
.TagClassName
{
border-color: #ECCCD6;
}
</style>