Shades of Pink Lace #EED4DD
Tints of Pink Lace #EED4DD
RGB
CMYK
RGB Variations
Color information
#EED4DD (or 0xEED4DD) is known color: Pink Lace. HEX triplet: EE, D4 and DD. RGB value is (238,212,221). Sum of RGB (Red+Green+Blue) = 238+212+221=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4DD is #112B22. Grayscale: #DCDCDC. Windows color (decimal): -1125155 or 14537966. OLE color: 14537966.
HSL color Cylindrical-coordinate representation of color #EED4DD: hue angle of 339.23º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED4DD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 221 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.07 |
| HSL | 339.23º | 0.43% | 0.88% | - |
| HSV(B) | 339.23º | 0.11% | 0.93% | - |
| XYZ | 71.85 | 70.48 | 78.22 | - |
| YUV | 220.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 221 | 0 | 0.11 | 0.07 | 0.07 | 339.23 | 0.43 | 0.88 |
| Hex | EE | D4 | DD | 0 | B | 7 | 7 | 153 | 2B | 58 |
| Octal | 356 | 324 | 335 | 0 | 13 | 7 | 7 | 523 | 53 | 130 |
| Binary | 11101110 | 11010100 | 11011101 | 0 | 1011 | 111 | 111 | 101010011 | 101011 | 1011000 |
Color Harmonies of #EED4DD
Complementary color
Monochromatic Colors of #EED4DD
Black with #EED4DD
Text Example
Text Example
White with #EED4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4DD; }
p { color: rgb(238,212,221); }
H1.HeaderClassName
{
color: #EED4DD;
}
.AnyTagClassName
{
color: #EED4DD;
}
</style>
background-color css
<style>
a { background-color: #EED4DD; }
a { background-color: rgb(238,212,221); }
div.DivClassName
{
background-color: #EED4DD;
}
.BgClassName
{
background-color: #EED4DD;
}
</style>
border-color css
<style>
span { border-color: #EED4DD; }
span { border-color: rgb(238,212,221); }
td.TdClassName
{
border-color: #EED4DD;
}
.TagClassName
{
border-color: #EED4DD;
}
</style>