Color Hex Logo

#ecddd7 Color Hex

#ECDDD7
(236,221,215)
0 Favorites   0 Comments

Color spaces of #ecddd7

RGB 236221215
HSL0.050.360.88
HSV17°93°
CMYK 0.000.060.09   0.07
XYZ72.714374.452174.8282
Yxy74.45210.32750.3354
Hunter Lab86.2856-0.57508.9828
CIE-Lab89.13574.12454.7738

#ecddd7 color RGB value is (236,221,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 11010111
Octal 354 335 327
Decimal 236 221 215
Hex EC DD D7

RGB Percentages of Color #ecddd7

%35.12
%32.89
%31.99

CMYK Percentages of Color #ecddd7

%0
%6
%9
%7

Triadic Colors of #ecddd7

#ecddd7 #d7ecdd #ddd7ec

Analogous Colors of #ecddd7

#ecddd7 #ece8d7 #ecd7dc

Monochromatic Colors of #ecddd7

#ecddd7

Complementary Color

#ecddd7 #d7e6ec

#ecddd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecddd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecddd7 Color CSS Codes

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

#ecddd7 Text Font Color

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

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


#ecddd7 Background Color

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

This div background color is #ecddd7


#ecddd7 Border Color

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

This div border color is #ecddd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecddd7


Comments

No comments written yet.

Please login to write comment.