Shades of Pink Lace #ECCDD6
Tints of Pink Lace #ECCDD6
RGB
CMYK
RGB Variations
Color information
#ECCDD6 (or 0xECCDD6) is known color: Pink Lace. HEX triplet: EC, CD and D6. RGB value is (236,205,214). Sum of RGB (Red+Green+Blue) = 236+205+214=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD6 is #133229. Grayscale: #D7D7D7. Windows color (decimal): -1258026 or 14077420. OLE color: 14077420.
HSL color Cylindrical-coordinate representation of color #ECCDD6: hue angle of 342.58º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDD6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 214 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.07 |
| HSL | 342.58º | 0.45% | 0.86% | - |
| HSV(B) | 342.58º | 0.13% | 0.93% | - |
| XYZ | 68.56 | 66.35 | 72.81 | - |
| YUV | 215.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 214 | 0 | 0.13 | 0.09 | 0.07 | 342.58 | 0.45 | 0.86 |
| Hex | EC | CD | D6 | 0 | D | 9 | 7 | 157 | 2D | 56 |
| Octal | 354 | 315 | 326 | 0 | 15 | 11 | 7 | 527 | 55 | 126 |
| Binary | 11101100 | 11001101 | 11010110 | 0 | 1101 | 1001 | 111 | 101010111 | 101101 | 1010110 |
Color Harmonies of #ECCDD6
Complementary color
Monochromatic Colors of #ECCDD6
Black with #ECCDD6
Text Example
Text Example
White with #ECCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDD6; }
p { color: rgb(236,205,214); }
H1.HeaderClassName
{
color: #ECCDD6;
}
.AnyTagClassName
{
color: #ECCDD6;
}
</style>
background-color css
<style>
a { background-color: #ECCDD6; }
a { background-color: rgb(236,205,214); }
div.DivClassName
{
background-color: #ECCDD6;
}
.BgClassName
{
background-color: #ECCDD6;
}
</style>
border-color css
<style>
span { border-color: #ECCDD6; }
span { border-color: rgb(236,205,214); }
td.TdClassName
{
border-color: #ECCDD6;
}
.TagClassName
{
border-color: #ECCDD6;
}
</style>