Color Hex Logo

#d6ddbd Color Hex

#D6DDBD
(214,221,189)
0 Favorites   0 Comments

Color spaces of #d6ddbd

RGB 214221189
HSL0.200.320.80
HSV73°14°87°
CMYK 0.030.000.14   0.13
XYZ62.773369.683258.2858
Yxy69.68320.32910.3653
Hunter Lab83.4765-11.854017.0354
CIE-Lab86.8413-7.854114.9207

#d6ddbd color RGB value is (214,221,189).

#d6ddbd hex color red value is 214, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d6ddbd hue: 0.20 , saturation: 0.32 and the lightness value of d6ddbd is 0.80.

The process color (four color CMYK) of #d6ddbd color hex is 0.03, 0.00, 0.14, 0.13. Web safe color of #d6ddbd is #cccccc. Color #d6ddbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011101 10111101
Octal 326 335 275
Decimal 214 221 189
Hex D6 DD BD

RGB Percentages of Color #d6ddbd

%34.29
%35.42
%30.29

CMYK Percentages of Color #d6ddbd

%3
%0
%14
%13

Triadic Colors of #d6ddbd

#d6ddbd #bdd6dd #ddbdd6

Analogous Colors of #d6ddbd

#d6ddbd #c6ddbd #ddd4bd

Monochromatic Colors of #d6ddbd

#d6ddbd

Complementary Color

#d6ddbd #c4bddd

#d6ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ddbd Color CSS Codes

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

#d6ddbd Text Font Color

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

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


#d6ddbd Background Color

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

This div background color is #d6ddbd


#d6ddbd Border Color

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

This div border color is #d6ddbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,221,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ddbd


Comments

No comments written yet.

Please login to write comment.