Shades of Pink Lace #EBC9D3
Tints of Pink Lace #EBC9D3
RGB
CMYK
RGB Variations
Color information
#EBC9D3 (or 0xEBC9D3) is known color: Pink Lace. HEX triplet: EB, C9 and D3. RGB value is (235,201,211). Sum of RGB (Red+Green+Blue) = 235+201+211=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9D3 is #14362C. Grayscale: #D4D4D4. Windows color (decimal): -1324589 or 13879787. OLE color: 13879787.
HSL color Cylindrical-coordinate representation of color #EBC9D3: hue angle of 342.35º 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 #EBC9D3 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 211 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.08 |
| HSL | 342.35º | 0.46% | 0.85% | - |
| HSV(B) | 342.35º | 0.14% | 0.92% | - |
| XYZ | 66.91 | 64.14 | 70.48 | - |
| YUV | 212.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 211 | 0 | 0.14 | 0.10 | 0.08 | 342.35 | 0.46 | 0.85 |
| Hex | EB | C9 | D3 | 0 | E | A | 8 | 156 | 2E | 55 |
| Octal | 353 | 311 | 323 | 0 | 16 | 12 | 10 | 526 | 56 | 125 |
| Binary | 11101011 | 11001001 | 11010011 | 0 | 1110 | 1010 | 1000 | 101010110 | 101110 | 1010101 |
Color Harmonies of #EBC9D3
Complementary color
Monochromatic Colors of #EBC9D3
Black with #EBC9D3
Text Example
Text Example
White with #EBC9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9D3; }
p { color: rgb(235,201,211); }
H1.HeaderClassName
{
color: #EBC9D3;
}
.AnyTagClassName
{
color: #EBC9D3;
}
</style>
background-color css
<style>
a { background-color: #EBC9D3; }
a { background-color: rgb(235,201,211); }
div.DivClassName
{
background-color: #EBC9D3;
}
.BgClassName
{
background-color: #EBC9D3;
}
</style>
border-color css
<style>
span { border-color: #EBC9D3; }
span { border-color: rgb(235,201,211); }
td.TdClassName
{
border-color: #EBC9D3;
}
.TagClassName
{
border-color: #EBC9D3;
}
</style>