Shades of Dawn Pink #ECD8CA
Tints of Dawn Pink #ECD8CA
RGB
CMYK
RGB Variations
Color information
#ECD8CA (or 0xECD8CA) is known color: Dawn Pink. HEX triplet: EC, D8 and CA. RGB value is (236,216,202). Sum of RGB (Red+Green+Blue) = 236+216+202=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8CA is #132735. Grayscale: #DCDCDC. Windows color (decimal): -1255222 or 13293804. OLE color: 13293804.
HSL color Cylindrical-coordinate representation of color #ECD8CA: hue angle of 24.71º degrees, saturation: 0.47, 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 #ECD8CA is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 202 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 24.71º | 0.47% | 0.86% | - |
| HSV(B) | 24.71º | 0.14% | 0.93% | - |
| XYZ | 69.81 | 71.21 | 65.94 | - |
| YUV | 220.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 202 | 0 | 0.08 | 0.14 | 0.07 | 24.71 | 0.47 | 0.86 |
| Hex | EC | D8 | CA | 0 | 8 | E | 7 | 19 | 2F | 56 |
| Octal | 354 | 330 | 312 | 0 | 10 | 16 | 7 | 31 | 57 | 126 |
| Binary | 11101100 | 11011000 | 11001010 | 0 | 1000 | 1110 | 111 | 11001 | 101111 | 1010110 |
Color Harmonies of #ECD8CA
Complementary color
Monochromatic Colors of #ECD8CA
Black with #ECD8CA
Text Example
Text Example
White with #ECD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8CA; }
p { color: rgb(236,216,202); }
H1.HeaderClassName
{
color: #ECD8CA;
}
.AnyTagClassName
{
color: #ECD8CA;
}
</style>
background-color css
<style>
a { background-color: #ECD8CA; }
a { background-color: rgb(236,216,202); }
div.DivClassName
{
background-color: #ECD8CA;
}
.BgClassName
{
background-color: #ECD8CA;
}
</style>
border-color css
<style>
span { border-color: #ECD8CA; }
span { border-color: rgb(236,216,202); }
td.TdClassName
{
border-color: #ECD8CA;
}
.TagClassName
{
border-color: #ECD8CA;
}
</style>