Shades of Pink Lace #EBC7CF
Tints of Pink Lace #EBC7CF
RGB
CMYK
RGB Variations
Color information
#EBC7CF (or 0xEBC7CF) is known color: Pink Lace. HEX triplet: EB, C7 and CF. RGB value is (235,199,207). Sum of RGB (Red+Green+Blue) = 235+199+207=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7CF is #143830. Grayscale: #D2D2D2. Windows color (decimal): -1325105 or 13617131. OLE color: 13617131.
HSL color Cylindrical-coordinate representation of color #EBC7CF: hue angle of 346.67º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC7CF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 207 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.08 |
| HSL | 346.67º | 0.47% | 0.85% | - |
| HSV(B) | 346.67º | 0.15% | 0.92% | - |
| XYZ | 65.95 | 63.01 | 67.72 | - |
| YUV | 210.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 207 | 0 | 0.15 | 0.12 | 0.08 | 346.67 | 0.47 | 0.85 |
| Hex | EB | C7 | CF | 0 | F | C | 8 | 15B | 2F | 55 |
| Octal | 353 | 307 | 317 | 0 | 17 | 14 | 10 | 533 | 57 | 125 |
| Binary | 11101011 | 11000111 | 11001111 | 0 | 1111 | 1100 | 1000 | 101011011 | 101111 | 1010101 |
Color Harmonies of #EBC7CF
Complementary color
Monochromatic Colors of #EBC7CF
Black with #EBC7CF
Text Example
Text Example
White with #EBC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7CF; }
p { color: rgb(235,199,207); }
H1.HeaderClassName
{
color: #EBC7CF;
}
.AnyTagClassName
{
color: #EBC7CF;
}
</style>
background-color css
<style>
a { background-color: #EBC7CF; }
a { background-color: rgb(235,199,207); }
div.DivClassName
{
background-color: #EBC7CF;
}
.BgClassName
{
background-color: #EBC7CF;
}
</style>
border-color css
<style>
span { border-color: #EBC7CF; }
span { border-color: rgb(235,199,207); }
td.TdClassName
{
border-color: #EBC7CF;
}
.TagClassName
{
border-color: #EBC7CF;
}
</style>