Shades of Pink Lace #EDCDD7
Tints of Pink Lace #EDCDD7
RGB
CMYK
RGB Variations
Color information
#EDCDD7 (or 0xEDCDD7) is known color: Pink Lace. HEX triplet: ED, CD and D7. RGB value is (237,205,215). Sum of RGB (Red+Green+Blue) = 237+205+215=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDD7 is #123228. Grayscale: #D7D7D7. Windows color (decimal): -1192489 or 14142957. OLE color: 14142957.
HSL color Cylindrical-coordinate representation of color #EDCDD7: hue angle of 341.25º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCDD7 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 215 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.07 |
| HSL | 341.25º | 0.47% | 0.87% | - |
| HSV(B) | 341.25º | 0.14% | 0.93% | - |
| XYZ | 69.02 | 66.57 | 73.5 | - |
| YUV | 215.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 215 | 0 | 0.14 | 0.09 | 0.07 | 341.25 | 0.47 | 0.87 |
| Hex | ED | CD | D7 | 0 | E | 9 | 7 | 155 | 2F | 57 |
| Octal | 355 | 315 | 327 | 0 | 16 | 11 | 7 | 525 | 57 | 127 |
| Binary | 11101101 | 11001101 | 11010111 | 0 | 1110 | 1001 | 111 | 101010101 | 101111 | 1010111 |
Color Harmonies of #EDCDD7
Complementary color
Monochromatic Colors of #EDCDD7
Black with #EDCDD7
Text Example
Text Example
White with #EDCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDD7; }
p { color: rgb(237,205,215); }
H1.HeaderClassName
{
color: #EDCDD7;
}
.AnyTagClassName
{
color: #EDCDD7;
}
</style>
background-color css
<style>
a { background-color: #EDCDD7; }
a { background-color: rgb(237,205,215); }
div.DivClassName
{
background-color: #EDCDD7;
}
.BgClassName
{
background-color: #EDCDD7;
}
</style>
border-color css
<style>
span { border-color: #EDCDD7; }
span { border-color: rgb(237,205,215); }
td.TdClassName
{
border-color: #EDCDD7;
}
.TagClassName
{
border-color: #EDCDD7;
}
</style>