Shades of Pink Lace #EDCDD5
Tints of Pink Lace #EDCDD5
RGB
CMYK
RGB Variations
Color information
#EDCDD5 (or 0xEDCDD5) is known color: Pink Lace. HEX triplet: ED, CD and D5. RGB value is (237,205,213). Sum of RGB (Red+Green+Blue) = 237+205+213=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDD5 is #12322A. Grayscale: #D7D7D7. Windows color (decimal): -1192491 or 14011885. OLE color: 14011885.
HSL color Cylindrical-coordinate representation of color #EDCDD5: hue angle of 345º 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 #EDCDD5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 205 | 213 | - |
CMYK | 0 | 0.14 | 0.10 | 0.07 |
HSL | 345º | 0.47% | 0.87% | - |
HSV(B) | 345º | 0.14% | 0.93% | - |
XYZ | 68.77 | 66.47 | 72.16 | - |
YUV | 215.48 | 126.6 | 143.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 213 | 0 | 0.14 | 0.10 | 0.07 | 345 | 0.47 | 0.87 |
Hex | ED | CD | D5 | 0 | E | A | 7 | 159 | 2F | 57 |
Octal | 355 | 315 | 325 | 0 | 16 | 12 | 7 | 531 | 57 | 127 |
Binary | 11101101 | 11001101 | 11010101 | 0 | 1110 | 1010 | 111 | 101011001 | 101111 | 1010111 |
Color Harmonies of #EDCDD5
Complementary color
Monochromatic Colors of #EDCDD5
Black with #EDCDD5
Text Example
Text Example
White with #EDCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDD5; }
p { color: rgb(237,205,213); }
H1.HeaderClassName
{
color: #EDCDD5;
}
.AnyTagClassName
{
color: #EDCDD5;
}
</style>
background-color css
<style>
a { background-color: #EDCDD5; }
a { background-color: rgb(237,205,213); }
div.DivClassName
{
background-color: #EDCDD5;
}
.BgClassName
{
background-color: #EDCDD5;
}
</style>
border-color css
<style>
span { border-color: #EDCDD5; }
span { border-color: rgb(237,205,213); }
td.TdClassName
{
border-color: #EDCDD5;
}
.TagClassName
{
border-color: #EDCDD5;
}
</style>