#ECDACD

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

Shades of Dawn Pink #ECDACD

Tints of Dawn Pink #ECDACD

Color information

#ECDACD (or 0xECDACD) is unknown color: approx Dawn Pink. HEX triplet: EC, DA and CD. RGB value is (236,218,205). Sum of RGB (Red+Green+Blue) = 236+218+205=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDACD is #132532. Grayscale: #DDDDDD. Windows color (decimal): -1254707 or 13490924. OLE color: 13490924.

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

Color convert

RGB236218205-
CMYK00.080.130.07
HSL25.16º44.93%86.47%-
HSV(B)25.16º13.14%92.55%-
XYZ70.6872.3868-
YUV221.9118.46138.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 218 (85.55% from 255) = 33.08%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=35.81%
G=33.08%
B=31.11%

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
Decimal23621820500.080.130.0725.1644.9386.47
HexECDACD08D7192d56
Octal3543323150101573155126
Binary111011001101101011001101010001101111110011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDACD; }

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

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

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

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

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

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

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

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