#ECD9CD

Color #ECD9CD Dawn Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn Pink #ECD9CD

Tints of Dawn Pink #ECD9CD

Color information

#ECD9CD (or 0xECD9CD) is unknown color: approx Dawn Pink. HEX triplet: EC, D9 and CD. RGB value is (236,217,205). Sum of RGB (Red+Green+Blue) = 236+217+205=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9CD is #132632. Grayscale: #DDDDDD. Windows color (decimal): -1254963 or 13490668. OLE color: 13490668.

HSL color Cylindrical-coordinate representation of color #ECD9CD: hue angle of 23.23º 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 #ECD9CD is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236217205-
CMYK00.080.130.07
HSL23.23º44.93%86.47%-
HSV(B)23.23º13.14%92.55%-
XYZ70.4271.8767.92-
YUV221.31118.79138.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 217 (85.16% from 255) = 32.98%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=35.87%
G=32.98%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621720500.080.130.0723.2344.9386.47
HexECD9CD08D7172d56
Octal3543313150101572755126
Binary111011001101100111001101010001101111101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9CD; }

 p { color: rgb(236,217,205); }

 H1.HeaderClassName
 {
   color: #ECD9CD;
 }
 .AnyTagClassName
 {
   color: #ECD9CD;
 }
</style>
background-color css

<style>
 a { background-color: #ECD9CD; }

 a { background-color: rgb(236,217,205); }

 div.DivClassName
 {
   background-color: #ECD9CD;
 }
 .BgClassName
 {
   background-color: #ECD9CD;
 }
</style>
border-color css

<style>
 span { border-color: #ECD9CD; }

 span { border-color: rgb(236,217,205); }

 td.TdClassName
 {
   border-color: #ECD9CD;
 }
 .TagClassName
 {
   border-color: #ECD9CD;
 }
</style>