Shades of Pink Lace #EFC2D1
Tints of Pink Lace #EFC2D1
RGB
CMYK
RGB Variations
Color information
#EFC2D1 (or 0xEFC2D1) is known color: Pink Lace. HEX triplet: EF, C2 and D1. RGB value is (239,194,209). Sum of RGB (Red+Green+Blue) = 239+194+209=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 194 (76.17% from 255 or 30.22% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2D1 is #103D2E. Grayscale: #D1D1D1. Windows color (decimal): -1064239 or 13746927. OLE color: 13746927.
HSL color Cylindrical-coordinate representation of color #EFC2D1: hue angle of 340º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC2D1 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 194 | 209 | - |
CMYK | 0 | 0.19 | 0.13 | 0.06 |
HSL | 340º | 0.58% | 0.85% | - |
HSV(B) | 340º | 0.19% | 0.94% | - |
XYZ | 66.4 | 61.54 | 68.7 | - |
YUV | 209.17 | 127.91 | 149.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 194 | 209 | 0 | 0.19 | 0.13 | 0.06 | 340 | 0.58 | 0.85 |
Hex | EF | C2 | D1 | 0 | 13 | D | 6 | 154 | 3A | 55 |
Octal | 357 | 302 | 321 | 0 | 23 | 15 | 6 | 524 | 72 | 125 |
Binary | 11101111 | 11000010 | 11010001 | 0 | 10011 | 1101 | 110 | 101010100 | 111010 | 1010101 |
Color Harmonies of #EFC2D1
Complementary color
Monochromatic Colors of #EFC2D1
Black with #EFC2D1
Text Example
Text Example
White with #EFC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2D1; }
p { color: rgb(239,194,209); }
H1.HeaderClassName
{
color: #EFC2D1;
}
.AnyTagClassName
{
color: #EFC2D1;
}
</style>
background-color css
<style>
a { background-color: #EFC2D1; }
a { background-color: rgb(239,194,209); }
div.DivClassName
{
background-color: #EFC2D1;
}
.BgClassName
{
background-color: #EFC2D1;
}
</style>
border-color css
<style>
span { border-color: #EFC2D1; }
span { border-color: rgb(239,194,209); }
td.TdClassName
{
border-color: #EFC2D1;
}
.TagClassName
{
border-color: #EFC2D1;
}
</style>