Shades of Pink Lace #EDC6D0
Tints of Pink Lace #EDC6D0
RGB
CMYK
RGB Variations
Color information
#EDC6D0 (or 0xEDC6D0) is known color: Pink Lace. HEX triplet: ED, C6 and D0. RGB value is (237,198,208). Sum of RGB (Red+Green+Blue) = 237+198+208=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6D0 is #12392F. Grayscale: #D2D2D2. Windows color (decimal): -1194288 or 13682413. OLE color: 13682413.
HSL color Cylindrical-coordinate representation of color #EDC6D0: hue angle of 344.62º 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 #EDC6D0 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 208 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.07 |
| HSL | 344.62º | 0.52% | 0.85% | - |
| HSV(B) | 344.62º | 0.16% | 0.93% | - |
| XYZ | 66.5 | 62.95 | 68.32 | - |
| YUV | 210.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 208 | 0 | 0.16 | 0.12 | 0.07 | 344.62 | 0.52 | 0.85 |
| Hex | ED | C6 | D0 | 0 | 10 | C | 7 | 159 | 34 | 55 |
| Octal | 355 | 306 | 320 | 0 | 20 | 14 | 7 | 531 | 64 | 125 |
| Binary | 11101101 | 11000110 | 11010000 | 0 | 10000 | 1100 | 111 | 101011001 | 110100 | 1010101 |
Color Harmonies of #EDC6D0
Complementary color
Monochromatic Colors of #EDC6D0
Black with #EDC6D0
Text Example
Text Example
White with #EDC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6D0; }
p { color: rgb(237,198,208); }
H1.HeaderClassName
{
color: #EDC6D0;
}
.AnyTagClassName
{
color: #EDC6D0;
}
</style>
background-color css
<style>
a { background-color: #EDC6D0; }
a { background-color: rgb(237,198,208); }
div.DivClassName
{
background-color: #EDC6D0;
}
.BgClassName
{
background-color: #EDC6D0;
}
</style>
border-color css
<style>
span { border-color: #EDC6D0; }
span { border-color: rgb(237,198,208); }
td.TdClassName
{
border-color: #EDC6D0;
}
.TagClassName
{
border-color: #EDC6D0;
}
</style>