Shades of Pale Rose #ECD8D9
Tints of Pale Rose #ECD8D9
RGB
CMYK
RGB Variations
Color information
#ECD8D9 (or 0xECD8D9) is known color: Pale Rose. HEX triplet: EC, D8 and D9. RGB value is (236,216,217). Sum of RGB (Red+Green+Blue) = 236+216+217=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8D9 is #132726. Grayscale: #DEDEDE. Windows color (decimal): -1255207 or 14276844. OLE color: 14276844.
HSL color Cylindrical-coordinate representation of color #ECD8D9: hue angle of 357º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD8D9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 217 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.07 |
| HSL | 357º | 0.34% | 0.89% | - |
| HSV(B) | 357º | 0.08% | 0.93% | - |
| XYZ | 71.67 | 71.95 | 75.76 | - |
| YUV | 222.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 217 | 0 | 0.08 | 0.08 | 0.07 | 357 | 0.34 | 0.89 |
| Hex | EC | D8 | D9 | 0 | 8 | 8 | 7 | 165 | 22 | 59 |
| Octal | 354 | 330 | 331 | 0 | 10 | 10 | 7 | 545 | 42 | 131 |
| Binary | 11101100 | 11011000 | 11011001 | 0 | 1000 | 1000 | 111 | 101100101 | 100010 | 1011001 |
Color Harmonies of #ECD8D9
Complementary color
Monochromatic Colors of #ECD8D9
Black with #ECD8D9
Text Example
Text Example
White with #ECD8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8D9; }
p { color: rgb(236,216,217); }
H1.HeaderClassName
{
color: #ECD8D9;
}
.AnyTagClassName
{
color: #ECD8D9;
}
</style>
background-color css
<style>
a { background-color: #ECD8D9; }
a { background-color: rgb(236,216,217); }
div.DivClassName
{
background-color: #ECD8D9;
}
.BgClassName
{
background-color: #ECD8D9;
}
</style>
border-color css
<style>
span { border-color: #ECD8D9; }
span { border-color: rgb(236,216,217); }
td.TdClassName
{
border-color: #ECD8D9;
}
.TagClassName
{
border-color: #ECD8D9;
}
</style>