Shades of Pink Lace #EDCDD3
Tints of Pink Lace #EDCDD3
RGB
CMYK
RGB Variations
Color information
#EDCDD3 (or 0xEDCDD3) is known color: Pink Lace. HEX triplet: ED, CD and D3. RGB value is (237,205,211). Sum of RGB (Red+Green+Blue) = 237+205+211=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDD3 is #12322C. Grayscale: #D7D7D7. Windows color (decimal): -1192493 or 13880813. OLE color: 13880813.
HSL color Cylindrical-coordinate representation of color #EDCDD3: hue angle of 348.75º 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 #EDCDD3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 211 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.07 |
| HSL | 348.75º | 0.47% | 0.87% | - |
| HSV(B) | 348.75º | 0.14% | 0.93% | - |
| XYZ | 68.51 | 66.37 | 70.83 | - |
| YUV | 215.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 211 | 0 | 0.14 | 0.11 | 0.07 | 348.75 | 0.47 | 0.87 |
| Hex | ED | CD | D3 | 0 | E | B | 7 | 15D | 2F | 57 |
| Octal | 355 | 315 | 323 | 0 | 16 | 13 | 7 | 535 | 57 | 127 |
| Binary | 11101101 | 11001101 | 11010011 | 0 | 1110 | 1011 | 111 | 101011101 | 101111 | 1010111 |
Color Harmonies of #EDCDD3
Complementary color
Monochromatic Colors of #EDCDD3
Black with #EDCDD3
Text Example
Text Example
White with #EDCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDD3; }
p { color: rgb(237,205,211); }
H1.HeaderClassName
{
color: #EDCDD3;
}
.AnyTagClassName
{
color: #EDCDD3;
}
</style>
background-color css
<style>
a { background-color: #EDCDD3; }
a { background-color: rgb(237,205,211); }
div.DivClassName
{
background-color: #EDCDD3;
}
.BgClassName
{
background-color: #EDCDD3;
}
</style>
border-color css
<style>
span { border-color: #EDCDD3; }
span { border-color: rgb(237,205,211); }
td.TdClassName
{
border-color: #EDCDD3;
}
.TagClassName
{
border-color: #EDCDD3;
}
</style>