Color Hex Logo

#d5dadd Color Hex

#D5DADD
(213,218,221)
0 Favorites   0 Comments

Color spaces of #d5dadd

RGB 213218221
HSL0.560.110.85
HSV203°87°
CMYK 0.040.010.00   0.13
XYZ65.563169.509478.3677
Yxy69.50940.30720.3257
Hunter Lab83.3723-5.53102.6296
CIE-Lab86.7557-1.1280-2.0698

#d5dadd color RGB value is (213,218,221).

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

The process color (four color CMYK) of #d5dadd color hex is 0.04, 0.01, 0.00, 0.13. Web safe color of #d5dadd is #cccccc. Color #d5dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011010 11011101
Octal 325 332 335
Decimal 213 218 221
Hex D5 DA DD

RGB Percentages of Color #d5dadd

%32.67
%33.44
%33.90

CMYK Percentages of Color #d5dadd

%4
%1
%0
%13

Triadic Colors of #d5dadd

#d5dadd #ddd5da #daddd5

Analogous Colors of #d5dadd

#d5dadd #d5d6dd #d5dddc

Monochromatic Colors of #d5dadd

#d5dadd

Complementary Color

#d5dadd #ddd8d5

#d5dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dadd Color CSS Codes

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

#d5dadd Text Font Color

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

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


#d5dadd Background Color

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

This div background color is #d5dadd


#d5dadd Border Color

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

This div border color is #d5dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dadd

#d5dadd Color Palettes


Comments

No comments written yet.

Please login to write comment.