Color Hex Logo

#ecd5dd Color Hex

#ECD5DD
(236,213,221)
0 Favorites   0 Comments

Color spaces of #ecd5dd

RGB 236213221
HSL0.940.380.88
HSV339°10°93°
CMYK 0.000.100.06   0.07
XYZ71.437570.641878.2767
Yxy70.64180.32420.3206
Hunter Lab84.04874.63163.6158
CIE-Lab87.31079.2987-1.0435

#ecd5dd color RGB value is (236,213,221).

#ecd5dd hex color red value is 236, green value is 213 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ecd5dd hue: 0.94 , saturation: 0.38 and the lightness value of ecd5dd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 11011101
Octal 354 325 335
Decimal 236 213 221
Hex EC D5 DD

RGB Percentages of Color #ecd5dd

%35.22
%31.79
%32.99

CMYK Percentages of Color #ecd5dd

%0
%10
%6
%7

Triadic Colors of #ecd5dd

#ecd5dd #ddecd5 #d5ddec

Analogous Colors of #ecd5dd

#ecd5dd #ecd9d5 #ecd5e9

Monochromatic Colors of #ecd5dd

#ecd5dd

Complementary Color

#ecd5dd #d5ece4

#ecd5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd5dd Color CSS Codes

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

#ecd5dd Text Font Color

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

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


#ecd5dd Background Color

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

This div background color is #ecd5dd


#ecd5dd Border Color

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

This div border color is #ecd5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd5dd

#ecd5dd Color Palettes


Comments

No comments written yet.

Please login to write comment.