Shades of Pink Lace #EDD0DA
Tints of Pink Lace #EDD0DA
RGB
CMYK
RGB Variations
Color information
#EDD0DA (or 0xEDD0DA) is known color: Pink Lace. HEX triplet: ED, D0 and DA. RGB value is (237,208,218). Sum of RGB (Red+Green+Blue) = 237+208+218=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0DA is #122F25. Grayscale: #D9D9D9. Windows color (decimal): -1191718 or 14340333. OLE color: 14340333.
HSL color Cylindrical-coordinate representation of color #EDD0DA: hue angle of 339.31º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD0DA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 208 | 218 | - |
CMYK | 0 | 0.12 | 0.08 | 0.07 |
HSL | 339.31º | 0.45% | 0.87% | - |
HSV(B) | 339.31º | 0.12% | 0.93% | - |
XYZ | 70.14 | 68.18 | 75.79 | - |
YUV | 217.81 | 128.11 | 141.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 208 | 218 | 0 | 0.12 | 0.08 | 0.07 | 339.31 | 0.45 | 0.87 |
Hex | ED | D0 | DA | 0 | C | 8 | 7 | 153 | 2D | 57 |
Octal | 355 | 320 | 332 | 0 | 14 | 10 | 7 | 523 | 55 | 127 |
Binary | 11101101 | 11010000 | 11011010 | 0 | 1100 | 1000 | 111 | 101010011 | 101101 | 1010111 |
Color Harmonies of #EDD0DA
Complementary color
Monochromatic Colors of #EDD0DA
Black with #EDD0DA
Text Example
Text Example
White with #EDD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0DA; }
p { color: rgb(237,208,218); }
H1.HeaderClassName
{
color: #EDD0DA;
}
.AnyTagClassName
{
color: #EDD0DA;
}
</style>
background-color css
<style>
a { background-color: #EDD0DA; }
a { background-color: rgb(237,208,218); }
div.DivClassName
{
background-color: #EDD0DA;
}
.BgClassName
{
background-color: #EDD0DA;
}
</style>
border-color css
<style>
span { border-color: #EDD0DA; }
span { border-color: rgb(237,208,218); }
td.TdClassName
{
border-color: #EDD0DA;
}
.TagClassName
{
border-color: #EDD0DA;
}
</style>