Shades of Pink Lace #EFD3DB
Tints of Pink Lace #EFD3DB
RGB
CMYK
RGB Variations
Color information
#EFD3DB (or 0xEFD3DB) is known color: Pink Lace. HEX triplet: EF, D3 and DB. RGB value is (239,211,219). Sum of RGB (Red+Green+Blue) = 239+211+219=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3DB is #102C24. Grayscale: #DCDCDC. Windows color (decimal): -1059877 or 14406639. OLE color: 14406639.
HSL color Cylindrical-coordinate representation of color #EFD3DB: hue angle of 342.86º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD3DB is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 219 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.06 |
| HSL | 342.86º | 0.47% | 0.88% | - |
| HSV(B) | 342.86º | 0.12% | 0.94% | - |
| XYZ | 71.68 | 70.05 | 76.76 | - |
| YUV | 220.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 219 | 0 | 0.12 | 0.08 | 0.06 | 342.86 | 0.47 | 0.88 |
| Hex | EF | D3 | DB | 0 | C | 8 | 6 | 157 | 2F | 58 |
| Octal | 357 | 323 | 333 | 0 | 14 | 10 | 6 | 527 | 57 | 130 |
| Binary | 11101111 | 11010011 | 11011011 | 0 | 1100 | 1000 | 110 | 101010111 | 101111 | 1011000 |
Color Harmonies of #EFD3DB
Complementary color
Monochromatic Colors of #EFD3DB
Black with #EFD3DB
Text Example
Text Example
White with #EFD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3DB; }
p { color: rgb(239,211,219); }
H1.HeaderClassName
{
color: #EFD3DB;
}
.AnyTagClassName
{
color: #EFD3DB;
}
</style>
background-color css
<style>
a { background-color: #EFD3DB; }
a { background-color: rgb(239,211,219); }
div.DivClassName
{
background-color: #EFD3DB;
}
.BgClassName
{
background-color: #EFD3DB;
}
</style>
border-color css
<style>
span { border-color: #EFD3DB; }
span { border-color: rgb(239,211,219); }
td.TdClassName
{
border-color: #EFD3DB;
}
.TagClassName
{
border-color: #EFD3DB;
}
</style>