#ECD6C9

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

Shades of Dawn Pink #ECD6C9

Tints of Dawn Pink #ECD6C9

Color information

#ECD6C9 (or 0xECD6C9) is unknown color: approx Dawn Pink. HEX triplet: EC, D6 and C9. RGB value is (236,214,201). Sum of RGB (Red+Green+Blue) = 236+214+201=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6C9 is #132936. Grayscale: #DBDBDB. Windows color (decimal): -1255735 or 13227756. OLE color: 13227756.

HSL color Cylindrical-coordinate representation of color #ECD6C9: hue angle of 22.29º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD6C9 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB236214201-
CMYK00.090.150.07
HSL22.29º47.95%85.69%-
HSV(B)22.29º14.83%92.55%-
XYZ69.1870.1465.15-
YUV219.1117.79140.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 214 (83.98% from 255) = 32.87%
BLUE value IS 201 (78.91% from 255) = 30.88%
R=36.25%
G=32.87%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621420100.090.150.0722.2947.9585.69
HexECD6C909F7163056
Octal3543263110111772660126
Binary111011001101011011001001010011111111101101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6C9; }

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

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

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

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

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

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

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

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