Shades of Pink Lace #EFC6D0
Tints of Pink Lace #EFC6D0
RGB
CMYK
RGB Variations
Color information
#EFC6D0 (or 0xEFC6D0) is known color: Pink Lace. HEX triplet: EF, C6 and D0. RGB value is (239,198,208). Sum of RGB (Red+Green+Blue) = 239+198+208=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6D0 is #10392F. Grayscale: #D3D3D3. Windows color (decimal): -1063216 or 13682415. OLE color: 13682415.
HSL color Cylindrical-coordinate representation of color #EFC6D0: hue angle of 345.37º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC6D0 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 208 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.06 |
| HSL | 345.37º | 0.56% | 0.86% | - |
| HSV(B) | 345.37º | 0.17% | 0.94% | - |
| XYZ | 67.18 | 63.29 | 68.35 | - |
| YUV | 211.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 208 | 0 | 0.17 | 0.13 | 0.06 | 345.37 | 0.56 | 0.86 |
| Hex | EF | C6 | D0 | 0 | 11 | D | 6 | 159 | 38 | 56 |
| Octal | 357 | 306 | 320 | 0 | 21 | 15 | 6 | 531 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11010000 | 0 | 10001 | 1101 | 110 | 101011001 | 111000 | 1010110 |
Color Harmonies of #EFC6D0
Complementary color
Monochromatic Colors of #EFC6D0
Black with #EFC6D0
Text Example
Text Example
White with #EFC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6D0; }
p { color: rgb(239,198,208); }
H1.HeaderClassName
{
color: #EFC6D0;
}
.AnyTagClassName
{
color: #EFC6D0;
}
</style>
background-color css
<style>
a { background-color: #EFC6D0; }
a { background-color: rgb(239,198,208); }
div.DivClassName
{
background-color: #EFC6D0;
}
.BgClassName
{
background-color: #EFC6D0;
}
</style>
border-color css
<style>
span { border-color: #EFC6D0; }
span { border-color: rgb(239,198,208); }
td.TdClassName
{
border-color: #EFC6D0;
}
.TagClassName
{
border-color: #EFC6D0;
}
</style>