Shades of Pink Lace #EBC8CD
Tints of Pink Lace #EBC8CD
RGB
CMYK
RGB Variations
Color information
#EBC8CD (or 0xEBC8CD) is known color: Pink Lace. HEX triplet: EB, C8 and CD. RGB value is (235,200,205). Sum of RGB (Red+Green+Blue) = 235+200+205=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8CD is #143732. Grayscale: #D3D3D3. Windows color (decimal): -1324851 or 13486315. OLE color: 13486315.
HSL color Cylindrical-coordinate representation of color #EBC8CD: hue angle of 351.43º 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 #EBC8CD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 205 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.08 |
| HSL | 351.43º | 0.47% | 0.85% | - |
| HSV(B) | 351.43º | 0.15% | 0.92% | - |
| XYZ | 65.93 | 63.38 | 66.52 | - |
| YUV | 211.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 205 | 0 | 0.15 | 0.13 | 0.08 | 351.43 | 0.47 | 0.85 |
| Hex | EB | C8 | CD | 0 | F | D | 8 | 15F | 2F | 55 |
| Octal | 353 | 310 | 315 | 0 | 17 | 15 | 10 | 537 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11001101 | 0 | 1111 | 1101 | 1000 | 101011111 | 101111 | 1010101 |
Color Harmonies of #EBC8CD
Complementary color
Monochromatic Colors of #EBC8CD
Black with #EBC8CD
Text Example
Text Example
White with #EBC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8CD; }
p { color: rgb(235,200,205); }
H1.HeaderClassName
{
color: #EBC8CD;
}
.AnyTagClassName
{
color: #EBC8CD;
}
</style>
background-color css
<style>
a { background-color: #EBC8CD; }
a { background-color: rgb(235,200,205); }
div.DivClassName
{
background-color: #EBC8CD;
}
.BgClassName
{
background-color: #EBC8CD;
}
</style>
border-color css
<style>
span { border-color: #EBC8CD; }
span { border-color: rgb(235,200,205); }
td.TdClassName
{
border-color: #EBC8CD;
}
.TagClassName
{
border-color: #EBC8CD;
}
</style>