Shades of Pink Lace #ECCAD1
Tints of Pink Lace #ECCAD1
RGB
CMYK
RGB Variations
Color information
#ECCAD1 (or 0xECCAD1) is known color: Pink Lace. HEX triplet: EC, CA and D1. RGB value is (236,202,209). Sum of RGB (Red+Green+Blue) = 236+202+209=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD1 is #13352E. Grayscale: #D4D4D4. Windows color (decimal): -1258799 or 13748972. OLE color: 13748972.
HSL color Cylindrical-coordinate representation of color #ECCAD1: hue angle of 347.65º degrees, saturation: 0.47, 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 #ECCAD1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 209 | - |
CMYK | 0 | 0.14 | 0.11 | 0.07 |
HSL | 347.65º | 0.47% | 0.86% | - |
HSV(B) | 347.65º | 0.14% | 0.93% | - |
XYZ | 67.22 | 64.68 | 69.26 | - |
YUV | 212.96 | 125.76 | 144.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 209 | 0 | 0.14 | 0.11 | 0.07 | 347.65 | 0.47 | 0.86 |
Hex | EC | CA | D1 | 0 | E | B | 7 | 15C | 2F | 56 |
Octal | 354 | 312 | 321 | 0 | 16 | 13 | 7 | 534 | 57 | 126 |
Binary | 11101100 | 11001010 | 11010001 | 0 | 1110 | 1011 | 111 | 101011100 | 101111 | 1010110 |
Color Harmonies of #ECCAD1
Complementary color
Monochromatic Colors of #ECCAD1
Black with #ECCAD1
Text Example
Text Example
White with #ECCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAD1; }
p { color: rgb(236,202,209); }
H1.HeaderClassName
{
color: #ECCAD1;
}
.AnyTagClassName
{
color: #ECCAD1;
}
</style>
background-color css
<style>
a { background-color: #ECCAD1; }
a { background-color: rgb(236,202,209); }
div.DivClassName
{
background-color: #ECCAD1;
}
.BgClassName
{
background-color: #ECCAD1;
}
</style>
border-color css
<style>
span { border-color: #ECCAD1; }
span { border-color: rgb(236,202,209); }
td.TdClassName
{
border-color: #ECCAD1;
}
.TagClassName
{
border-color: #ECCAD1;
}
</style>