Shades of Pink Lace #EDD1DA
Tints of Pink Lace #EDD1DA
RGB
CMYK
RGB Variations
Color information
#EDD1DA (or 0xEDD1DA) is known color: Pink Lace. HEX triplet: ED, D1 and DA. RGB value is (237,209,218). Sum of RGB (Red+Green+Blue) = 237+209+218=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1DA is #122E25. Grayscale: #DADADA. Windows color (decimal): -1191462 or 14340589. OLE color: 14340589.
HSL color Cylindrical-coordinate representation of color #EDD1DA: hue angle of 340.71º degrees, saturation: 0.44, 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 #EDD1DA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 209 | 218 | - |
CMYK | 0 | 0.12 | 0.08 | 0.07 |
HSL | 340.71º | 0.44% | 0.87% | - |
HSV(B) | 340.71º | 0.12% | 0.93% | - |
XYZ | 70.38 | 68.67 | 75.87 | - |
YUV | 218.4 | 127.78 | 141.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 209 | 218 | 0 | 0.12 | 0.08 | 0.07 | 340.71 | 0.44 | 0.87 |
Hex | ED | D1 | DA | 0 | C | 8 | 7 | 155 | 2C | 57 |
Octal | 355 | 321 | 332 | 0 | 14 | 10 | 7 | 525 | 54 | 127 |
Binary | 11101101 | 11010001 | 11011010 | 0 | 1100 | 1000 | 111 | 101010101 | 101100 | 1010111 |
Color Harmonies of #EDD1DA
Complementary color
Monochromatic Colors of #EDD1DA
Black with #EDD1DA
Text Example
Text Example
White with #EDD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1DA; }
p { color: rgb(237,209,218); }
H1.HeaderClassName
{
color: #EDD1DA;
}
.AnyTagClassName
{
color: #EDD1DA;
}
</style>
background-color css
<style>
a { background-color: #EDD1DA; }
a { background-color: rgb(237,209,218); }
div.DivClassName
{
background-color: #EDD1DA;
}
.BgClassName
{
background-color: #EDD1DA;
}
</style>
border-color css
<style>
span { border-color: #EDD1DA; }
span { border-color: rgb(237,209,218); }
td.TdClassName
{
border-color: #EDD1DA;
}
.TagClassName
{
border-color: #EDD1DA;
}
</style>