Shades of Dawn Pink #ECD9CB
Tints of Dawn Pink #ECD9CB
RGB
CMYK
RGB Variations
Color information
#ECD9CB (or 0xECD9CB) is known color: Dawn Pink. HEX triplet: EC, D9 and CB. RGB value is (236,217,203). Sum of RGB (Red+Green+Blue) = 236+217+203=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9CB is #132634. Grayscale: #DDDDDD. Windows color (decimal): -1254965 or 13359596. OLE color: 13359596.
HSL color Cylindrical-coordinate representation of color #ECD9CB: hue angle of 25.45º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD9CB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 203 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 25.45º | 0.46% | 0.86% | - |
| HSV(B) | 25.45º | 0.14% | 0.93% | - |
| XYZ | 70.18 | 71.77 | 66.65 | - |
| YUV | 221.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 203 | 0 | 0.08 | 0.14 | 0.07 | 25.45 | 0.46 | 0.86 |
| Hex | EC | D9 | CB | 0 | 8 | E | 7 | 19 | 2E | 56 |
| Octal | 354 | 331 | 313 | 0 | 10 | 16 | 7 | 31 | 56 | 126 |
| Binary | 11101100 | 11011001 | 11001011 | 0 | 1000 | 1110 | 111 | 11001 | 101110 | 1010110 |
Color Harmonies of #ECD9CB
Complementary color
Monochromatic Colors of #ECD9CB
Black with #ECD9CB
Text Example
Text Example
White with #ECD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9CB; }
p { color: rgb(236,217,203); }
H1.HeaderClassName
{
color: #ECD9CB;
}
.AnyTagClassName
{
color: #ECD9CB;
}
</style>
background-color css
<style>
a { background-color: #ECD9CB; }
a { background-color: rgb(236,217,203); }
div.DivClassName
{
background-color: #ECD9CB;
}
.BgClassName
{
background-color: #ECD9CB;
}
</style>
border-color css
<style>
span { border-color: #ECD9CB; }
span { border-color: rgb(236,217,203); }
td.TdClassName
{
border-color: #ECD9CB;
}
.TagClassName
{
border-color: #ECD9CB;
}
</style>