Shades of Pink Lace #EFC8D0
Tints of Pink Lace #EFC8D0
RGB
CMYK
RGB Variations
Color information
#EFC8D0 (or 0xEFC8D0) is known color: Pink Lace. HEX triplet: EF, C8 and D0. RGB value is (239,200,208). Sum of RGB (Red+Green+Blue) = 239+200+208=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8D0 is #10372F. Grayscale: #D4D4D4. Windows color (decimal): -1062704 or 13682927. OLE color: 13682927.
HSL color Cylindrical-coordinate representation of color #EFC8D0: hue angle of 347.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8D0 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 208 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.06 |
| HSL | 347.69º | 0.55% | 0.86% | - |
| HSV(B) | 347.69º | 0.16% | 0.94% | - |
| XYZ | 67.64 | 64.21 | 68.5 | - |
| YUV | 212.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 208 | 0 | 0.16 | 0.13 | 0.06 | 347.69 | 0.55 | 0.86 |
| Hex | EF | C8 | D0 | 0 | 10 | D | 6 | 15C | 37 | 56 |
| Octal | 357 | 310 | 320 | 0 | 20 | 15 | 6 | 534 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11010000 | 0 | 10000 | 1101 | 110 | 101011100 | 110111 | 1010110 |
Color Harmonies of #EFC8D0
Complementary color
Monochromatic Colors of #EFC8D0
Black with #EFC8D0
Text Example
Text Example
White with #EFC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8D0; }
p { color: rgb(239,200,208); }
H1.HeaderClassName
{
color: #EFC8D0;
}
.AnyTagClassName
{
color: #EFC8D0;
}
</style>
background-color css
<style>
a { background-color: #EFC8D0; }
a { background-color: rgb(239,200,208); }
div.DivClassName
{
background-color: #EFC8D0;
}
.BgClassName
{
background-color: #EFC8D0;
}
</style>
border-color css
<style>
span { border-color: #EFC8D0; }
span { border-color: rgb(239,200,208); }
td.TdClassName
{
border-color: #EFC8D0;
}
.TagClassName
{
border-color: #EFC8D0;
}
</style>