Color Hex Logo

#d1ecdb Color Hex

#D1ECDB
(209,236,219)
0 Favorites   0 Comments

Color spaces of #d1ecdb

RGB 209236219
HSL0.400.420.87
HSV142°11°93°
CMYK 0.110.000.07   0.07
XYZ69.076178.660778.5602
Yxy78.66070.30520.3476
Hunter Lab88.6909-16.18599.5660
CIE-Lab91.0805-12.01605.2402

#d1ecdb color RGB value is (209,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101100 11011011
Octal 321 354 333
Decimal 209 236 219
Hex D1 EC DB

RGB Percentages of Color #d1ecdb

%31.48
%35.54
%32.98

CMYK Percentages of Color #d1ecdb

%11
%0
%7
%7

Triadic Colors of #d1ecdb

#d1ecdb #dbd1ec #ecdbd1

Analogous Colors of #d1ecdb

#d1ecdb #d1ece9 #d5ecd1

Monochromatic Colors of #d1ecdb

#d1ecdb

Complementary Color

#d1ecdb #ecd1e2

#d1ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ecdb Color CSS Codes

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

#d1ecdb Text Font Color

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

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


#d1ecdb Background Color

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

This div background color is #d1ecdb


#d1ecdb Border Color

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

This div border color is #d1ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ecdb


Comments

No comments written yet.

Please login to write comment.