Shades of Pink Lace #EFD4DD
Tints of Pink Lace #EFD4DD
RGB
CMYK
RGB Variations
Color information
#EFD4DD (or 0xEFD4DD) is known color: Pink Lace. HEX triplet: EF, D4 and DD. RGB value is (239,212,221). Sum of RGB (Red+Green+Blue) = 239+212+221=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4DD is #102B22. Grayscale: #DDDDDD. Windows color (decimal): -1059619 or 14537967. OLE color: 14537967.
HSL color Cylindrical-coordinate representation of color #EFD4DD: hue angle of 340º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD4DD is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 221 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.06 |
| HSL | 340º | 0.46% | 0.88% | - |
| HSV(B) | 340º | 0.11% | 0.94% | - |
| XYZ | 72.19 | 70.66 | 78.24 | - |
| YUV | 221.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 221 | 0 | 0.11 | 0.08 | 0.06 | 340 | 0.46 | 0.88 |
| Hex | EF | D4 | DD | 0 | B | 8 | 6 | 154 | 2E | 58 |
| Octal | 357 | 324 | 335 | 0 | 13 | 10 | 6 | 524 | 56 | 130 |
| Binary | 11101111 | 11010100 | 11011101 | 0 | 1011 | 1000 | 110 | 101010100 | 101110 | 1011000 |
Color Harmonies of #EFD4DD
Complementary color
Monochromatic Colors of #EFD4DD
Black with #EFD4DD
Text Example
Text Example
White with #EFD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4DD; }
p { color: rgb(239,212,221); }
H1.HeaderClassName
{
color: #EFD4DD;
}
.AnyTagClassName
{
color: #EFD4DD;
}
</style>
background-color css
<style>
a { background-color: #EFD4DD; }
a { background-color: rgb(239,212,221); }
div.DivClassName
{
background-color: #EFD4DD;
}
.BgClassName
{
background-color: #EFD4DD;
}
</style>
border-color css
<style>
span { border-color: #EFD4DD; }
span { border-color: rgb(239,212,221); }
td.TdClassName
{
border-color: #EFD4DD;
}
.TagClassName
{
border-color: #EFD4DD;
}
</style>