#ECDCD0

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

Shades of Dawn Pink #ECDCD0

Tints of Dawn Pink #ECDCD0

Color information

#ECDCD0 (or 0xECDCD0) is unknown color: approx Dawn Pink. HEX triplet: EC, DC and D0. RGB value is (236,220,208). Sum of RGB (Red+Green+Blue) = 236+220+208=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD0 is #13232F. Grayscale: #DFDFDF. Windows color (decimal): -1254192 or 13688044. OLE color: 13688044.

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

Color convert

RGB236220208-
CMYK00.070.120.07
HSL25.71º42.42%87.06%-
HSV(B)25.71º11.86%92.55%-
XYZ71.5773.5770.1-
YUV223.42119.3136.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 208 (81.64% from 255) = 31.33%
R=35.54%
G=33.13%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622020800.070.120.0725.7142.4287.06
HexECDCD007C71a2a57
Octal354334320071473252127
Binary11101100110111001101000001111100111110101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCD0; }

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

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

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

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

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

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

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

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