Shades of Pink Lace #EFC6D1
Tints of Pink Lace #EFC6D1
RGB
CMYK
RGB Variations
Color information
#EFC6D1 (or 0xEFC6D1) is known color: Pink Lace. HEX triplet: EF, C6 and D1. RGB value is (239,198,209). Sum of RGB (Red+Green+Blue) = 239+198+209=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6D1 is #10392E. Grayscale: #D3D3D3. Windows color (decimal): -1063215 or 13747951. OLE color: 13747951.
HSL color Cylindrical-coordinate representation of color #EFC6D1: hue angle of 343.9º 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 #EFC6D1 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 209 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.06 |
| HSL | 343.9º | 0.56% | 0.86% | - |
| HSV(B) | 343.9º | 0.17% | 0.94% | - |
| XYZ | 67.3 | 63.34 | 69 | - |
| YUV | 211.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 209 | 0 | 0.17 | 0.13 | 0.06 | 343.9 | 0.56 | 0.86 |
| Hex | EF | C6 | D1 | 0 | 11 | D | 6 | 158 | 38 | 56 |
| Octal | 357 | 306 | 321 | 0 | 21 | 15 | 6 | 530 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11010001 | 0 | 10001 | 1101 | 110 | 101011000 | 111000 | 1010110 |
Color Harmonies of #EFC6D1
Complementary color
Monochromatic Colors of #EFC6D1
Black with #EFC6D1
Text Example
Text Example
White with #EFC6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6D1; }
p { color: rgb(239,198,209); }
H1.HeaderClassName
{
color: #EFC6D1;
}
.AnyTagClassName
{
color: #EFC6D1;
}
</style>
background-color css
<style>
a { background-color: #EFC6D1; }
a { background-color: rgb(239,198,209); }
div.DivClassName
{
background-color: #EFC6D1;
}
.BgClassName
{
background-color: #EFC6D1;
}
</style>
border-color css
<style>
span { border-color: #EFC6D1; }
span { border-color: rgb(239,198,209); }
td.TdClassName
{
border-color: #EFC6D1;
}
.TagClassName
{
border-color: #EFC6D1;
}
</style>