Color Hex Logo

#ecd7dc Color Hex

#ECD7DC
(236,215,220)
0 Favorites   0 Comments

Color spaces of #ecd7dc

RGB 236215220
HSL0.960.360.88
HSV346°93°
CMYK 0.000.090.07   0.07
XYZ71.810871.601177.7457
Yxy71.60110.32470.3238
Hunter Lab84.61743.40404.7571
CIE-Lab87.77628.08250.1652

#ecd7dc color RGB value is (236,215,220).

#ecd7dc hex color red value is 236, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ecd7dc hue: 0.96 , saturation: 0.36 and the lightness value of ecd7dc is 0.88.

The process color (four color CMYK) of #ecd7dc color hex is 0.00, 0.09, 0.07, 0.07. Web safe color of #ecd7dc is #ffcccc. Color #ecd7dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 11011100
Octal 354 327 334
Decimal 236 215 220
Hex EC D7 DC

RGB Percentages of Color #ecd7dc

%35.17
%32.04
%32.79

CMYK Percentages of Color #ecd7dc

%0
%9
%7
%7

Triadic Colors of #ecd7dc

#ecd7dc #dcecd7 #d7dcec

Analogous Colors of #ecd7dc

#ecd7dc #ecddd7 #ecd7e7

Monochromatic Colors of #ecd7dc

#ecd7dc

Complementary Color

#ecd7dc #d7ece7

#ecd7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd7dc Color CSS Codes

.mybgcolor {background-color:#ecd7dc; } 
.myforecolor {color:#ecd7dc; }
.mybordercolor {border:3px solid #ecd7dc; }

#ecd7dc Text Font Color

<p style="color:#ecd7dc">Text here</p>

This sample text font color is #ecd7dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ecd7dc Background Color

<div style="background-color:#ecd7dc">
Div content here</div>

This div background color is #ecd7dc


#ecd7dc Border Color

<div style="border:3px solid #ecd7dc">
Div here</div>

This div border color is #ecd7dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,215,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecd7dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecd7dc;
  -webkit-box-shadow: 1px 1px 3px 2px #ecd7dc;
  box-shadow:         1px 1px 3px 2px #ecd7dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,215,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ecd7dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd7dc;
  -webkit-box-shadow: 1px 1px 3px 2px #ecd7dc;
  box-shadow:         1px 1px 3px 2px #ecd7dc;">
Div content here</div>

This div box has shadow with color #ecd7dc

#ecd7dc Color Palettes


Comments

No comments written yet.

Please login to write comment.