Shades of Dawn Pink #ECDCCF
Tints of Dawn Pink #ECDCCF
RGB
CMYK
RGB Variations
Color information
#ECDCCF (or 0xECDCCF) is known color: Dawn Pink. HEX triplet: EC, DC and CF. RGB value is (236,220,207). Sum of RGB (Red+Green+Blue) = 236+220+207=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCCF is #132330. Grayscale: #DFDFDF. Windows color (decimal): -1254193 or 13622508. OLE color: 13622508.
HSL color Cylindrical-coordinate representation of color #ECDCCF: hue angle of 26.9º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDCCF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 207 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.07 |
| HSL | 26.9º | 0.43% | 0.87% | - |
| HSV(B) | 26.9º | 0.12% | 0.93% | - |
| XYZ | 71.45 | 73.52 | 69.46 | - |
| YUV | 223.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 207 | 0 | 0.07 | 0.12 | 0.07 | 26.9 | 0.43 | 0.87 |
| Hex | EC | DC | CF | 0 | 7 | C | 7 | 1B | 2B | 57 |
| Octal | 354 | 334 | 317 | 0 | 7 | 14 | 7 | 33 | 53 | 127 |
| Binary | 11101100 | 11011100 | 11001111 | 0 | 111 | 1100 | 111 | 11011 | 101011 | 1010111 |
Color Harmonies of #ECDCCF
Complementary color
Monochromatic Colors of #ECDCCF
Black with #ECDCCF
Text Example
Text Example
White with #ECDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCCF; }
p { color: rgb(236,220,207); }
H1.HeaderClassName
{
color: #ECDCCF;
}
.AnyTagClassName
{
color: #ECDCCF;
}
</style>
background-color css
<style>
a { background-color: #ECDCCF; }
a { background-color: rgb(236,220,207); }
div.DivClassName
{
background-color: #ECDCCF;
}
.BgClassName
{
background-color: #ECDCCF;
}
</style>
border-color css
<style>
span { border-color: #ECDCCF; }
span { border-color: rgb(236,220,207); }
td.TdClassName
{
border-color: #ECDCCF;
}
.TagClassName
{
border-color: #ECDCCF;
}
</style>