Shades of Pink Lace #EFC4D2
Tints of Pink Lace #EFC4D2
RGB
CMYK
RGB Variations
Color information
#EFC4D2 (or 0xEFC4D2) is known color: Pink Lace. HEX triplet: EF, C4 and D2. RGB value is (239,196,210). Sum of RGB (Red+Green+Blue) = 239+196+210=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4D2 is #103B2D. Grayscale: #D2D2D2. Windows color (decimal): -1063726 or 13812975. OLE color: 13812975.
HSL color Cylindrical-coordinate representation of color #EFC4D2: hue angle of 340.47º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC4D2 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 210 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.06 |
| HSL | 340.47º | 0.57% | 0.85% | - |
| HSV(B) | 340.47º | 0.18% | 0.94% | - |
| XYZ | 66.97 | 62.48 | 69.5 | - |
| YUV | 210.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 210 | 0 | 0.18 | 0.12 | 0.06 | 340.47 | 0.57 | 0.85 |
| Hex | EF | C4 | D2 | 0 | 12 | C | 6 | 154 | 39 | 55 |
| Octal | 357 | 304 | 322 | 0 | 22 | 14 | 6 | 524 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11010010 | 0 | 10010 | 1100 | 110 | 101010100 | 111001 | 1010101 |
Color Harmonies of #EFC4D2
Complementary color
Monochromatic Colors of #EFC4D2
Black with #EFC4D2
Text Example
Text Example
White with #EFC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4D2; }
p { color: rgb(239,196,210); }
H1.HeaderClassName
{
color: #EFC4D2;
}
.AnyTagClassName
{
color: #EFC4D2;
}
</style>
background-color css
<style>
a { background-color: #EFC4D2; }
a { background-color: rgb(239,196,210); }
div.DivClassName
{
background-color: #EFC4D2;
}
.BgClassName
{
background-color: #EFC4D2;
}
</style>
border-color css
<style>
span { border-color: #EFC4D2; }
span { border-color: rgb(239,196,210); }
td.TdClassName
{
border-color: #EFC4D2;
}
.TagClassName
{
border-color: #EFC4D2;
}
</style>