Shades of Pink Lace #EFCED6
Tints of Pink Lace #EFCED6
RGB
CMYK
RGB Variations
Color information
#EFCED6 (or 0xEFCED6) is known color: Pink Lace. HEX triplet: EF, CE and D6. RGB value is (239,206,214). Sum of RGB (Red+Green+Blue) = 239+206+214=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED6 is #103129. Grayscale: #D8D8D8. Windows color (decimal): -1061162 or 14077679. OLE color: 14077679.
HSL color Cylindrical-coordinate representation of color #EFCED6: hue angle of 345.45º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCED6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 214 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.06 |
| HSL | 345.45º | 0.51% | 0.87% | - |
| HSV(B) | 345.45º | 0.14% | 0.94% | - |
| XYZ | 69.81 | 67.35 | 72.94 | - |
| YUV | 216.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 214 | 0 | 0.14 | 0.10 | 0.06 | 345.45 | 0.51 | 0.87 |
| Hex | EF | CE | D6 | 0 | E | A | 6 | 159 | 33 | 57 |
| Octal | 357 | 316 | 326 | 0 | 16 | 12 | 6 | 531 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11010110 | 0 | 1110 | 1010 | 110 | 101011001 | 110011 | 1010111 |
Color Harmonies of #EFCED6
Complementary color
Monochromatic Colors of #EFCED6
Black with #EFCED6
Text Example
Text Example
White with #EFCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCED6; }
p { color: rgb(239,206,214); }
H1.HeaderClassName
{
color: #EFCED6;
}
.AnyTagClassName
{
color: #EFCED6;
}
</style>
background-color css
<style>
a { background-color: #EFCED6; }
a { background-color: rgb(239,206,214); }
div.DivClassName
{
background-color: #EFCED6;
}
.BgClassName
{
background-color: #EFCED6;
}
</style>
border-color css
<style>
span { border-color: #EFCED6; }
span { border-color: rgb(239,206,214); }
td.TdClassName
{
border-color: #EFCED6;
}
.TagClassName
{
border-color: #EFCED6;
}
</style>