Shades of Pink Lace #EDC6CF
Tints of Pink Lace #EDC6CF
RGB
CMYK
RGB Variations
Color information
#EDC6CF (or 0xEDC6CF) is known color: Pink Lace. HEX triplet: ED, C6 and CF. RGB value is (237,198,207). Sum of RGB (Red+Green+Blue) = 237+198+207=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6CF is #123930. Grayscale: #D2D2D2. Windows color (decimal): -1194289 or 13616877. OLE color: 13616877.
HSL color Cylindrical-coordinate representation of color #EDC6CF: hue angle of 346.15º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC6CF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 207 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.07 |
| HSL | 346.15º | 0.52% | 0.85% | - |
| HSV(B) | 346.15º | 0.16% | 0.93% | - |
| XYZ | 66.38 | 62.9 | 67.67 | - |
| YUV | 210.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 207 | 0 | 0.16 | 0.13 | 0.07 | 346.15 | 0.52 | 0.85 |
| Hex | ED | C6 | CF | 0 | 10 | D | 7 | 15A | 34 | 55 |
| Octal | 355 | 306 | 317 | 0 | 20 | 15 | 7 | 532 | 64 | 125 |
| Binary | 11101101 | 11000110 | 11001111 | 0 | 10000 | 1101 | 111 | 101011010 | 110100 | 1010101 |
Color Harmonies of #EDC6CF
Complementary color
Monochromatic Colors of #EDC6CF
Black with #EDC6CF
Text Example
Text Example
White with #EDC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6CF; }
p { color: rgb(237,198,207); }
H1.HeaderClassName
{
color: #EDC6CF;
}
.AnyTagClassName
{
color: #EDC6CF;
}
</style>
background-color css
<style>
a { background-color: #EDC6CF; }
a { background-color: rgb(237,198,207); }
div.DivClassName
{
background-color: #EDC6CF;
}
.BgClassName
{
background-color: #EDC6CF;
}
</style>
border-color css
<style>
span { border-color: #EDC6CF; }
span { border-color: rgb(237,198,207); }
td.TdClassName
{
border-color: #EDC6CF;
}
.TagClassName
{
border-color: #EDC6CF;
}
</style>