Shades of Pink Lace #EED2DA
Tints of Pink Lace #EED2DA
RGB
CMYK
RGB Variations
Color information
#EED2DA (or 0xEED2DA) is known color: Pink Lace. HEX triplet: EE, D2 and DA. RGB value is (238,210,218). Sum of RGB (Red+Green+Blue) = 238+210+218=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2DA is #112D25. Grayscale: #DBDBDB. Windows color (decimal): -1125670 or 14340846. OLE color: 14340846.
HSL color Cylindrical-coordinate representation of color #EED2DA: hue angle of 342.86º degrees, saturation: 0.45, 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 #EED2DA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 218 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.07 |
| HSL | 342.86º | 0.45% | 0.88% | - |
| HSV(B) | 342.86º | 0.12% | 0.93% | - |
| XYZ | 70.96 | 69.33 | 75.97 | - |
| YUV | 219.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 218 | 0 | 0.12 | 0.08 | 0.07 | 342.86 | 0.45 | 0.88 |
| Hex | EE | D2 | DA | 0 | C | 8 | 7 | 157 | 2D | 58 |
| Octal | 356 | 322 | 332 | 0 | 14 | 10 | 7 | 527 | 55 | 130 |
| Binary | 11101110 | 11010010 | 11011010 | 0 | 1100 | 1000 | 111 | 101010111 | 101101 | 1011000 |
Color Harmonies of #EED2DA
Complementary color
Monochromatic Colors of #EED2DA
Black with #EED2DA
Text Example
Text Example
White with #EED2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2DA; }
p { color: rgb(238,210,218); }
H1.HeaderClassName
{
color: #EED2DA;
}
.AnyTagClassName
{
color: #EED2DA;
}
</style>
background-color css
<style>
a { background-color: #EED2DA; }
a { background-color: rgb(238,210,218); }
div.DivClassName
{
background-color: #EED2DA;
}
.BgClassName
{
background-color: #EED2DA;
}
</style>
border-color css
<style>
span { border-color: #EED2DA; }
span { border-color: rgb(238,210,218); }
td.TdClassName
{
border-color: #EED2DA;
}
.TagClassName
{
border-color: #EED2DA;
}
</style>