Shades of Pink Lace #EDC8CF
Tints of Pink Lace #EDC8CF
RGB
CMYK
RGB Variations
Color information
#EDC8CF (or 0xEDC8CF) is known color: Pink Lace. HEX triplet: ED, C8 and CF. RGB value is (237,200,207). Sum of RGB (Red+Green+Blue) = 237+200+207=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8CF is #123730. Grayscale: #D3D3D3. Windows color (decimal): -1193777 or 13617389. OLE color: 13617389.
HSL color Cylindrical-coordinate representation of color #EDC8CF: hue angle of 348.65º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8CF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 207 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.07 |
| HSL | 348.65º | 0.51% | 0.86% | - |
| HSV(B) | 348.65º | 0.16% | 0.93% | - |
| XYZ | 66.84 | 63.82 | 67.83 | - |
| YUV | 211.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 207 | 0 | 0.16 | 0.13 | 0.07 | 348.65 | 0.51 | 0.86 |
| Hex | ED | C8 | CF | 0 | 10 | D | 7 | 15D | 33 | 56 |
| Octal | 355 | 310 | 317 | 0 | 20 | 15 | 7 | 535 | 63 | 126 |
| Binary | 11101101 | 11001000 | 11001111 | 0 | 10000 | 1101 | 111 | 101011101 | 110011 | 1010110 |
Color Harmonies of #EDC8CF
Complementary color
Monochromatic Colors of #EDC8CF
Black with #EDC8CF
Text Example
Text Example
White with #EDC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8CF; }
p { color: rgb(237,200,207); }
H1.HeaderClassName
{
color: #EDC8CF;
}
.AnyTagClassName
{
color: #EDC8CF;
}
</style>
background-color css
<style>
a { background-color: #EDC8CF; }
a { background-color: rgb(237,200,207); }
div.DivClassName
{
background-color: #EDC8CF;
}
.BgClassName
{
background-color: #EDC8CF;
}
</style>
border-color css
<style>
span { border-color: #EDC8CF; }
span { border-color: rgb(237,200,207); }
td.TdClassName
{
border-color: #EDC8CF;
}
.TagClassName
{
border-color: #EDC8CF;
}
</style>