Shades of Pink Lace #ECC5D0
Tints of Pink Lace #ECC5D0
RGB
CMYK
RGB Variations
Color information
#ECC5D0 (or 0xECC5D0) is known color: Pink Lace. HEX triplet: EC, C5 and D0. RGB value is (236,197,208). Sum of RGB (Red+Green+Blue) = 236+197+208=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5D0 is #133A2F. Grayscale: #D1D1D1. Windows color (decimal): -1260080 or 13682156. OLE color: 13682156.
HSL color Cylindrical-coordinate representation of color #ECC5D0: hue angle of 343.08º 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 #ECC5D0 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 197 | 208 | - |
CMYK | 0 | 0.17 | 0.12 | 0.07 |
HSL | 343.08º | 0.51% | 0.85% | - |
HSV(B) | 343.08º | 0.17% | 0.93% | - |
XYZ | 65.94 | 62.32 | 68.23 | - |
YUV | 209.92 | 126.92 | 146.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 197 | 208 | 0 | 0.17 | 0.12 | 0.07 | 343.08 | 0.51 | 0.85 |
Hex | EC | C5 | D0 | 0 | 11 | C | 7 | 157 | 33 | 55 |
Octal | 354 | 305 | 320 | 0 | 21 | 14 | 7 | 527 | 63 | 125 |
Binary | 11101100 | 11000101 | 11010000 | 0 | 10001 | 1100 | 111 | 101010111 | 110011 | 1010101 |
Color Harmonies of #ECC5D0
Complementary color
Monochromatic Colors of #ECC5D0
Black with #ECC5D0
Text Example
Text Example
White with #ECC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5D0; }
p { color: rgb(236,197,208); }
H1.HeaderClassName
{
color: #ECC5D0;
}
.AnyTagClassName
{
color: #ECC5D0;
}
</style>
background-color css
<style>
a { background-color: #ECC5D0; }
a { background-color: rgb(236,197,208); }
div.DivClassName
{
background-color: #ECC5D0;
}
.BgClassName
{
background-color: #ECC5D0;
}
</style>
border-color css
<style>
span { border-color: #ECC5D0; }
span { border-color: rgb(236,197,208); }
td.TdClassName
{
border-color: #ECC5D0;
}
.TagClassName
{
border-color: #ECC5D0;
}
</style>