Shades of Dawn Pink #ECD6CC
Tints of Dawn Pink #ECD6CC
RGB
CMYK
RGB Variations
Color information
#ECD6CC (or 0xECD6CC) is known color: Dawn Pink. HEX triplet: EC, D6 and CC. RGB value is (236,214,204). Sum of RGB (Red+Green+Blue) = 236+214+204=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6CC is #132933. Grayscale: #DBDBDB. Windows color (decimal): -1255732 or 13424364. OLE color: 13424364.
HSL color Cylindrical-coordinate representation of color #ECD6CC: hue angle of 18.75º 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 #ECD6CC is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 204 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.07 |
| HSL | 18.75º | 0.46% | 0.86% | - |
| HSV(B) | 18.75º | 0.14% | 0.93% | - |
| XYZ | 69.54 | 70.29 | 67.03 | - |
| YUV | 219.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 204 | 0 | 0.09 | 0.14 | 0.07 | 18.75 | 0.46 | 0.86 |
| Hex | EC | D6 | CC | 0 | 9 | E | 7 | 13 | 2E | 56 |
| Octal | 354 | 326 | 314 | 0 | 11 | 16 | 7 | 23 | 56 | 126 |
| Binary | 11101100 | 11010110 | 11001100 | 0 | 1001 | 1110 | 111 | 10011 | 101110 | 1010110 |
Color Harmonies of #ECD6CC
Complementary color
Monochromatic Colors of #ECD6CC
Black with #ECD6CC
Text Example
Text Example
White with #ECD6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6CC; }
p { color: rgb(236,214,204); }
H1.HeaderClassName
{
color: #ECD6CC;
}
.AnyTagClassName
{
color: #ECD6CC;
}
</style>
background-color css
<style>
a { background-color: #ECD6CC; }
a { background-color: rgb(236,214,204); }
div.DivClassName
{
background-color: #ECD6CC;
}
.BgClassName
{
background-color: #ECD6CC;
}
</style>
border-color css
<style>
span { border-color: #ECD6CC; }
span { border-color: rgb(236,214,204); }
td.TdClassName
{
border-color: #ECD6CC;
}
.TagClassName
{
border-color: #ECD6CC;
}
</style>