Shades of Pink Lace #EDCED5
Tints of Pink Lace #EDCED5
RGB
CMYK
RGB Variations
Color information
#EDCED5 (or 0xEDCED5) is known color: Pink Lace. HEX triplet: ED, CE and D5. RGB value is (237,206,213). Sum of RGB (Red+Green+Blue) = 237+206+213=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCED5 is #12312A. Grayscale: #D8D8D8. Windows color (decimal): -1192235 or 14012141. OLE color: 14012141.
HSL color Cylindrical-coordinate representation of color #EDCED5: hue angle of 346.45º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCED5 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 213 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.07 |
| HSL | 346.45º | 0.46% | 0.87% | - |
| HSV(B) | 346.45º | 0.13% | 0.93% | - |
| XYZ | 69.01 | 66.95 | 72.24 | - |
| YUV | 216.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 213 | 0 | 0.13 | 0.10 | 0.07 | 346.45 | 0.46 | 0.87 |
| Hex | ED | CE | D5 | 0 | D | A | 7 | 15A | 2E | 57 |
| Octal | 355 | 316 | 325 | 0 | 15 | 12 | 7 | 532 | 56 | 127 |
| Binary | 11101101 | 11001110 | 11010101 | 0 | 1101 | 1010 | 111 | 101011010 | 101110 | 1010111 |
Color Harmonies of #EDCED5
Complementary color
Monochromatic Colors of #EDCED5
Black with #EDCED5
Text Example
Text Example
White with #EDCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCED5; }
p { color: rgb(237,206,213); }
H1.HeaderClassName
{
color: #EDCED5;
}
.AnyTagClassName
{
color: #EDCED5;
}
</style>
background-color css
<style>
a { background-color: #EDCED5; }
a { background-color: rgb(237,206,213); }
div.DivClassName
{
background-color: #EDCED5;
}
.BgClassName
{
background-color: #EDCED5;
}
</style>
border-color css
<style>
span { border-color: #EDCED5; }
span { border-color: rgb(237,206,213); }
td.TdClassName
{
border-color: #EDCED5;
}
.TagClassName
{
border-color: #EDCED5;
}
</style>