Shades of Pink Lace #ECCCD4
Tints of Pink Lace #ECCCD4
RGB
CMYK
RGB Variations
Color information
#ECCCD4 (or 0xECCCD4) is known color: Pink Lace. HEX triplet: EC, CC and D4. RGB value is (236,204,212). Sum of RGB (Red+Green+Blue) = 236+204+212=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD4 is #13332B. Grayscale: #D6D6D6. Windows color (decimal): -1258284 or 13946092. OLE color: 13946092.
HSL color Cylindrical-coordinate representation of color #ECCCD4: hue angle of 345º 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 #ECCCD4 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 212 | - |
CMYK | 0 | 0.14 | 0.10 | 0.07 |
HSL | 345º | 0.46% | 0.86% | - |
HSV(B) | 345º | 0.14% | 0.93% | - |
XYZ | 68.07 | 65.77 | 71.4 | - |
YUV | 214.48 | 126.6 | 143.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 212 | 0 | 0.14 | 0.10 | 0.07 | 345 | 0.46 | 0.86 |
Hex | EC | CC | D4 | 0 | E | A | 7 | 159 | 2E | 56 |
Octal | 354 | 314 | 324 | 0 | 16 | 12 | 7 | 531 | 56 | 126 |
Binary | 11101100 | 11001100 | 11010100 | 0 | 1110 | 1010 | 111 | 101011001 | 101110 | 1010110 |
Color Harmonies of #ECCCD4
Complementary color
Monochromatic Colors of #ECCCD4
Black with #ECCCD4
Text Example
Text Example
White with #ECCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCD4; }
p { color: rgb(236,204,212); }
H1.HeaderClassName
{
color: #ECCCD4;
}
.AnyTagClassName
{
color: #ECCCD4;
}
</style>
background-color css
<style>
a { background-color: #ECCCD4; }
a { background-color: rgb(236,204,212); }
div.DivClassName
{
background-color: #ECCCD4;
}
.BgClassName
{
background-color: #ECCCD4;
}
</style>
border-color css
<style>
span { border-color: #ECCCD4; }
span { border-color: rgb(236,204,212); }
td.TdClassName
{
border-color: #ECCCD4;
}
.TagClassName
{
border-color: #ECCCD4;
}
</style>