Color Hex Logo

#dddcbd Color Hex

#DDDCBD
(221,220,189)
0 Favorites   0 Comments

Color spaces of #dddcbd

RGB 221220189
HSL0.160.320.80
HSV58°14°87°
CMYK 0.000.000.14   0.13
XYZ64.597370.232758.2957
Yxy70.23270.33450.3637
Hunter Lab83.8050-9.069917.4207
CIE-Lab87.1109-4.839015.3763

#dddcbd color RGB value is (221,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10111101
Octal 335 334 275
Decimal 221 220 189
Hex DD DC BD

RGB Percentages of Color #dddcbd

%35.08
%34.92
%30.00

CMYK Percentages of Color #dddcbd

%0
%0
%14
%13

Triadic Colors of #dddcbd

#dddcbd #bddddc #dcbddd

Analogous Colors of #dddcbd

#dddcbd #ceddbd #ddccbd

Monochromatic Colors of #dddcbd

#dddcbd

Complementary Color

#dddcbd #bdbedd

#dddcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcbd Color CSS Codes

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

#dddcbd Text Font Color

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

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


#dddcbd Background Color

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

This div background color is #dddcbd


#dddcbd Border Color

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

This div border color is #dddcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcbd


Comments

No comments written yet.

Please login to write comment.