Shades of Pink Lace #EED0D8
Tints of Pink Lace #EED0D8
RGB
CMYK
RGB Variations
Color information
#EED0D8 (or 0xEED0D8) is known color: Pink Lace. HEX triplet: EE, D0 and D8. RGB value is (238,208,216). Sum of RGB (Red+Green+Blue) = 238+208+216=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0D8 is #112F27. Grayscale: #D9D9D9. Windows color (decimal): -1126184 or 14209262. OLE color: 14209262.
HSL color Cylindrical-coordinate representation of color #EED0D8: hue angle of 344º 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 #EED0D8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 216 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.07 |
| HSL | 344º | 0.47% | 0.87% | - |
| HSV(B) | 344º | 0.13% | 0.93% | - |
| XYZ | 70.21 | 68.25 | 74.44 | - |
| YUV | 217.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 216 | 0 | 0.13 | 0.09 | 0.07 | 344 | 0.47 | 0.87 |
| Hex | EE | D0 | D8 | 0 | D | 9 | 7 | 158 | 2F | 57 |
| Octal | 356 | 320 | 330 | 0 | 15 | 11 | 7 | 530 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11011000 | 0 | 1101 | 1001 | 111 | 101011000 | 101111 | 1010111 |
Color Harmonies of #EED0D8
Complementary color
Monochromatic Colors of #EED0D8
Black with #EED0D8
Text Example
Text Example
White with #EED0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0D8; }
p { color: rgb(238,208,216); }
H1.HeaderClassName
{
color: #EED0D8;
}
.AnyTagClassName
{
color: #EED0D8;
}
</style>
background-color css
<style>
a { background-color: #EED0D8; }
a { background-color: rgb(238,208,216); }
div.DivClassName
{
background-color: #EED0D8;
}
.BgClassName
{
background-color: #EED0D8;
}
</style>
border-color css
<style>
span { border-color: #EED0D8; }
span { border-color: rgb(238,208,216); }
td.TdClassName
{
border-color: #EED0D8;
}
.TagClassName
{
border-color: #EED0D8;
}
</style>