Shades of Pink Lace #EDC6CD
Tints of Pink Lace #EDC6CD
RGB
CMYK
RGB Variations
Color information
#EDC6CD (or 0xEDC6CD) is known color: Pink Lace. HEX triplet: ED, C6 and CD. RGB value is (237,198,205). Sum of RGB (Red+Green+Blue) = 237+198+205=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6CD is #123932. Grayscale: #D2D2D2. Windows color (decimal): -1194291 or 13485805. OLE color: 13485805.
HSL color Cylindrical-coordinate representation of color #EDC6CD: hue angle of 349.23º 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 #EDC6CD is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 205 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.07 |
| HSL | 349.23º | 0.52% | 0.85% | - |
| HSV(B) | 349.23º | 0.16% | 0.93% | - |
| XYZ | 66.14 | 62.8 | 66.39 | - |
| YUV | 210.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 205 | 0 | 0.16 | 0.14 | 0.07 | 349.23 | 0.52 | 0.85 |
| Hex | ED | C6 | CD | 0 | 10 | E | 7 | 15D | 34 | 55 |
| Octal | 355 | 306 | 315 | 0 | 20 | 16 | 7 | 535 | 64 | 125 |
| Binary | 11101101 | 11000110 | 11001101 | 0 | 10000 | 1110 | 111 | 101011101 | 110100 | 1010101 |
Color Harmonies of #EDC6CD
Complementary color
Monochromatic Colors of #EDC6CD
Black with #EDC6CD
Text Example
Text Example
White with #EDC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6CD; }
p { color: rgb(237,198,205); }
H1.HeaderClassName
{
color: #EDC6CD;
}
.AnyTagClassName
{
color: #EDC6CD;
}
</style>
background-color css
<style>
a { background-color: #EDC6CD; }
a { background-color: rgb(237,198,205); }
div.DivClassName
{
background-color: #EDC6CD;
}
.BgClassName
{
background-color: #EDC6CD;
}
</style>
border-color css
<style>
span { border-color: #EDC6CD; }
span { border-color: rgb(237,198,205); }
td.TdClassName
{
border-color: #EDC6CD;
}
.TagClassName
{
border-color: #EDC6CD;
}
</style>