Shades of Pink Lace #ECCBD4
Tints of Pink Lace #ECCBD4
RGB
CMYK
RGB Variations
Color information
#ECCBD4 (or 0xECCBD4) is known color: Pink Lace. HEX triplet: EC, CB and D4. RGB value is (236,203,212). Sum of RGB (Red+Green+Blue) = 236+203+212=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBD4 is #13342B. Grayscale: #D5D5D5. Windows color (decimal): -1258540 or 13945836. OLE color: 13945836.
HSL color Cylindrical-coordinate representation of color #ECCBD4: hue angle of 343.64º 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 #ECCBD4 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 212 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.07 |
| HSL | 343.64º | 0.46% | 0.86% | - |
| HSV(B) | 343.64º | 0.14% | 0.93% | - |
| XYZ | 67.83 | 65.3 | 71.32 | - |
| YUV | 213.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 212 | 0 | 0.14 | 0.10 | 0.07 | 343.64 | 0.46 | 0.86 |
| Hex | EC | CB | D4 | 0 | E | A | 7 | 158 | 2E | 56 |
| Octal | 354 | 313 | 324 | 0 | 16 | 12 | 7 | 530 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11010100 | 0 | 1110 | 1010 | 111 | 101011000 | 101110 | 1010110 |
Color Harmonies of #ECCBD4
Complementary color
Monochromatic Colors of #ECCBD4
Black with #ECCBD4
Text Example
Text Example
White with #ECCBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBD4; }
p { color: rgb(236,203,212); }
H1.HeaderClassName
{
color: #ECCBD4;
}
.AnyTagClassName
{
color: #ECCBD4;
}
</style>
background-color css
<style>
a { background-color: #ECCBD4; }
a { background-color: rgb(236,203,212); }
div.DivClassName
{
background-color: #ECCBD4;
}
.BgClassName
{
background-color: #ECCBD4;
}
</style>
border-color css
<style>
span { border-color: #ECCBD4; }
span { border-color: rgb(236,203,212); }
td.TdClassName
{
border-color: #ECCBD4;
}
.TagClassName
{
border-color: #ECCBD4;
}
</style>