Color Hex Logo

#ddc5bd Color Hex

#DDC5BD
(221,197,189)
0 Favorites   0 Comments

Color spaces of #ddc5bd

RGB 221197189
HSL0.040.320.80
HSV15°14°87°
CMYK 0.000.110.14   0.13
XYZ58.970458.978856.4201
Yxy58.97880.33820.3382
Hunter Lab76.79772.668410.2004
CIE-Lab81.27997.14037.0837

#ddc5bd color RGB value is (221,197,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 10111101
Octal 335 305 275
Decimal 221 197 189
Hex DD C5 BD

RGB Percentages of Color #ddc5bd

%36.41
%32.45
%31.14

CMYK Percentages of Color #ddc5bd

%0
%11
%14
%13

Triadic Colors of #ddc5bd

#ddc5bd #bdddc5 #c5bddd

Analogous Colors of #ddc5bd

#ddc5bd #ddd5bd #ddbdc5

Monochromatic Colors of #ddc5bd

#ddc5bd

Complementary Color

#ddc5bd #bdd5dd

#ddc5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc5bd Color CSS Codes

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

#ddc5bd Text Font Color

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

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


#ddc5bd Background Color

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

This div background color is #ddc5bd


#ddc5bd Border Color

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

This div border color is #ddc5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc5bd


Comments

No comments written yet.

Please login to write comment.