Shades of Pink Lace #ECCBD3
Tints of Pink Lace #ECCBD3
RGB
CMYK
RGB Variations
Color information
#ECCBD3 (or 0xECCBD3) is known color: Pink Lace. HEX triplet: EC, CB and D3. RGB value is (236,203,211). Sum of RGB (Red+Green+Blue) = 236+203+211=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBD3 is #13342C. Grayscale: #D5D5D5. Windows color (decimal): -1258541 or 13880300. OLE color: 13880300.
HSL color Cylindrical-coordinate representation of color #ECCBD3: hue angle of 345.45º 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 #ECCBD3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 211 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.07 |
| HSL | 345.45º | 0.46% | 0.86% | - |
| HSV(B) | 345.45º | 0.14% | 0.93% | - |
| XYZ | 67.71 | 65.25 | 70.65 | - |
| YUV | 213.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 211 | 0 | 0.14 | 0.11 | 0.07 | 345.45 | 0.46 | 0.86 |
| Hex | EC | CB | D3 | 0 | E | B | 7 | 159 | 2E | 56 |
| Octal | 354 | 313 | 323 | 0 | 16 | 13 | 7 | 531 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11010011 | 0 | 1110 | 1011 | 111 | 101011001 | 101110 | 1010110 |
Color Harmonies of #ECCBD3
Complementary color
Monochromatic Colors of #ECCBD3
Black with #ECCBD3
Text Example
Text Example
White with #ECCBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBD3; }
p { color: rgb(236,203,211); }
H1.HeaderClassName
{
color: #ECCBD3;
}
.AnyTagClassName
{
color: #ECCBD3;
}
</style>
background-color css
<style>
a { background-color: #ECCBD3; }
a { background-color: rgb(236,203,211); }
div.DivClassName
{
background-color: #ECCBD3;
}
.BgClassName
{
background-color: #ECCBD3;
}
</style>
border-color css
<style>
span { border-color: #ECCBD3; }
span { border-color: rgb(236,203,211); }
td.TdClassName
{
border-color: #ECCBD3;
}
.TagClassName
{
border-color: #ECCBD3;
}
</style>