Shades of Pink Lace #EFCFD8
Tints of Pink Lace #EFCFD8
RGB
CMYK
RGB Variations
Color information
#EFCFD8 (or 0xEFCFD8) is known color: Pink Lace. HEX triplet: EF, CF and D8. RGB value is (239,207,216). Sum of RGB (Red+Green+Blue) = 239+207+216=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD8 is #103027. Grayscale: #D9D9D9. Windows color (decimal): -1060904 or 14209007. OLE color: 14209007.
HSL color Cylindrical-coordinate representation of color #EFCFD8: hue angle of 343.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFCFD8 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 216 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.06 |
| HSL | 343.13º | 0.5% | 0.87% | - |
| HSV(B) | 343.13º | 0.13% | 0.94% | - |
| XYZ | 70.3 | 67.93 | 74.37 | - |
| YUV | 217.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 216 | 0 | 0.13 | 0.10 | 0.06 | 343.13 | 0.5 | 0.87 |
| Hex | EF | CF | D8 | 0 | D | A | 6 | 157 | 32 | 57 |
| Octal | 357 | 317 | 330 | 0 | 15 | 12 | 6 | 527 | 62 | 127 |
| Binary | 11101111 | 11001111 | 11011000 | 0 | 1101 | 1010 | 110 | 101010111 | 110010 | 1010111 |
Color Harmonies of #EFCFD8
Complementary color
Monochromatic Colors of #EFCFD8
Black with #EFCFD8
Text Example
Text Example
White with #EFCFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFD8; }
p { color: rgb(239,207,216); }
H1.HeaderClassName
{
color: #EFCFD8;
}
.AnyTagClassName
{
color: #EFCFD8;
}
</style>
background-color css
<style>
a { background-color: #EFCFD8; }
a { background-color: rgb(239,207,216); }
div.DivClassName
{
background-color: #EFCFD8;
}
.BgClassName
{
background-color: #EFCFD8;
}
</style>
border-color css
<style>
span { border-color: #EFCFD8; }
span { border-color: rgb(239,207,216); }
td.TdClassName
{
border-color: #EFCFD8;
}
.TagClassName
{
border-color: #EFCFD8;
}
</style>