Shades of Dawn Pink #ECD8CD
Tints of Dawn Pink #ECD8CD
RGB
CMYK
RGB Variations
Color information
#ECD8CD (or 0xECD8CD) is known color: Dawn Pink. HEX triplet: EC, D8 and CD. RGB value is (236,216,205). Sum of RGB (Red+Green+Blue) = 236+216+205=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8CD is #132732. Grayscale: #DCDCDC. Windows color (decimal): -1255219 or 13490412. OLE color: 13490412.
HSL color Cylindrical-coordinate representation of color #ECD8CD: hue angle of 21.29º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD8CD is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 205 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.07 |
| HSL | 21.29º | 0.45% | 0.86% | - |
| HSV(B) | 21.29º | 0.13% | 0.93% | - |
| XYZ | 70.17 | 71.35 | 67.83 | - |
| YUV | 220.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 205 | 0 | 0.08 | 0.13 | 0.07 | 21.29 | 0.45 | 0.86 |
| Hex | EC | D8 | CD | 0 | 8 | D | 7 | 15 | 2D | 56 |
| Octal | 354 | 330 | 315 | 0 | 10 | 15 | 7 | 25 | 55 | 126 |
| Binary | 11101100 | 11011000 | 11001101 | 0 | 1000 | 1101 | 111 | 10101 | 101101 | 1010110 |
Color Harmonies of #ECD8CD
Complementary color
Monochromatic Colors of #ECD8CD
Black with #ECD8CD
Text Example
Text Example
White with #ECD8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8CD; }
p { color: rgb(236,216,205); }
H1.HeaderClassName
{
color: #ECD8CD;
}
.AnyTagClassName
{
color: #ECD8CD;
}
</style>
background-color css
<style>
a { background-color: #ECD8CD; }
a { background-color: rgb(236,216,205); }
div.DivClassName
{
background-color: #ECD8CD;
}
.BgClassName
{
background-color: #ECD8CD;
}
</style>
border-color css
<style>
span { border-color: #ECD8CD; }
span { border-color: rgb(236,216,205); }
td.TdClassName
{
border-color: #ECD8CD;
}
.TagClassName
{
border-color: #ECD8CD;
}
</style>