Shades of Pink Lace #EBC8D1
Tints of Pink Lace #EBC8D1
RGB
CMYK
RGB Variations
Color information
#EBC8D1 (or 0xEBC8D1) is known color: Pink Lace. HEX triplet: EB, C8 and D1. RGB value is (235,200,209). Sum of RGB (Red+Green+Blue) = 235+200+209=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8D1 is #14372E. Grayscale: #D3D3D3. Windows color (decimal): -1324847 or 13748459. OLE color: 13748459.
HSL color Cylindrical-coordinate representation of color #EBC8D1: hue angle of 344.57º 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 #EBC8D1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 209 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.08 |
| HSL | 344.57º | 0.47% | 0.85% | - |
| HSV(B) | 344.57º | 0.15% | 0.92% | - |
| XYZ | 66.42 | 63.57 | 69.09 | - |
| YUV | 211.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 209 | 0 | 0.15 | 0.11 | 0.08 | 344.57 | 0.47 | 0.85 |
| Hex | EB | C8 | D1 | 0 | F | B | 8 | 159 | 2F | 55 |
| Octal | 353 | 310 | 321 | 0 | 17 | 13 | 10 | 531 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11010001 | 0 | 1111 | 1011 | 1000 | 101011001 | 101111 | 1010101 |
Color Harmonies of #EBC8D1
Complementary color
Monochromatic Colors of #EBC8D1
Black with #EBC8D1
Text Example
Text Example
White with #EBC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8D1; }
p { color: rgb(235,200,209); }
H1.HeaderClassName
{
color: #EBC8D1;
}
.AnyTagClassName
{
color: #EBC8D1;
}
</style>
background-color css
<style>
a { background-color: #EBC8D1; }
a { background-color: rgb(235,200,209); }
div.DivClassName
{
background-color: #EBC8D1;
}
.BgClassName
{
background-color: #EBC8D1;
}
</style>
border-color css
<style>
span { border-color: #EBC8D1; }
span { border-color: rgb(235,200,209); }
td.TdClassName
{
border-color: #EBC8D1;
}
.TagClassName
{
border-color: #EBC8D1;
}
</style>