Color Hex Logo

#d1ecdd Color Hex

#D1ECDD
(209,236,221)
0 Favorites   0 Comments

Color spaces of #d1ecdd

RGB 209236221
HSL0.410.420.87
HSV147°11°93°
CMYK 0.110.000.06   0.07
XYZ69.341178.766779.9554
Yxy78.76670.30400.3454
Hunter Lab88.7506-15.85108.7111
CIE-Lab91.1286-11.64914.2674

#d1ecdd color RGB value is (209,236,221).

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

The process color (four color CMYK) of #d1ecdd color hex is 0.11, 0.00, 0.06, 0.07. Web safe color of #d1ecdd is #ccffcc. Color #d1ecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101100 11011101
Octal 321 354 335
Decimal 209 236 221
Hex D1 EC DD

RGB Percentages of Color #d1ecdd

%31.38
%35.44
%33.18

CMYK Percentages of Color #d1ecdd

%11
%0
%6
%7

Triadic Colors of #d1ecdd

#d1ecdd #ddd1ec #ecddd1

Analogous Colors of #d1ecdd

#d1ecdd #d1eceb #d3ecd1

Monochromatic Colors of #d1ecdd

#d1ecdd

Complementary Color

#d1ecdd #ecd1e0

#d1ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ecdd Color CSS Codes

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

#d1ecdd Text Font Color

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

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


#d1ecdd Background Color

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

This div background color is #d1ecdd


#d1ecdd Border Color

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

This div border color is #d1ecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ecdd


Comments

No comments written yet.

Please login to write comment.