Shades of Dawn Pink #ECD8CE
Tints of Dawn Pink #ECD8CE
RGB
CMYK
RGB Variations
Color information
#ECD8CE (or 0xECD8CE) is known color: Dawn Pink. HEX triplet: EC, D8 and CE. RGB value is (236,216,206). Sum of RGB (Red+Green+Blue) = 236+216+206=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8CE is #132731. Grayscale: #DCDCDC. Windows color (decimal): -1255218 or 13555948. OLE color: 13555948.
HSL color Cylindrical-coordinate representation of color #ECD8CE: hue angle of 20º 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 #ECD8CE is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 206 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.07 |
| HSL | 20º | 0.44% | 0.87% | - |
| HSV(B) | 20º | 0.13% | 0.93% | - |
| XYZ | 70.29 | 71.4 | 68.47 | - |
| YUV | 220.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 206 | 0 | 0.08 | 0.13 | 0.07 | 20 | 0.44 | 0.87 |
| Hex | EC | D8 | CE | 0 | 8 | D | 7 | 14 | 2C | 57 |
| Octal | 354 | 330 | 316 | 0 | 10 | 15 | 7 | 24 | 54 | 127 |
| Binary | 11101100 | 11011000 | 11001110 | 0 | 1000 | 1101 | 111 | 10100 | 101100 | 1010111 |
Color Harmonies of #ECD8CE
Complementary color
Monochromatic Colors of #ECD8CE
Black with #ECD8CE
Text Example
Text Example
White with #ECD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8CE; }
p { color: rgb(236,216,206); }
H1.HeaderClassName
{
color: #ECD8CE;
}
.AnyTagClassName
{
color: #ECD8CE;
}
</style>
background-color css
<style>
a { background-color: #ECD8CE; }
a { background-color: rgb(236,216,206); }
div.DivClassName
{
background-color: #ECD8CE;
}
.BgClassName
{
background-color: #ECD8CE;
}
</style>
border-color css
<style>
span { border-color: #ECD8CE; }
span { border-color: rgb(236,216,206); }
td.TdClassName
{
border-color: #ECD8CE;
}
.TagClassName
{
border-color: #ECD8CE;
}
</style>