Shades of Pink Lace #EFCFDA
Tints of Pink Lace #EFCFDA
RGB
CMYK
RGB Variations
Color information
#EFCFDA (or 0xEFCFDA) is known color: Pink Lace. HEX triplet: EF, CF and DA. RGB value is (239,207,218). Sum of RGB (Red+Green+Blue) = 239+207+218=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFDA is #103025. Grayscale: #D9D9D9. Windows color (decimal): -1060902 or 14340079. OLE color: 14340079.
HSL color Cylindrical-coordinate representation of color #EFCFDA: hue angle of 339.38º 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 #EFCFDA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 218 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.06 |
| HSL | 339.38º | 0.5% | 0.87% | - |
| HSV(B) | 339.38º | 0.13% | 0.94% | - |
| XYZ | 70.56 | 68.04 | 75.74 | - |
| YUV | 217.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 218 | 0 | 0.13 | 0.09 | 0.06 | 339.38 | 0.5 | 0.87 |
| Hex | EF | CF | DA | 0 | D | 9 | 6 | 153 | 32 | 57 |
| Octal | 357 | 317 | 332 | 0 | 15 | 11 | 6 | 523 | 62 | 127 |
| Binary | 11101111 | 11001111 | 11011010 | 0 | 1101 | 1001 | 110 | 101010011 | 110010 | 1010111 |
Color Harmonies of #EFCFDA
Complementary color
Monochromatic Colors of #EFCFDA
Black with #EFCFDA
Text Example
Text Example
White with #EFCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFDA; }
p { color: rgb(239,207,218); }
H1.HeaderClassName
{
color: #EFCFDA;
}
.AnyTagClassName
{
color: #EFCFDA;
}
</style>
background-color css
<style>
a { background-color: #EFCFDA; }
a { background-color: rgb(239,207,218); }
div.DivClassName
{
background-color: #EFCFDA;
}
.BgClassName
{
background-color: #EFCFDA;
}
</style>
border-color css
<style>
span { border-color: #EFCFDA; }
span { border-color: rgb(239,207,218); }
td.TdClassName
{
border-color: #EFCFDA;
}
.TagClassName
{
border-color: #EFCFDA;
}
</style>