Shades of Pink Lace #EED1DA
Tints of Pink Lace #EED1DA
RGB
CMYK
RGB Variations
Color information
#EED1DA (or 0xEED1DA) is known color: Pink Lace. HEX triplet: EE, D1 and DA. RGB value is (238,209,218). Sum of RGB (Red+Green+Blue) = 238+209+218=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1DA is #112E25. Grayscale: #DADADA. Windows color (decimal): -1125926 or 14340590. OLE color: 14340590.
HSL color Cylindrical-coordinate representation of color #EED1DA: hue angle of 341.38º 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 #EED1DA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 218 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.07 |
| HSL | 341.38º | 0.46% | 0.88% | - |
| HSV(B) | 341.38º | 0.12% | 0.93% | - |
| XYZ | 70.72 | 68.84 | 75.89 | - |
| YUV | 218.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 218 | 0 | 0.12 | 0.08 | 0.07 | 341.38 | 0.46 | 0.88 |
| Hex | EE | D1 | DA | 0 | C | 8 | 7 | 155 | 2E | 58 |
| Octal | 356 | 321 | 332 | 0 | 14 | 10 | 7 | 525 | 56 | 130 |
| Binary | 11101110 | 11010001 | 11011010 | 0 | 1100 | 1000 | 111 | 101010101 | 101110 | 1011000 |
Color Harmonies of #EED1DA
Complementary color
Monochromatic Colors of #EED1DA
Black with #EED1DA
Text Example
Text Example
White with #EED1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1DA; }
p { color: rgb(238,209,218); }
H1.HeaderClassName
{
color: #EED1DA;
}
.AnyTagClassName
{
color: #EED1DA;
}
</style>
background-color css
<style>
a { background-color: #EED1DA; }
a { background-color: rgb(238,209,218); }
div.DivClassName
{
background-color: #EED1DA;
}
.BgClassName
{
background-color: #EED1DA;
}
</style>
border-color css
<style>
span { border-color: #EED1DA; }
span { border-color: rgb(238,209,218); }
td.TdClassName
{
border-color: #EED1DA;
}
.TagClassName
{
border-color: #EED1DA;
}
</style>