Shades of Pink Lace #EDCDD4
Tints of Pink Lace #EDCDD4
RGB
CMYK
RGB Variations
Color information
#EDCDD4 (or 0xEDCDD4) is known color: Pink Lace. HEX triplet: ED, CD and D4. RGB value is (237,205,212). Sum of RGB (Red+Green+Blue) = 237+205+212=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDD4 is #12322B. Grayscale: #D7D7D7. Windows color (decimal): -1192492 or 13946349. OLE color: 13946349.
HSL color Cylindrical-coordinate representation of color #EDCDD4: hue angle of 346.88º 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 #EDCDD4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 205 | 212 | - |
CMYK | 0 | 0.14 | 0.11 | 0.07 |
HSL | 346.88º | 0.47% | 0.87% | - |
HSV(B) | 346.88º | 0.14% | 0.93% | - |
XYZ | 68.64 | 66.42 | 71.49 | - |
YUV | 215.37 | 126.1 | 143.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 212 | 0 | 0.14 | 0.11 | 0.07 | 346.88 | 0.47 | 0.87 |
Hex | ED | CD | D4 | 0 | E | B | 7 | 15B | 2F | 57 |
Octal | 355 | 315 | 324 | 0 | 16 | 13 | 7 | 533 | 57 | 127 |
Binary | 11101101 | 11001101 | 11010100 | 0 | 1110 | 1011 | 111 | 101011011 | 101111 | 1010111 |
Color Harmonies of #EDCDD4
Complementary color
Monochromatic Colors of #EDCDD4
Black with #EDCDD4
Text Example
Text Example
White with #EDCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDD4; }
p { color: rgb(237,205,212); }
H1.HeaderClassName
{
color: #EDCDD4;
}
.AnyTagClassName
{
color: #EDCDD4;
}
</style>
background-color css
<style>
a { background-color: #EDCDD4; }
a { background-color: rgb(237,205,212); }
div.DivClassName
{
background-color: #EDCDD4;
}
.BgClassName
{
background-color: #EDCDD4;
}
</style>
border-color css
<style>
span { border-color: #EDCDD4; }
span { border-color: rgb(237,205,212); }
td.TdClassName
{
border-color: #EDCDD4;
}
.TagClassName
{
border-color: #EDCDD4;
}
</style>