Color Hex Logo

#d3dee1 Color Hex

#D3DEE1
(211,222,225)
0 Favorites   0 Comments

Color spaces of #d3dee1

RGB 211222225
HSL0.540.190.85
HSV193°88°
CMYK 0.060.010.00   0.12
XYZ66.575971.527781.5315
Yxy71.52770.30310.3257
Hunter Lab84.5741-7.49112.0448
CIE-Lab87.7408-3.1108-2.7517

#d3dee1 color RGB value is (211,222,225).

#d3dee1 hex color red value is 211, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d3dee1 hue: 0.54 , saturation: 0.19 and the lightness value of d3dee1 is 0.85.

The process color (four color CMYK) of #d3dee1 color hex is 0.06, 0.01, 0.00, 0.12. Web safe color of #d3dee1 is #cccccc. Color #d3dee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011110 11100001
Octal 323 336 341
Decimal 211 222 225
Hex D3 DE E1

RGB Percentages of Color #d3dee1

%32.07
%33.74
%34.19

CMYK Percentages of Color #d3dee1

%6
%1
%0
%12

Triadic Colors of #d3dee1

#d3dee1 #e1d3de #dee1d3

Analogous Colors of #d3dee1

#d3dee1 #d3d7e1 #d3e1dd

Monochromatic Colors of #d3dee1

#d3dee1

Complementary Color

#d3dee1 #e1d6d3

#d3dee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dee1 Color CSS Codes

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

#d3dee1 Text Font Color

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

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


#d3dee1 Background Color

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

This div background color is #d3dee1


#d3dee1 Border Color

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

This div border color is #d3dee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dee1


Comments

No comments written yet.

Please login to write comment.