Shades of Pink Lace #EED0DA
Tints of Pink Lace #EED0DA
RGB
CMYK
RGB Variations
Color information
#EED0DA (or 0xEED0DA) is known color: Pink Lace. HEX triplet: EE, D0 and DA. RGB value is (238,208,218). Sum of RGB (Red+Green+Blue) = 238+208+218=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0DA is #112F25. Grayscale: #DADADA. Windows color (decimal): -1126182 or 14340334. OLE color: 14340334.
HSL color Cylindrical-coordinate representation of color #EED0DA: hue angle of 340º degrees, saturation: 0.47, 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 #EED0DA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 218 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.07 |
| HSL | 340º | 0.47% | 0.87% | - |
| HSV(B) | 340º | 0.13% | 0.93% | - |
| XYZ | 70.47 | 68.35 | 75.81 | - |
| YUV | 218.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 218 | 0 | 0.13 | 0.08 | 0.07 | 340 | 0.47 | 0.87 |
| Hex | EE | D0 | DA | 0 | D | 8 | 7 | 154 | 2F | 57 |
| Octal | 356 | 320 | 332 | 0 | 15 | 10 | 7 | 524 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11011010 | 0 | 1101 | 1000 | 111 | 101010100 | 101111 | 1010111 |
Color Harmonies of #EED0DA
Complementary color
Monochromatic Colors of #EED0DA
Black with #EED0DA
Text Example
Text Example
White with #EED0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0DA; }
p { color: rgb(238,208,218); }
H1.HeaderClassName
{
color: #EED0DA;
}
.AnyTagClassName
{
color: #EED0DA;
}
</style>
background-color css
<style>
a { background-color: #EED0DA; }
a { background-color: rgb(238,208,218); }
div.DivClassName
{
background-color: #EED0DA;
}
.BgClassName
{
background-color: #EED0DA;
}
</style>
border-color css
<style>
span { border-color: #EED0DA; }
span { border-color: rgb(238,208,218); }
td.TdClassName
{
border-color: #EED0DA;
}
.TagClassName
{
border-color: #EED0DA;
}
</style>