#ECD8CD

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

Shades of Dawn Pink #ECD8CD

Tints of Dawn Pink #ECD8CD

Color information

#ECD8CD (or 0xECD8CD) is unknown color: approx Dawn Pink. HEX triplet: EC, D8 and CD. RGB value is (236,216,205). Sum of RGB (Red+Green+Blue) = 236+216+205=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8CD is #132732. Grayscale: #DCDCDC. Windows color (decimal): -1255219 or 13490412. OLE color: 13490412.

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

Color convert

RGB236216205-
CMYK00.080.130.07
HSL21.29º44.93%86.47%-
HSV(B)21.29º13.14%92.55%-
XYZ70.1771.3567.83-
YUV220.73119.13138.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=35.92%
G=32.88%
B=31.20%

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
Decimal23621620500.080.130.0721.2944.9386.47
HexECD8CD08D7152d56
Octal3543303150101572555126
Binary111011001101100011001101010001101111101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8CD; }

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

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

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

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

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

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

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

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