Color Hex Logo

#dddebd Color Hex

#DDDEBD
(221,222,189)
0 Favorites   0 Comments

Color spaces of #dddebd

RGB 221222189
HSL0.170.330.81
HSV62°15°87°
CMYK 0.000.000.15   0.13
XYZ65.125471.288858.4718
Yxy71.28880.33420.3658
Hunter Lab84.4327-10.075018.0430
CIE-Lab87.6251-5.861016.0996

#dddebd color RGB value is (221,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10111101
Octal 335 336 275
Decimal 221 222 189
Hex DD DE BD

RGB Percentages of Color #dddebd

%34.97
%35.13
%29.91

CMYK Percentages of Color #dddebd

%0
%0
%15
%13

Triadic Colors of #dddebd

#dddebd #bdddde #debddd

Analogous Colors of #dddebd

#dddebd #cddebd #decfbd

Monochromatic Colors of #dddebd

#dddebd

Complementary Color

#dddebd #bebdde

#dddebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddebd Color CSS Codes

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

#dddebd Text Font Color

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

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


#dddebd Background Color

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

This div background color is #dddebd


#dddebd Border Color

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

This div border color is #dddebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddebd


Comments

No comments written yet.

Please login to write comment.