Shades of Pink Lace #EBC6CF
Tints of Pink Lace #EBC6CF
RGB
CMYK
RGB Variations
Color information
#EBC6CF (or 0xEBC6CF) is known color: Pink Lace. HEX triplet: EB, C6 and CF. RGB value is (235,198,207). Sum of RGB (Red+Green+Blue) = 235+198+207=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6CF is #143930. Grayscale: #D2D2D2. Windows color (decimal): -1325361 or 13616875. OLE color: 13616875.
HSL color Cylindrical-coordinate representation of color #EBC6CF: hue angle of 345.41º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC6CF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 207 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.08 |
| HSL | 345.41º | 0.48% | 0.85% | - |
| HSV(B) | 345.41º | 0.16% | 0.92% | - |
| XYZ | 65.72 | 62.56 | 67.64 | - |
| YUV | 210.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 207 | 0 | 0.16 | 0.12 | 0.08 | 345.41 | 0.48 | 0.85 |
| Hex | EB | C6 | CF | 0 | 10 | C | 8 | 159 | 30 | 55 |
| Octal | 353 | 306 | 317 | 0 | 20 | 14 | 10 | 531 | 60 | 125 |
| Binary | 11101011 | 11000110 | 11001111 | 0 | 10000 | 1100 | 1000 | 101011001 | 110000 | 1010101 |
Color Harmonies of #EBC6CF
Complementary color
Monochromatic Colors of #EBC6CF
Black with #EBC6CF
Text Example
Text Example
White with #EBC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6CF; }
p { color: rgb(235,198,207); }
H1.HeaderClassName
{
color: #EBC6CF;
}
.AnyTagClassName
{
color: #EBC6CF;
}
</style>
background-color css
<style>
a { background-color: #EBC6CF; }
a { background-color: rgb(235,198,207); }
div.DivClassName
{
background-color: #EBC6CF;
}
.BgClassName
{
background-color: #EBC6CF;
}
</style>
border-color css
<style>
span { border-color: #EBC6CF; }
span { border-color: rgb(235,198,207); }
td.TdClassName
{
border-color: #EBC6CF;
}
.TagClassName
{
border-color: #EBC6CF;
}
</style>