Color Hex Logo

#d3eddd Color Hex

#D3EDDD
(211,237,221)
0 Favorites   0 Comments

Color spaces of #d3eddd

RGB 211237221
HSL0.400.420.88
HSV143°11°93°
CMYK 0.110.000.07   0.07
XYZ70.199379.637780.0783
Yxy79.63770.30530.3464
Hunter Lab89.2400-15.75559.2649
CIE-Lab91.5221-11.49564.8533

#d3eddd color RGB value is (211,237,221).

#d3eddd hex color red value is 211, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d3eddd hue: 0.40 , saturation: 0.42 and the lightness value of d3eddd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101101 11011101
Octal 323 355 335
Decimal 211 237 221
Hex D3 ED DD

RGB Percentages of Color #d3eddd

%31.54
%35.43
%33.03

CMYK Percentages of Color #d3eddd

%11
%0
%7
%7

Triadic Colors of #d3eddd

#d3eddd #ddd3ed #edddd3

Analogous Colors of #d3eddd

#d3eddd #d3edea #d6edd3

Monochromatic Colors of #d3eddd

#d3eddd

Complementary Color

#d3eddd #edd3e3

#d3eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eddd Color CSS Codes

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

#d3eddd Text Font Color

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

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


#d3eddd Background Color

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

This div background color is #d3eddd


#d3eddd Border Color

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

This div border color is #d3eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eddd


Comments

No comments written yet.

Please login to write comment.