Shades of Pink Lace #EFC5D1
Tints of Pink Lace #EFC5D1
RGB
CMYK
RGB Variations
Color information
#EFC5D1 (or 0xEFC5D1) is known color: Pink Lace. HEX triplet: EF, C5 and D1. RGB value is (239,197,209). Sum of RGB (Red+Green+Blue) = 239+197+209=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D1 is #103A2E. Grayscale: #D2D2D2. Windows color (decimal): -1063471 or 13747695. OLE color: 13747695.
HSL color Cylindrical-coordinate representation of color #EFC5D1: hue angle of 342.86º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5D1 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 209 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.06 |
| HSL | 342.86º | 0.57% | 0.85% | - |
| HSV(B) | 342.86º | 0.18% | 0.94% | - |
| XYZ | 67.07 | 62.89 | 68.92 | - |
| YUV | 210.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 209 | 0 | 0.18 | 0.13 | 0.06 | 342.86 | 0.57 | 0.85 |
| Hex | EF | C5 | D1 | 0 | 12 | D | 6 | 157 | 39 | 55 |
| Octal | 357 | 305 | 321 | 0 | 22 | 15 | 6 | 527 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11010001 | 0 | 10010 | 1101 | 110 | 101010111 | 111001 | 1010101 |
Color Harmonies of #EFC5D1
Complementary color
Monochromatic Colors of #EFC5D1
Black with #EFC5D1
Text Example
Text Example
White with #EFC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5D1; }
p { color: rgb(239,197,209); }
H1.HeaderClassName
{
color: #EFC5D1;
}
.AnyTagClassName
{
color: #EFC5D1;
}
</style>
background-color css
<style>
a { background-color: #EFC5D1; }
a { background-color: rgb(239,197,209); }
div.DivClassName
{
background-color: #EFC5D1;
}
.BgClassName
{
background-color: #EFC5D1;
}
</style>
border-color css
<style>
span { border-color: #EFC5D1; }
span { border-color: rgb(239,197,209); }
td.TdClassName
{
border-color: #EFC5D1;
}
.TagClassName
{
border-color: #EFC5D1;
}
</style>