Shades of Pink Lace #EDD0D9
Tints of Pink Lace #EDD0D9
RGB
CMYK
RGB Variations
Color information
#EDD0D9 (or 0xEDD0D9) is known color: Pink Lace. HEX triplet: ED, D0 and D9. RGB value is (237,208,217). Sum of RGB (Red+Green+Blue) = 237+208+217=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0D9 is #122F26. Grayscale: #D9D9D9. Windows color (decimal): -1191719 or 14274797. OLE color: 14274797.
HSL color Cylindrical-coordinate representation of color #EDD0D9: hue angle of 341.38º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD0D9 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 217 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.07 |
| HSL | 341.38º | 0.45% | 0.87% | - |
| HSV(B) | 341.38º | 0.12% | 0.93% | - |
| XYZ | 70.01 | 68.13 | 75.11 | - |
| YUV | 217.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 217 | 0 | 0.12 | 0.08 | 0.07 | 341.38 | 0.45 | 0.87 |
| Hex | ED | D0 | D9 | 0 | C | 8 | 7 | 155 | 2D | 57 |
| Octal | 355 | 320 | 331 | 0 | 14 | 10 | 7 | 525 | 55 | 127 |
| Binary | 11101101 | 11010000 | 11011001 | 0 | 1100 | 1000 | 111 | 101010101 | 101101 | 1010111 |
Color Harmonies of #EDD0D9
Complementary color
Monochromatic Colors of #EDD0D9
Black with #EDD0D9
Text Example
Text Example
White with #EDD0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0D9; }
p { color: rgb(237,208,217); }
H1.HeaderClassName
{
color: #EDD0D9;
}
.AnyTagClassName
{
color: #EDD0D9;
}
</style>
background-color css
<style>
a { background-color: #EDD0D9; }
a { background-color: rgb(237,208,217); }
div.DivClassName
{
background-color: #EDD0D9;
}
.BgClassName
{
background-color: #EDD0D9;
}
</style>
border-color css
<style>
span { border-color: #EDD0D9; }
span { border-color: rgb(237,208,217); }
td.TdClassName
{
border-color: #EDD0D9;
}
.TagClassName
{
border-color: #EDD0D9;
}
</style>