Shades of Pink Lace #EED1D9
Tints of Pink Lace #EED1D9
RGB
CMYK
RGB Variations
Color information
#EED1D9 (or 0xEED1D9) is known color: Pink Lace. HEX triplet: EE, D1 and D9. RGB value is (238,209,217). Sum of RGB (Red+Green+Blue) = 238+209+217=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1D9 is #112E26. Grayscale: #DADADA. Windows color (decimal): -1125927 or 14275054. OLE color: 14275054.
HSL color Cylindrical-coordinate representation of color #EED1D9: hue angle of 343.45º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1D9 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 217 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.07 |
| HSL | 343.45º | 0.46% | 0.88% | - |
| HSV(B) | 343.45º | 0.12% | 0.93% | - |
| XYZ | 70.58 | 68.79 | 75.2 | - |
| YUV | 218.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 217 | 0 | 0.12 | 0.09 | 0.07 | 343.45 | 0.46 | 0.88 |
| Hex | EE | D1 | D9 | 0 | C | 9 | 7 | 157 | 2E | 58 |
| Octal | 356 | 321 | 331 | 0 | 14 | 11 | 7 | 527 | 56 | 130 |
| Binary | 11101110 | 11010001 | 11011001 | 0 | 1100 | 1001 | 111 | 101010111 | 101110 | 1011000 |
Color Harmonies of #EED1D9
Complementary color
Monochromatic Colors of #EED1D9
Black with #EED1D9
Text Example
Text Example
White with #EED1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1D9; }
p { color: rgb(238,209,217); }
H1.HeaderClassName
{
color: #EED1D9;
}
.AnyTagClassName
{
color: #EED1D9;
}
</style>
background-color css
<style>
a { background-color: #EED1D9; }
a { background-color: rgb(238,209,217); }
div.DivClassName
{
background-color: #EED1D9;
}
.BgClassName
{
background-color: #EED1D9;
}
</style>
border-color css
<style>
span { border-color: #EED1D9; }
span { border-color: rgb(238,209,217); }
td.TdClassName
{
border-color: #EED1D9;
}
.TagClassName
{
border-color: #EED1D9;
}
</style>