#ECD6CC

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

Shades of Dawn Pink #ECD6CC

Tints of Dawn Pink #ECD6CC

Color information

#ECD6CC (or 0xECD6CC) is unknown color: approx Dawn Pink. HEX triplet: EC, D6 and CC. RGB value is (236,214,204). Sum of RGB (Red+Green+Blue) = 236+214+204=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6CC is #132933. Grayscale: #DBDBDB. Windows color (decimal): -1255732 or 13424364. OLE color: 13424364.

HSL color Cylindrical-coordinate representation of color #ECD6CC: hue angle of 18.75º degrees, saturation: 0.46, 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 #ECD6CC is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236214204-
CMYK00.090.140.07
HSL18.75º45.71%86.27%-
HSV(B)18.75º13.56%92.55%-
XYZ69.5470.2967.03-
YUV219.44119.29139.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=36.09%
G=32.72%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621420400.090.140.0718.7545.7186.27
HexECD6CC09E7132e56
Octal3543263140111672356126
Binary111011001101011011001100010011110111100111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6CC; }

 p { color: rgb(236,214,204); }

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

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

 a { background-color: rgb(236,214,204); }

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

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

 span { border-color: rgb(236,214,204); }

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