Shades of Pink Lace #EDCACF
Tints of Pink Lace #EDCACF
RGB
CMYK
RGB Variations
Color information
#EDCACF (or 0xEDCACF) is known color: Pink Lace. HEX triplet: ED, CA and CF. RGB value is (237,202,207). Sum of RGB (Red+Green+Blue) = 237+202+207=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCACF is #123530. Grayscale: #D5D5D5. Windows color (decimal): -1193265 or 13617901. OLE color: 13617901.
HSL color Cylindrical-coordinate representation of color #EDCACF: hue angle of 351.43º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCACF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 207 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.07 |
| HSL | 351.43º | 0.49% | 0.86% | - |
| HSV(B) | 351.43º | 0.15% | 0.93% | - |
| XYZ | 67.31 | 64.75 | 67.98 | - |
| YUV | 213.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 207 | 0 | 0.15 | 0.13 | 0.07 | 351.43 | 0.49 | 0.86 |
| Hex | ED | CA | CF | 0 | F | D | 7 | 15F | 31 | 56 |
| Octal | 355 | 312 | 317 | 0 | 17 | 15 | 7 | 537 | 61 | 126 |
| Binary | 11101101 | 11001010 | 11001111 | 0 | 1111 | 1101 | 111 | 101011111 | 110001 | 1010110 |
Color Harmonies of #EDCACF
Complementary color
Monochromatic Colors of #EDCACF
Black with #EDCACF
Text Example
Text Example
White with #EDCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCACF; }
p { color: rgb(237,202,207); }
H1.HeaderClassName
{
color: #EDCACF;
}
.AnyTagClassName
{
color: #EDCACF;
}
</style>
background-color css
<style>
a { background-color: #EDCACF; }
a { background-color: rgb(237,202,207); }
div.DivClassName
{
background-color: #EDCACF;
}
.BgClassName
{
background-color: #EDCACF;
}
</style>
border-color css
<style>
span { border-color: #EDCACF; }
span { border-color: rgb(237,202,207); }
td.TdClassName
{
border-color: #EDCACF;
}
.TagClassName
{
border-color: #EDCACF;
}
</style>