Color Hex Logo

#d6dadd Color Hex

#D6DADD
(214,218,221)
0 Favorites   0 Comments

Color spaces of #d6dadd

RGB 214218221
HSL0.570.090.85
HSV206°87°
CMYK 0.030.010.00   0.13
XYZ65.854169.659478.3813
Yxy69.65940.30790.3257
Hunter Lab83.4622-5.21722.7429
CIE-Lab86.8295-0.7937-1.9529

#d6dadd color RGB value is (214,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011010 11011101
Octal 326 332 335
Decimal 214 218 221
Hex D6 DA DD

RGB Percentages of Color #d6dadd

%32.77
%33.38
%33.84

CMYK Percentages of Color #d6dadd

%3
%1
%0
%13

Triadic Colors of #d6dadd

#d6dadd #ddd6da #daddd6

Analogous Colors of #d6dadd

#d6dadd #d6d7dd #d6dddd

Monochromatic Colors of #d6dadd

#d6dadd

Complementary Color

#d6dadd #ddd9d6

#d6dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dadd Color CSS Codes

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

#d6dadd Text Font Color

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

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


#d6dadd Background Color

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

This div background color is #d6dadd


#d6dadd Border Color

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

This div border color is #d6dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dadd


Comments

No comments written yet.

Please login to write comment.