Color Hex Logo

#d3ddbd Color Hex

#D3DDBD
(211,221,189)
0 Favorites   0 Comments

Color spaces of #d3ddbd

RGB 211221189
HSL0.220.320.80
HSV79°14°87°
CMYK 0.050.000.14   0.13
XYZ61.905769.235958.2452
Yxy69.23590.32690.3656
Hunter Lab83.2081-12.812616.7430
CIE-Lab86.6207-8.918914.5782

#d3ddbd color RGB value is (211,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011101 10111101
Octal 323 335 275
Decimal 211 221 189
Hex D3 DD BD

RGB Percentages of Color #d3ddbd

%33.98
%35.59
%30.43

CMYK Percentages of Color #d3ddbd

%5
%0
%14
%13

Triadic Colors of #d3ddbd

#d3ddbd #bdd3dd #ddbdd3

Analogous Colors of #d3ddbd

#d3ddbd #c3ddbd #ddd7bd

Monochromatic Colors of #d3ddbd

#d3ddbd

Complementary Color

#d3ddbd #c7bddd

#d3ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ddbd Color CSS Codes

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

#d3ddbd Text Font Color

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

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


#d3ddbd Background Color

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

This div background color is #d3ddbd


#d3ddbd Border Color

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

This div border color is #d3ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ddbd

#d3ddbd Color Palettes


Comments

No comments written yet.

Please login to write comment.