Shades of Dawn Pink #ECD9CE
Tints of Dawn Pink #ECD9CE
RGB
CMYK
RGB Variations
Color information
#ECD9CE (or 0xECD9CE) is known color: Dawn Pink. HEX triplet: EC, D9 and CE. RGB value is (236,217,206). Sum of RGB (Red+Green+Blue) = 236+217+206=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9CE is #132631. Grayscale: #DDDDDD. Windows color (decimal): -1254962 or 13556204. OLE color: 13556204.
HSL color Cylindrical-coordinate representation of color #ECD9CE: hue angle of 22º degrees, saturation: 0.44, 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 #ECD9CE is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 206 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.07 |
| HSL | 22º | 0.44% | 0.87% | - |
| HSV(B) | 22º | 0.13% | 0.93% | - |
| XYZ | 70.55 | 71.91 | 68.56 | - |
| YUV | 221.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 206 | 0 | 0.08 | 0.13 | 0.07 | 22 | 0.44 | 0.87 |
| Hex | EC | D9 | CE | 0 | 8 | D | 7 | 16 | 2C | 57 |
| Octal | 354 | 331 | 316 | 0 | 10 | 15 | 7 | 26 | 54 | 127 |
| Binary | 11101100 | 11011001 | 11001110 | 0 | 1000 | 1101 | 111 | 10110 | 101100 | 1010111 |
Color Harmonies of #ECD9CE
Complementary color
Monochromatic Colors of #ECD9CE
Black with #ECD9CE
Text Example
Text Example
White with #ECD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9CE; }
p { color: rgb(236,217,206); }
H1.HeaderClassName
{
color: #ECD9CE;
}
.AnyTagClassName
{
color: #ECD9CE;
}
</style>
background-color css
<style>
a { background-color: #ECD9CE; }
a { background-color: rgb(236,217,206); }
div.DivClassName
{
background-color: #ECD9CE;
}
.BgClassName
{
background-color: #ECD9CE;
}
</style>
border-color css
<style>
span { border-color: #ECD9CE; }
span { border-color: rgb(236,217,206); }
td.TdClassName
{
border-color: #ECD9CE;
}
.TagClassName
{
border-color: #ECD9CE;
}
</style>