Shades of Pale Rose #ECD7D9
Tints of Pale Rose #ECD7D9
RGB
CMYK
RGB Variations
Color information
#ECD7D9 (or 0xECD7D9) is known color: Pale Rose. HEX triplet: EC, D7 and D9. RGB value is (236,215,217). Sum of RGB (Red+Green+Blue) = 236+215+217=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7D9 is #132826. Grayscale: #DDDDDD. Windows color (decimal): -1255463 or 14276588. OLE color: 14276588.
HSL color Cylindrical-coordinate representation of color #ECD7D9: hue angle of 354.29º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD7D9 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 217 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.07 |
| HSL | 354.29º | 0.36% | 0.88% | - |
| HSV(B) | 354.29º | 0.09% | 0.93% | - |
| XYZ | 71.42 | 71.44 | 75.67 | - |
| YUV | 221.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 217 | 0 | 0.09 | 0.08 | 0.07 | 354.29 | 0.36 | 0.88 |
| Hex | EC | D7 | D9 | 0 | 9 | 8 | 7 | 162 | 24 | 58 |
| Octal | 354 | 327 | 331 | 0 | 11 | 10 | 7 | 542 | 44 | 130 |
| Binary | 11101100 | 11010111 | 11011001 | 0 | 1001 | 1000 | 111 | 101100010 | 100100 | 1011000 |
Color Harmonies of #ECD7D9
Complementary color
Monochromatic Colors of #ECD7D9
Black with #ECD7D9
Text Example
Text Example
White with #ECD7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7D9; }
p { color: rgb(236,215,217); }
H1.HeaderClassName
{
color: #ECD7D9;
}
.AnyTagClassName
{
color: #ECD7D9;
}
</style>
background-color css
<style>
a { background-color: #ECD7D9; }
a { background-color: rgb(236,215,217); }
div.DivClassName
{
background-color: #ECD7D9;
}
.BgClassName
{
background-color: #ECD7D9;
}
</style>
border-color css
<style>
span { border-color: #ECD7D9; }
span { border-color: rgb(236,215,217); }
td.TdClassName
{
border-color: #ECD7D9;
}
.TagClassName
{
border-color: #ECD7D9;
}
</style>