Shades of Pink Lace #EFC5CD
Tints of Pink Lace #EFC5CD
RGB
CMYK
RGB Variations
Color information
#EFC5CD (or 0xEFC5CD) is known color: Pink Lace. HEX triplet: EF, C5 and CD. RGB value is (239,197,205). Sum of RGB (Red+Green+Blue) = 239+197+205=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5CD is #103A32. Grayscale: #D2D2D2. Windows color (decimal): -1063475 or 13485551. OLE color: 13485551.
HSL color Cylindrical-coordinate representation of color #EFC5CD: hue angle of 348.57º 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 #EFC5CD is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 205 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.06 |
| HSL | 348.57º | 0.57% | 0.85% | - |
| HSV(B) | 348.57º | 0.18% | 0.94% | - |
| XYZ | 66.58 | 62.69 | 66.35 | - |
| YUV | 210.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 205 | 0 | 0.18 | 0.14 | 0.06 | 348.57 | 0.57 | 0.85 |
| Hex | EF | C5 | CD | 0 | 12 | E | 6 | 15D | 39 | 55 |
| Octal | 357 | 305 | 315 | 0 | 22 | 16 | 6 | 535 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11001101 | 0 | 10010 | 1110 | 110 | 101011101 | 111001 | 1010101 |
Color Harmonies of #EFC5CD
Complementary color
Monochromatic Colors of #EFC5CD
Black with #EFC5CD
Text Example
Text Example
White with #EFC5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5CD; }
p { color: rgb(239,197,205); }
H1.HeaderClassName
{
color: #EFC5CD;
}
.AnyTagClassName
{
color: #EFC5CD;
}
</style>
background-color css
<style>
a { background-color: #EFC5CD; }
a { background-color: rgb(239,197,205); }
div.DivClassName
{
background-color: #EFC5CD;
}
.BgClassName
{
background-color: #EFC5CD;
}
</style>
border-color css
<style>
span { border-color: #EFC5CD; }
span { border-color: rgb(239,197,205); }
td.TdClassName
{
border-color: #EFC5CD;
}
.TagClassName
{
border-color: #EFC5CD;
}
</style>