Shades of Pink Lace #EECDD6
Tints of Pink Lace #EECDD6
RGB
CMYK
RGB Variations
Color information
#EECDD6 (or 0xEECDD6) is known color: Pink Lace. HEX triplet: EE, CD and D6. RGB value is (238,205,214). Sum of RGB (Red+Green+Blue) = 238+205+214=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD6 is #113229. Grayscale: #D7D7D7. Windows color (decimal): -1126954 or 14077422. OLE color: 14077422.
HSL color Cylindrical-coordinate representation of color #EECDD6: hue angle of 343.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDD6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 214 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.07 |
| HSL | 343.64º | 0.49% | 0.87% | - |
| HSV(B) | 343.64º | 0.14% | 0.93% | - |
| XYZ | 69.23 | 66.69 | 72.84 | - |
| YUV | 215.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 214 | 0 | 0.14 | 0.10 | 0.07 | 343.64 | 0.49 | 0.87 |
| Hex | EE | CD | D6 | 0 | E | A | 7 | 158 | 31 | 57 |
| Octal | 356 | 315 | 326 | 0 | 16 | 12 | 7 | 530 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11010110 | 0 | 1110 | 1010 | 111 | 101011000 | 110001 | 1010111 |
Color Harmonies of #EECDD6
Complementary color
Monochromatic Colors of #EECDD6
Black with #EECDD6
Text Example
Text Example
White with #EECDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDD6; }
p { color: rgb(238,205,214); }
H1.HeaderClassName
{
color: #EECDD6;
}
.AnyTagClassName
{
color: #EECDD6;
}
</style>
background-color css
<style>
a { background-color: #EECDD6; }
a { background-color: rgb(238,205,214); }
div.DivClassName
{
background-color: #EECDD6;
}
.BgClassName
{
background-color: #EECDD6;
}
</style>
border-color css
<style>
span { border-color: #EECDD6; }
span { border-color: rgb(238,205,214); }
td.TdClassName
{
border-color: #EECDD6;
}
.TagClassName
{
border-color: #EECDD6;
}
</style>