Color Hex Logo

#d3e3dd Color Hex

#D3E3DD
(211,227,221)
0 Favorites   0 Comments

Color spaces of #d3e3dd

RGB 211227221
HSL0.440.220.86
HSV158°89°
CMYK 0.070.000.03   0.11
XYZ67.384274.007579.1400
Yxy74.00750.30560.3356
Hunter Lab86.0276-10.73185.6763
CIE-Lab88.9260-6.42991.0853

#d3e3dd color RGB value is (211,227,221).

#d3e3dd hex color red value is 211, green value is 227 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d3e3dd hue: 0.44 , saturation: 0.22 and the lightness value of d3e3dd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11100011 11011101
Octal 323 343 335
Decimal 211 227 221
Hex D3 E3 DD

RGB Percentages of Color #d3e3dd

%32.02
%34.45
%33.54

CMYK Percentages of Color #d3e3dd

%7
%0
%3
%11

Triadic Colors of #d3e3dd

#d3e3dd #ddd3e3 #e3ddd3

Analogous Colors of #d3e3dd

#d3e3dd #d3e1e3 #d3e3d5

Monochromatic Colors of #d3e3dd

#d3e3dd

Complementary Color

#d3e3dd #e3d3d9

#d3e3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3e3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3e3dd Color CSS Codes

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

#d3e3dd Text Font Color

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

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


#d3e3dd Background Color

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

This div background color is #d3e3dd


#d3e3dd Border Color

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

This div border color is #d3e3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3e3dd


Comments

No comments written yet.

Please login to write comment.