Shades of Pink Lace #ECCBD5
Tints of Pink Lace #ECCBD5
RGB
CMYK
RGB Variations
Color information
#ECCBD5 (or 0xECCBD5) is known color: Pink Lace. HEX triplet: EC, CB and D5. RGB value is (236,203,213). Sum of RGB (Red+Green+Blue) = 236+203+213=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBD5 is #13342A. Grayscale: #D6D6D6. Windows color (decimal): -1258539 or 14011372. OLE color: 14011372.
HSL color Cylindrical-coordinate representation of color #ECCBD5: hue angle of 341.82º 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 #ECCBD5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 213 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.07 |
| HSL | 341.82º | 0.46% | 0.86% | - |
| HSV(B) | 341.82º | 0.14% | 0.93% | - |
| XYZ | 67.96 | 65.35 | 71.98 | - |
| YUV | 214.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 213 | 0 | 0.14 | 0.10 | 0.07 | 341.82 | 0.46 | 0.86 |
| Hex | EC | CB | D5 | 0 | E | A | 7 | 156 | 2E | 56 |
| Octal | 354 | 313 | 325 | 0 | 16 | 12 | 7 | 526 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11010101 | 0 | 1110 | 1010 | 111 | 101010110 | 101110 | 1010110 |
Color Harmonies of #ECCBD5
Complementary color
Monochromatic Colors of #ECCBD5
Black with #ECCBD5
Text Example
Text Example
White with #ECCBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBD5; }
p { color: rgb(236,203,213); }
H1.HeaderClassName
{
color: #ECCBD5;
}
.AnyTagClassName
{
color: #ECCBD5;
}
</style>
background-color css
<style>
a { background-color: #ECCBD5; }
a { background-color: rgb(236,203,213); }
div.DivClassName
{
background-color: #ECCBD5;
}
.BgClassName
{
background-color: #ECCBD5;
}
</style>
border-color css
<style>
span { border-color: #ECCBD5; }
span { border-color: rgb(236,203,213); }
td.TdClassName
{
border-color: #ECCBD5;
}
.TagClassName
{
border-color: #ECCBD5;
}
</style>