Color Hex Logo

#d5d3dc Color Hex

#D5D3DC
(213,211,220)
1 Favorites   0 Comments

Color spaces of #d5d3dc

RGB 213211220
HSL0.700.110.85
HSV253°86°
CMYK 0.030.040.00   0.14
XYZ63.653165.902077.0756
Yxy65.90200.30810.3189
Hunter Lab81.1800-2.10360.5337
CIE-Lab84.94642.3382-4.1988

#d5d3dc color RGB value is (213,211,220).

#d5d3dc hex color red value is 213, green value is 211 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d5d3dc hue: 0.70 , saturation: 0.11 and the lightness value of d5d3dc is 0.85.

The process color (four color CMYK) of #d5d3dc color hex is 0.03, 0.04, 0.00, 0.14. Web safe color of #d5d3dc is #cccccc. Color #d5d3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11010011 11011100
Octal 325 323 334
Decimal 213 211 220
Hex D5 D3 DC

RGB Percentages of Color #d5d3dc

%33.07
%32.76
%34.16

CMYK Percentages of Color #d5d3dc

%3
%4
%0
%14

Triadic Colors of #d5d3dc

#d5d3dc #dcd5d3 #d3dcd5

Analogous Colors of #d5d3dc

#d5d3dc #dad3dc #d3d6dc

Monochromatic Colors of #d5d3dc

#d5d3dc

Complementary Color

#d5d3dc #dadcd3

#d5d3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d3dc Color CSS Codes

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

#d5d3dc Text Font Color

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

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


#d5d3dc Background Color

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

This div background color is #d5d3dc


#d5d3dc Border Color

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

This div border color is #d5d3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d3dc


Comments

No comments written yet.

Please login to write comment.