Shades of Pink Lace #EBC5CF
Tints of Pink Lace #EBC5CF
RGB
CMYK
RGB Variations
Color information
#EBC5CF (or 0xEBC5CF) is known color: Pink Lace. HEX triplet: EB, C5 and CF. RGB value is (235,197,207). Sum of RGB (Red+Green+Blue) = 235+197+207=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5CF is #143A30. Grayscale: #D1D1D1. Windows color (decimal): -1325617 or 13616619. OLE color: 13616619.
HSL color Cylindrical-coordinate representation of color #EBC5CF: hue angle of 344.21º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC5CF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 207 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.08 |
| HSL | 344.21º | 0.49% | 0.85% | - |
| HSV(B) | 344.21º | 0.16% | 0.92% | - |
| XYZ | 65.49 | 62.1 | 67.57 | - |
| YUV | 209.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 207 | 0 | 0.16 | 0.12 | 0.08 | 344.21 | 0.49 | 0.85 |
| Hex | EB | C5 | CF | 0 | 10 | C | 8 | 158 | 31 | 55 |
| Octal | 353 | 305 | 317 | 0 | 20 | 14 | 10 | 530 | 61 | 125 |
| Binary | 11101011 | 11000101 | 11001111 | 0 | 10000 | 1100 | 1000 | 101011000 | 110001 | 1010101 |
Color Harmonies of #EBC5CF
Complementary color
Monochromatic Colors of #EBC5CF
Black with #EBC5CF
Text Example
Text Example
White with #EBC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5CF; }
p { color: rgb(235,197,207); }
H1.HeaderClassName
{
color: #EBC5CF;
}
.AnyTagClassName
{
color: #EBC5CF;
}
</style>
background-color css
<style>
a { background-color: #EBC5CF; }
a { background-color: rgb(235,197,207); }
div.DivClassName
{
background-color: #EBC5CF;
}
.BgClassName
{
background-color: #EBC5CF;
}
</style>
border-color css
<style>
span { border-color: #EBC5CF; }
span { border-color: rgb(235,197,207); }
td.TdClassName
{
border-color: #EBC5CF;
}
.TagClassName
{
border-color: #EBC5CF;
}
</style>