Shades of Pink Lace #EBC8D0
Tints of Pink Lace #EBC8D0
RGB
CMYK
RGB Variations
Color information
#EBC8D0 (or 0xEBC8D0) is known color: Pink Lace. HEX triplet: EB, C8 and D0. RGB value is (235,200,208). Sum of RGB (Red+Green+Blue) = 235+200+208=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8D0 is #14372F. Grayscale: #D3D3D3. Windows color (decimal): -1324848 or 13682923. OLE color: 13682923.
HSL color Cylindrical-coordinate representation of color #EBC8D0: hue angle of 346.29º 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 #EBC8D0 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 208 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.08 |
| HSL | 346.29º | 0.47% | 0.85% | - |
| HSV(B) | 346.29º | 0.15% | 0.92% | - |
| XYZ | 66.3 | 63.52 | 68.44 | - |
| YUV | 211.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 208 | 0 | 0.15 | 0.11 | 0.08 | 346.29 | 0.47 | 0.85 |
| Hex | EB | C8 | D0 | 0 | F | B | 8 | 15A | 2F | 55 |
| Octal | 353 | 310 | 320 | 0 | 17 | 13 | 10 | 532 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11010000 | 0 | 1111 | 1011 | 1000 | 101011010 | 101111 | 1010101 |
Color Harmonies of #EBC8D0
Complementary color
Monochromatic Colors of #EBC8D0
Black with #EBC8D0
Text Example
Text Example
White with #EBC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8D0; }
p { color: rgb(235,200,208); }
H1.HeaderClassName
{
color: #EBC8D0;
}
.AnyTagClassName
{
color: #EBC8D0;
}
</style>
background-color css
<style>
a { background-color: #EBC8D0; }
a { background-color: rgb(235,200,208); }
div.DivClassName
{
background-color: #EBC8D0;
}
.BgClassName
{
background-color: #EBC8D0;
}
</style>
border-color css
<style>
span { border-color: #EBC8D0; }
span { border-color: rgb(235,200,208); }
td.TdClassName
{
border-color: #EBC8D0;
}
.TagClassName
{
border-color: #EBC8D0;
}
</style>