Shades of Pink Lace #ECCCD5
Tints of Pink Lace #ECCCD5
RGB
CMYK
RGB Variations
Color information
#ECCCD5 (or 0xECCCD5) is known color: Pink Lace. HEX triplet: EC, CC and D5. RGB value is (236,204,213). Sum of RGB (Red+Green+Blue) = 236+204+213=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD5 is #13332A. Grayscale: #D6D6D6. Windows color (decimal): -1258283 or 14011628. OLE color: 14011628.
HSL color Cylindrical-coordinate representation of color #ECCCD5: hue angle of 343.12º 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 #ECCCD5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 213 | - |
CMYK | 0 | 0.14 | 0.10 | 0.07 |
HSL | 343.13º | 0.46% | 0.86% | - |
HSV(B) | 343.13º | 0.14% | 0.93% | - |
XYZ | 68.2 | 65.82 | 72.06 | - |
YUV | 214.59 | 127.1 | 143.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 213 | 0 | 0.14 | 0.10 | 0.07 | 343.13 | 0.46 | 0.86 |
Hex | EC | CC | D5 | 0 | E | A | 7 | 157 | 2E | 56 |
Octal | 354 | 314 | 325 | 0 | 16 | 12 | 7 | 527 | 56 | 126 |
Binary | 11101100 | 11001100 | 11010101 | 0 | 1110 | 1010 | 111 | 101010111 | 101110 | 1010110 |
Color Harmonies of #ECCCD5
Complementary color
Monochromatic Colors of #ECCCD5
Black with #ECCCD5
Text Example
Text Example
White with #ECCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCD5; }
p { color: rgb(236,204,213); }
H1.HeaderClassName
{
color: #ECCCD5;
}
.AnyTagClassName
{
color: #ECCCD5;
}
</style>
background-color css
<style>
a { background-color: #ECCCD5; }
a { background-color: rgb(236,204,213); }
div.DivClassName
{
background-color: #ECCCD5;
}
.BgClassName
{
background-color: #ECCCD5;
}
</style>
border-color css
<style>
span { border-color: #ECCCD5; }
span { border-color: rgb(236,204,213); }
td.TdClassName
{
border-color: #ECCCD5;
}
.TagClassName
{
border-color: #ECCCD5;
}
</style>