Shades of Pink Lace #ECCCD3
Tints of Pink Lace #ECCCD3
RGB
CMYK
RGB Variations
Color information
#ECCCD3 (or 0xECCCD3) is known color: Pink Lace. HEX triplet: EC, CC and D3. RGB value is (236,204,211). Sum of RGB (Red+Green+Blue) = 236+204+211=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD3 is #13332C. Grayscale: #D6D6D6. Windows color (decimal): -1258285 or 13880556. OLE color: 13880556.
HSL color Cylindrical-coordinate representation of color #ECCCD3: hue angle of 346.88º 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 #ECCCD3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 211 | - |
CMYK | 0 | 0.14 | 0.11 | 0.07 |
HSL | 346.88º | 0.46% | 0.86% | - |
HSV(B) | 346.88º | 0.14% | 0.93% | - |
XYZ | 67.94 | 65.72 | 70.73 | - |
YUV | 214.37 | 126.1 | 143.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 211 | 0 | 0.14 | 0.11 | 0.07 | 346.88 | 0.46 | 0.86 |
Hex | EC | CC | D3 | 0 | E | B | 7 | 15B | 2E | 56 |
Octal | 354 | 314 | 323 | 0 | 16 | 13 | 7 | 533 | 56 | 126 |
Binary | 11101100 | 11001100 | 11010011 | 0 | 1110 | 1011 | 111 | 101011011 | 101110 | 1010110 |
Color Harmonies of #ECCCD3
Complementary color
Monochromatic Colors of #ECCCD3
Black with #ECCCD3
Text Example
Text Example
White with #ECCCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCD3; }
p { color: rgb(236,204,211); }
H1.HeaderClassName
{
color: #ECCCD3;
}
.AnyTagClassName
{
color: #ECCCD3;
}
</style>
background-color css
<style>
a { background-color: #ECCCD3; }
a { background-color: rgb(236,204,211); }
div.DivClassName
{
background-color: #ECCCD3;
}
.BgClassName
{
background-color: #ECCCD3;
}
</style>
border-color css
<style>
span { border-color: #ECCCD3; }
span { border-color: rgb(236,204,211); }
td.TdClassName
{
border-color: #ECCCD3;
}
.TagClassName
{
border-color: #ECCCD3;
}
</style>