Shades of Pink Lace #EDC9CE
Tints of Pink Lace #EDC9CE
RGB
CMYK
RGB Variations
Color information
#EDC9CE (or 0xEDC9CE) is known color: Pink Lace. HEX triplet: ED, C9 and CE. RGB value is (237,201,206). Sum of RGB (Red+Green+Blue) = 237+201+206=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9CE is #123631. Grayscale: #D4D4D4. Windows color (decimal): -1193522 or 13552109. OLE color: 13552109.
HSL color Cylindrical-coordinate representation of color #EDC9CE: hue angle of 351.67º degrees, saturation: 0.5, 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 #EDC9CE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 206 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.07 |
| HSL | 351.67º | 0.5% | 0.86% | - |
| HSV(B) | 351.67º | 0.15% | 0.93% | - |
| XYZ | 66.95 | 64.23 | 67.26 | - |
| YUV | 212.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 206 | 0 | 0.15 | 0.13 | 0.07 | 351.67 | 0.5 | 0.86 |
| Hex | ED | C9 | CE | 0 | F | D | 7 | 160 | 32 | 56 |
| Octal | 355 | 311 | 316 | 0 | 17 | 15 | 7 | 540 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11001110 | 0 | 1111 | 1101 | 111 | 101100000 | 110010 | 1010110 |
Color Harmonies of #EDC9CE
Complementary color
Monochromatic Colors of #EDC9CE
Black with #EDC9CE
Text Example
Text Example
White with #EDC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9CE; }
p { color: rgb(237,201,206); }
H1.HeaderClassName
{
color: #EDC9CE;
}
.AnyTagClassName
{
color: #EDC9CE;
}
</style>
background-color css
<style>
a { background-color: #EDC9CE; }
a { background-color: rgb(237,201,206); }
div.DivClassName
{
background-color: #EDC9CE;
}
.BgClassName
{
background-color: #EDC9CE;
}
</style>
border-color css
<style>
span { border-color: #EDC9CE; }
span { border-color: rgb(237,201,206); }
td.TdClassName
{
border-color: #EDC9CE;
}
.TagClassName
{
border-color: #EDC9CE;
}
</style>