Color Hex Logo

#d3edde Color Hex

#D3EDDE
(211,237,222)
0 Favorites   0 Comments

Color spaces of #d3edde

RGB 211237222
HSL0.400.420.88
HSV145°11°93°
CMYK 0.110.000.06   0.07
XYZ70.333079.691280.7822
Yxy79.69120.30470.3453
Hunter Lab89.2699-15.58788.8362
CIE-Lab91.5461-11.31264.3674

#d3edde color RGB value is (211,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101101 11011110
Octal 323 355 336
Decimal 211 237 222
Hex D3 ED DE

RGB Percentages of Color #d3edde

%31.49
%35.37
%33.13

CMYK Percentages of Color #d3edde

%11
%0
%6
%7

Triadic Colors of #d3edde

#d3edde #ded3ed #edded3

Analogous Colors of #d3edde

#d3edde #d3edeb #d5edd3

Monochromatic Colors of #d3edde

#d3edde

Complementary Color

#d3edde #edd3e2

#d3edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3edde Color CSS Codes

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

#d3edde Text Font Color

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

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


#d3edde Background Color

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

This div background color is #d3edde


#d3edde Border Color

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

This div border color is #d3edde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,237,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3edde


Comments

No comments written yet.

Please login to write comment.