#ECDCD1

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

Shades of Dawn Pink #ECDCD1

Tints of Dawn Pink #ECDCD1

Color information

#ECDCD1 (or 0xECDCD1) is unknown color: approx Dawn Pink. HEX triplet: EC, DC and D1. RGB value is (236,220,209). Sum of RGB (Red+Green+Blue) = 236+220+209=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD1 is #13232E. Grayscale: #DFDFDF. Windows color (decimal): -1254191 or 13753580. OLE color: 13753580.

HSL color Cylindrical-coordinate representation of color #ECDCD1: hue angle of 24.44º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECDCD1 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB236220209-
CMYK00.070.110.07
HSL24.44º41.54%87.25%-
HSV(B)24.44º11.44%92.55%-
XYZ71.6973.6270.75-
YUV223.53119.8136.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 209 (82.03% from 255) = 31.43%
R=35.49%
G=33.08%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622020900.070.110.0724.4441.5487.25
HexECDCD107B7182a57
Octal354334321071373052127
Binary11101100110111001101000101111011111110001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCD1; }

 p { color: rgb(236,220,209); }

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

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

 a { background-color: rgb(236,220,209); }

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

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

 span { border-color: rgb(236,220,209); }

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