Shades of Pink Lace #ECC8CE
Tints of Pink Lace #ECC8CE
RGB
CMYK
RGB Variations
Color information
#ECC8CE (or 0xECC8CE) is known color: Pink Lace. HEX triplet: EC, C8 and CE. RGB value is (236,200,206). Sum of RGB (Red+Green+Blue) = 236+200+206=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8CE is #133731. Grayscale: #D3D3D3. Windows color (decimal): -1259314 or 13551852. OLE color: 13551852.
HSL color Cylindrical-coordinate representation of color #ECC8CE: hue angle of 350º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8CE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 206 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.07 |
| HSL | 350º | 0.49% | 0.85% | - |
| HSV(B) | 350º | 0.15% | 0.93% | - |
| XYZ | 66.39 | 63.6 | 67.17 | - |
| YUV | 211.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 206 | 0 | 0.15 | 0.13 | 0.07 | 350 | 0.49 | 0.85 |
| Hex | EC | C8 | CE | 0 | F | D | 7 | 15E | 31 | 55 |
| Octal | 354 | 310 | 316 | 0 | 17 | 15 | 7 | 536 | 61 | 125 |
| Binary | 11101100 | 11001000 | 11001110 | 0 | 1111 | 1101 | 111 | 101011110 | 110001 | 1010101 |
Color Harmonies of #ECC8CE
Complementary color
Monochromatic Colors of #ECC8CE
Black with #ECC8CE
Text Example
Text Example
White with #ECC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8CE; }
p { color: rgb(236,200,206); }
H1.HeaderClassName
{
color: #ECC8CE;
}
.AnyTagClassName
{
color: #ECC8CE;
}
</style>
background-color css
<style>
a { background-color: #ECC8CE; }
a { background-color: rgb(236,200,206); }
div.DivClassName
{
background-color: #ECC8CE;
}
.BgClassName
{
background-color: #ECC8CE;
}
</style>
border-color css
<style>
span { border-color: #ECC8CE; }
span { border-color: rgb(236,200,206); }
td.TdClassName
{
border-color: #ECC8CE;
}
.TagClassName
{
border-color: #ECC8CE;
}
</style>