Shades of Pink Lace #ECC7CE
Tints of Pink Lace #ECC7CE
RGB
CMYK
RGB Variations
Color information
#ECC7CE (or 0xECC7CE) is known color: Pink Lace. HEX triplet: EC, C7 and CE. RGB value is (236,199,206). Sum of RGB (Red+Green+Blue) = 236+199+206=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7CE is #133831. Grayscale: #D2D2D2. Windows color (decimal): -1259570 or 13551596. OLE color: 13551596.
HSL color Cylindrical-coordinate representation of color #ECC7CE: hue angle of 348.65º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7CE is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 199 | 206 | - |
CMYK | 0 | 0.16 | 0.13 | 0.07 |
HSL | 348.65º | 0.49% | 0.85% | - |
HSV(B) | 348.65º | 0.16% | 0.93% | - |
XYZ | 66.16 | 63.14 | 67.09 | - |
YUV | 210.86 | 125.26 | 145.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 199 | 206 | 0 | 0.16 | 0.13 | 0.07 | 348.65 | 0.49 | 0.85 |
Hex | EC | C7 | CE | 0 | 10 | D | 7 | 15D | 31 | 55 |
Octal | 354 | 307 | 316 | 0 | 20 | 15 | 7 | 535 | 61 | 125 |
Binary | 11101100 | 11000111 | 11001110 | 0 | 10000 | 1101 | 111 | 101011101 | 110001 | 1010101 |
Color Harmonies of #ECC7CE
Complementary color
Monochromatic Colors of #ECC7CE
Black with #ECC7CE
Text Example
Text Example
White with #ECC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7CE; }
p { color: rgb(236,199,206); }
H1.HeaderClassName
{
color: #ECC7CE;
}
.AnyTagClassName
{
color: #ECC7CE;
}
</style>
background-color css
<style>
a { background-color: #ECC7CE; }
a { background-color: rgb(236,199,206); }
div.DivClassName
{
background-color: #ECC7CE;
}
.BgClassName
{
background-color: #ECC7CE;
}
</style>
border-color css
<style>
span { border-color: #ECC7CE; }
span { border-color: rgb(236,199,206); }
td.TdClassName
{
border-color: #ECC7CE;
}
.TagClassName
{
border-color: #ECC7CE;
}
</style>