Shades of Pink Lace #EED2DB
Tints of Pink Lace #EED2DB
RGB
CMYK
RGB Variations
Color information
#EED2DB (or 0xEED2DB) is known color: Pink Lace. HEX triplet: EE, D2 and DB. RGB value is (238,210,219). Sum of RGB (Red+Green+Blue) = 238+210+219=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2DB is #112D24. Grayscale: #DBDBDB. Windows color (decimal): -1125669 or 14406382. OLE color: 14406382.
HSL color Cylindrical-coordinate representation of color #EED2DB: hue angle of 340.71º 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 #EED2DB is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 219 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.07 |
| HSL | 340.71º | 0.45% | 0.88% | - |
| HSV(B) | 340.71º | 0.12% | 0.93% | - |
| XYZ | 71.09 | 69.38 | 76.66 | - |
| YUV | 219.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 219 | 0 | 0.12 | 0.08 | 0.07 | 340.71 | 0.45 | 0.88 |
| Hex | EE | D2 | DB | 0 | C | 8 | 7 | 155 | 2D | 58 |
| Octal | 356 | 322 | 333 | 0 | 14 | 10 | 7 | 525 | 55 | 130 |
| Binary | 11101110 | 11010010 | 11011011 | 0 | 1100 | 1000 | 111 | 101010101 | 101101 | 1011000 |
Color Harmonies of #EED2DB
Complementary color
Monochromatic Colors of #EED2DB
Black with #EED2DB
Text Example
Text Example
White with #EED2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2DB; }
p { color: rgb(238,210,219); }
H1.HeaderClassName
{
color: #EED2DB;
}
.AnyTagClassName
{
color: #EED2DB;
}
</style>
background-color css
<style>
a { background-color: #EED2DB; }
a { background-color: rgb(238,210,219); }
div.DivClassName
{
background-color: #EED2DB;
}
.BgClassName
{
background-color: #EED2DB;
}
</style>
border-color css
<style>
span { border-color: #EED2DB; }
span { border-color: rgb(238,210,219); }
td.TdClassName
{
border-color: #EED2DB;
}
.TagClassName
{
border-color: #EED2DB;
}
</style>