Color Hex Logo

#d9dadd Color Hex

#D9DADD
(217,218,221)
0 Favorites   0 Comments

Color spaces of #d9dadd

RGB 217218221
HSL0.630.060.86
HSV225°87°
CMYK 0.020.010.00   0.13
XYZ66.737870.115078.4227
Yxy70.11500.31000.3257
Hunter Lab83.7347-4.26863.0856
CIE-Lab87.05320.2123-1.5987

#d9dadd color RGB value is (217,218,221).

#d9dadd hex color red value is 217, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d9dadd hue: 0.63 , saturation: 0.06 and the lightness value of d9dadd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 11011101
Octal 331 332 335
Decimal 217 218 221
Hex D9 DA DD

RGB Percentages of Color #d9dadd

%33.08
%33.23
%33.69

CMYK Percentages of Color #d9dadd

%2
%1
%0
%13

Triadic Colors of #d9dadd

#d9dadd #ddd9da #daddd9

Analogous Colors of #d9dadd

#d9dadd #dad9dd #d9dcdd

Monochromatic Colors of #d9dadd

#d9dadd

Complementary Color

#d9dadd #dddcd9

#d9dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dadd Color CSS Codes

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

#d9dadd Text Font Color

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

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


#d9dadd Background Color

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

This div background color is #d9dadd


#d9dadd Border Color

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

This div border color is #d9dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dadd

#d9dadd Color Palettes


Comments

No comments written yet.

Please login to write comment.