Shades of Dawn Pink #ECD6CD
Tints of Dawn Pink #ECD6CD
RGB
CMYK
RGB Variations
Color information
#ECD6CD (or 0xECD6CD) is known color: Dawn Pink. HEX triplet: EC, D6 and CD. RGB value is (236,214,205). Sum of RGB (Red+Green+Blue) = 236+214+205=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6CD is #132932. Grayscale: #DBDBDB. Windows color (decimal): -1255731 or 13489900. OLE color: 13489900.
HSL color Cylindrical-coordinate representation of color #ECD6CD: hue angle of 17.42º 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 #ECD6CD is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 205 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.07 |
| HSL | 17.42º | 0.45% | 0.86% | - |
| HSV(B) | 17.42º | 0.13% | 0.93% | - |
| XYZ | 69.66 | 70.33 | 67.66 | - |
| YUV | 219.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 205 | 0 | 0.09 | 0.13 | 0.07 | 17.42 | 0.45 | 0.86 |
| Hex | EC | D6 | CD | 0 | 9 | D | 7 | 11 | 2D | 56 |
| Octal | 354 | 326 | 315 | 0 | 11 | 15 | 7 | 21 | 55 | 126 |
| Binary | 11101100 | 11010110 | 11001101 | 0 | 1001 | 1101 | 111 | 10001 | 101101 | 1010110 |
Color Harmonies of #ECD6CD
Complementary color
Monochromatic Colors of #ECD6CD
Black with #ECD6CD
Text Example
Text Example
White with #ECD6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6CD; }
p { color: rgb(236,214,205); }
H1.HeaderClassName
{
color: #ECD6CD;
}
.AnyTagClassName
{
color: #ECD6CD;
}
</style>
background-color css
<style>
a { background-color: #ECD6CD; }
a { background-color: rgb(236,214,205); }
div.DivClassName
{
background-color: #ECD6CD;
}
.BgClassName
{
background-color: #ECD6CD;
}
</style>
border-color css
<style>
span { border-color: #ECD6CD; }
span { border-color: rgb(236,214,205); }
td.TdClassName
{
border-color: #ECD6CD;
}
.TagClassName
{
border-color: #ECD6CD;
}
</style>