Shades of Pink Lace #EFD2DA
Tints of Pink Lace #EFD2DA
RGB
CMYK
RGB Variations
Color information
#EFD2DA (or 0xEFD2DA) is known color: Pink Lace. HEX triplet: EF, D2 and DA. RGB value is (239,210,218). Sum of RGB (Red+Green+Blue) = 239+210+218=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2DA is #102D25. Grayscale: #DBDBDB. Windows color (decimal): -1060134 or 14340847. OLE color: 14340847.
HSL color Cylindrical-coordinate representation of color #EFD2DA: hue angle of 343.45º degrees, saturation: 0.48, 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 #EFD2DA is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 210 | 218 | - |
CMYK | 0 | 0.12 | 0.09 | 0.06 |
HSL | 343.45º | 0.48% | 0.88% | - |
HSV(B) | 343.45º | 0.12% | 0.94% | - |
XYZ | 71.3 | 69.51 | 75.99 | - |
YUV | 219.58 | 127.11 | 141.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 210 | 218 | 0 | 0.12 | 0.09 | 0.06 | 343.45 | 0.48 | 0.88 |
Hex | EF | D2 | DA | 0 | C | 9 | 6 | 157 | 30 | 58 |
Octal | 357 | 322 | 332 | 0 | 14 | 11 | 6 | 527 | 60 | 130 |
Binary | 11101111 | 11010010 | 11011010 | 0 | 1100 | 1001 | 110 | 101010111 | 110000 | 1011000 |
Color Harmonies of #EFD2DA
Complementary color
Monochromatic Colors of #EFD2DA
Black with #EFD2DA
Text Example
Text Example
White with #EFD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2DA; }
p { color: rgb(239,210,218); }
H1.HeaderClassName
{
color: #EFD2DA;
}
.AnyTagClassName
{
color: #EFD2DA;
}
</style>
background-color css
<style>
a { background-color: #EFD2DA; }
a { background-color: rgb(239,210,218); }
div.DivClassName
{
background-color: #EFD2DA;
}
.BgClassName
{
background-color: #EFD2DA;
}
</style>
border-color css
<style>
span { border-color: #EFD2DA; }
span { border-color: rgb(239,210,218); }
td.TdClassName
{
border-color: #EFD2DA;
}
.TagClassName
{
border-color: #EFD2DA;
}
</style>