Shades of Pink Lace #EFD1DA
Tints of Pink Lace #EFD1DA
RGB
CMYK
RGB Variations
Color information
#EFD1DA (or 0xEFD1DA) is known color: Pink Lace. HEX triplet: EF, D1 and DA. RGB value is (239,209,218). Sum of RGB (Red+Green+Blue) = 239+209+218=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1DA is #102E25. Grayscale: #DADADA. Windows color (decimal): -1060390 or 14340591. OLE color: 14340591.
HSL color Cylindrical-coordinate representation of color #EFD1DA: hue angle of 342º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD1DA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 218 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.06 |
| HSL | 342º | 0.48% | 0.88% | - |
| HSV(B) | 342º | 0.13% | 0.94% | - |
| XYZ | 71.05 | 69.01 | 75.91 | - |
| YUV | 219 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 218 | 0 | 0.13 | 0.09 | 0.06 | 342 | 0.48 | 0.88 |
| Hex | EF | D1 | DA | 0 | D | 9 | 6 | 156 | 30 | 58 |
| Octal | 357 | 321 | 332 | 0 | 15 | 11 | 6 | 526 | 60 | 130 |
| Binary | 11101111 | 11010001 | 11011010 | 0 | 1101 | 1001 | 110 | 101010110 | 110000 | 1011000 |
Color Harmonies of #EFD1DA
Complementary color
Monochromatic Colors of #EFD1DA
Black with #EFD1DA
Text Example
Text Example
White with #EFD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1DA; }
p { color: rgb(239,209,218); }
H1.HeaderClassName
{
color: #EFD1DA;
}
.AnyTagClassName
{
color: #EFD1DA;
}
</style>
background-color css
<style>
a { background-color: #EFD1DA; }
a { background-color: rgb(239,209,218); }
div.DivClassName
{
background-color: #EFD1DA;
}
.BgClassName
{
background-color: #EFD1DA;
}
</style>
border-color css
<style>
span { border-color: #EFD1DA; }
span { border-color: rgb(239,209,218); }
td.TdClassName
{
border-color: #EFD1DA;
}
.TagClassName
{
border-color: #EFD1DA;
}
</style>