Shades of Dawn Pink #ECDCD1
Tints of Dawn Pink #ECDCD1
RGB
CMYK
RGB Variations
Color information
#ECDCD1 (or 0xECDCD1) is known color: Dawn Pink. HEX triplet: EC, DC and D1. RGB value is (236,220,209). Sum of RGB (Red+Green+Blue) = 236+220+209=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD1 is #13232E. Grayscale: #DFDFDF. Windows color (decimal): -1254191 or 13753580. OLE color: 13753580.
HSL color Cylindrical-coordinate representation of color #ECDCD1: hue angle of 24.44º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECDCD1 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 209 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.07 |
| HSL | 24.44º | 0.42% | 0.87% | - |
| HSV(B) | 24.44º | 0.11% | 0.93% | - |
| XYZ | 71.69 | 73.62 | 70.75 | - |
| YUV | 223.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 209 | 0 | 0.07 | 0.11 | 0.07 | 24.44 | 0.42 | 0.87 |
| Hex | EC | DC | D1 | 0 | 7 | B | 7 | 18 | 2A | 57 |
| Octal | 354 | 334 | 321 | 0 | 7 | 13 | 7 | 30 | 52 | 127 |
| Binary | 11101100 | 11011100 | 11010001 | 0 | 111 | 1011 | 111 | 11000 | 101010 | 1010111 |
Color Harmonies of #ECDCD1
Complementary color
Monochromatic Colors of #ECDCD1
Black with #ECDCD1
Text Example
Text Example
White with #ECDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCD1; }
p { color: rgb(236,220,209); }
H1.HeaderClassName
{
color: #ECDCD1;
}
.AnyTagClassName
{
color: #ECDCD1;
}
</style>
background-color css
<style>
a { background-color: #ECDCD1; }
a { background-color: rgb(236,220,209); }
div.DivClassName
{
background-color: #ECDCD1;
}
.BgClassName
{
background-color: #ECDCD1;
}
</style>
border-color css
<style>
span { border-color: #ECDCD1; }
span { border-color: rgb(236,220,209); }
td.TdClassName
{
border-color: #ECDCD1;
}
.TagClassName
{
border-color: #ECDCD1;
}
</style>