Color Hex Logo

#d9debd Color Hex

#D9DEBD
(217,222,189)
0 Favorites   0 Comments

Color spaces of #d9debd

RGB 217222189
HSL0.190.330.81
HSV69°15°87°
CMYK 0.020.000.15   0.13
XYZ63.921970.668458.4154
Yxy70.66840.33120.3661
Hunter Lab84.0645-11.383117.6452
CIE-Lab87.3237-7.293715.6321

#d9debd color RGB value is (217,222,189).

#d9debd hex color red value is 217, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d9debd hue: 0.19 , saturation: 0.33 and the lightness value of d9debd is 0.81.

The process color (four color CMYK) of #d9debd color hex is 0.02, 0.00, 0.15, 0.13. Web safe color of #d9debd is #cccccc. Color #d9debd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011110 10111101
Octal 331 336 275
Decimal 217 222 189
Hex D9 DE BD

RGB Percentages of Color #d9debd

%34.55
%35.35
%30.10

CMYK Percentages of Color #d9debd

%2
%0
%15
%13

Triadic Colors of #d9debd

#d9debd #bdd9de #debdd9

Analogous Colors of #d9debd

#d9debd #c9debd #ded3bd

Monochromatic Colors of #d9debd

#d9debd

Complementary Color

#d9debd #c2bdde

#d9debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9debd Color CSS Codes

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

#d9debd Text Font Color

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

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


#d9debd Background Color

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

This div background color is #d9debd


#d9debd Border Color

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

This div border color is #d9debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9debd


Comments

No comments written yet.

Please login to write comment.