Shades of Dawn Pink #ECD8CC
Tints of Dawn Pink #ECD8CC
RGB
CMYK
RGB Variations
Color information
#ECD8CC (or 0xECD8CC) is known color: Dawn Pink. HEX triplet: EC, D8 and CC. RGB value is (236,216,204). Sum of RGB (Red+Green+Blue) = 236+216+204=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8CC is #132733. Grayscale: #DCDCDC. Windows color (decimal): -1255220 or 13424876. OLE color: 13424876.
HSL color Cylindrical-coordinate representation of color #ECD8CC: hue angle of 22.5º 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 #ECD8CC is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 204 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 22.5º | 0.46% | 0.86% | - |
| HSV(B) | 22.5º | 0.14% | 0.93% | - |
| XYZ | 70.05 | 71.3 | 67.2 | - |
| YUV | 220.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 204 | 0 | 0.08 | 0.14 | 0.07 | 22.5 | 0.46 | 0.86 |
| Hex | EC | D8 | CC | 0 | 8 | E | 7 | 16 | 2E | 56 |
| Octal | 354 | 330 | 314 | 0 | 10 | 16 | 7 | 26 | 56 | 126 |
| Binary | 11101100 | 11011000 | 11001100 | 0 | 1000 | 1110 | 111 | 10110 | 101110 | 1010110 |
Color Harmonies of #ECD8CC
Complementary color
Monochromatic Colors of #ECD8CC
Black with #ECD8CC
Text Example
Text Example
White with #ECD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8CC; }
p { color: rgb(236,216,204); }
H1.HeaderClassName
{
color: #ECD8CC;
}
.AnyTagClassName
{
color: #ECD8CC;
}
</style>
background-color css
<style>
a { background-color: #ECD8CC; }
a { background-color: rgb(236,216,204); }
div.DivClassName
{
background-color: #ECD8CC;
}
.BgClassName
{
background-color: #ECD8CC;
}
</style>
border-color css
<style>
span { border-color: #ECD8CC; }
span { border-color: rgb(236,216,204); }
td.TdClassName
{
border-color: #ECD8CC;
}
.TagClassName
{
border-color: #ECD8CC;
}
</style>