Shades of Pink Lace #EBC9D1
Tints of Pink Lace #EBC9D1
RGB
CMYK
RGB Variations
Color information
#EBC9D1 (or 0xEBC9D1) is known color: Pink Lace. HEX triplet: EB, C9 and D1. RGB value is (235,201,209). Sum of RGB (Red+Green+Blue) = 235+201+209=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9D1 is #14362E. Grayscale: #D4D4D4. Windows color (decimal): -1324591 or 13748715. OLE color: 13748715.
HSL color Cylindrical-coordinate representation of color #EBC9D1: hue angle of 345.88º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBC9D1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 209 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.08 |
| HSL | 345.88º | 0.46% | 0.85% | - |
| HSV(B) | 345.88º | 0.14% | 0.92% | - |
| XYZ | 66.66 | 64.04 | 69.17 | - |
| YUV | 212.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 209 | 0 | 0.14 | 0.11 | 0.08 | 345.88 | 0.46 | 0.85 |
| Hex | EB | C9 | D1 | 0 | E | B | 8 | 15A | 2E | 55 |
| Octal | 353 | 311 | 321 | 0 | 16 | 13 | 10 | 532 | 56 | 125 |
| Binary | 11101011 | 11001001 | 11010001 | 0 | 1110 | 1011 | 1000 | 101011010 | 101110 | 1010101 |
Color Harmonies of #EBC9D1
Complementary color
Monochromatic Colors of #EBC9D1
Black with #EBC9D1
Text Example
Text Example
White with #EBC9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9D1; }
p { color: rgb(235,201,209); }
H1.HeaderClassName
{
color: #EBC9D1;
}
.AnyTagClassName
{
color: #EBC9D1;
}
</style>
background-color css
<style>
a { background-color: #EBC9D1; }
a { background-color: rgb(235,201,209); }
div.DivClassName
{
background-color: #EBC9D1;
}
.BgClassName
{
background-color: #EBC9D1;
}
</style>
border-color css
<style>
span { border-color: #EBC9D1; }
span { border-color: rgb(235,201,209); }
td.TdClassName
{
border-color: #EBC9D1;
}
.TagClassName
{
border-color: #EBC9D1;
}
</style>