Shades of Pink Lace #EDC4CF
Tints of Pink Lace #EDC4CF
RGB
CMYK
RGB Variations
Color information
#EDC4CF (or 0xEDC4CF) is known color: Pink Lace. HEX triplet: ED, C4 and CF. RGB value is (237,196,207). Sum of RGB (Red+Green+Blue) = 237+196+207=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4CF is #123B30. Grayscale: #D1D1D1. Windows color (decimal): -1194801 or 13616365. OLE color: 13616365.
HSL color Cylindrical-coordinate representation of color #EDC4CF: hue angle of 343.9º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC4CF is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 207 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.07 |
| HSL | 343.9º | 0.53% | 0.85% | - |
| HSV(B) | 343.9º | 0.17% | 0.93% | - |
| XYZ | 65.93 | 61.99 | 67.52 | - |
| YUV | 209.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 207 | 0 | 0.17 | 0.13 | 0.07 | 343.9 | 0.53 | 0.85 |
| Hex | ED | C4 | CF | 0 | 11 | D | 7 | 158 | 35 | 55 |
| Octal | 355 | 304 | 317 | 0 | 21 | 15 | 7 | 530 | 65 | 125 |
| Binary | 11101101 | 11000100 | 11001111 | 0 | 10001 | 1101 | 111 | 101011000 | 110101 | 1010101 |
Color Harmonies of #EDC4CF
Complementary color
Monochromatic Colors of #EDC4CF
Black with #EDC4CF
Text Example
Text Example
White with #EDC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4CF; }
p { color: rgb(237,196,207); }
H1.HeaderClassName
{
color: #EDC4CF;
}
.AnyTagClassName
{
color: #EDC4CF;
}
</style>
background-color css
<style>
a { background-color: #EDC4CF; }
a { background-color: rgb(237,196,207); }
div.DivClassName
{
background-color: #EDC4CF;
}
.BgClassName
{
background-color: #EDC4CF;
}
</style>
border-color css
<style>
span { border-color: #EDC4CF; }
span { border-color: rgb(237,196,207); }
td.TdClassName
{
border-color: #EDC4CF;
}
.TagClassName
{
border-color: #EDC4CF;
}
</style>