Color Hex Logo

#ecd1dc Color Hex

#ECD1DC
(236,209,220)
0 Favorites   0 Comments

Color spaces of #ecd1dc

RGB 236209220
HSL0.930.420.87
HSV336°11°93°
CMYK 0.000.110.07   0.07
XYZ70.310868.601177.2457
Yxy68.60110.32530.3174
Hunter Lab82.82586.58352.6825
CIE-Lab86.306111.2260-1.9854

#ecd1dc color RGB value is (236,209,220).

#ecd1dc hex color red value is 236, green value is 209 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ecd1dc hue: 0.93 , saturation: 0.42 and the lightness value of ecd1dc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 11011100
Octal 354 321 334
Decimal 236 209 220
Hex EC D1 DC

RGB Percentages of Color #ecd1dc

%35.49
%31.43
%33.08

CMYK Percentages of Color #ecd1dc

%0
%11
%7
%7

Triadic Colors of #ecd1dc

#ecd1dc #dcecd1 #d1dcec

Analogous Colors of #ecd1dc

#ecd1dc #ecd4d1 #ecd1ea

Monochromatic Colors of #ecd1dc

#ecd1dc

Complementary Color

#ecd1dc #d1ece1

#ecd1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd1dc Color CSS Codes

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

#ecd1dc Text Font Color

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

This sample text font color is #ecd1dc
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.


#ecd1dc Background Color

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

This div background color is #ecd1dc


#ecd1dc Border Color

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

This div border color is #ecd1dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,209,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 #ecd1dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd1dc


Comments

No comments written yet.

Please login to write comment.