Color Hex Logo

#ddc6bd Color Hex

#DDC6BD
(221,198,189)
1 Favorites   0 Comments

Color spaces of #ddc6bd

RGB 221198189
HSL0.050.320.80
HSV17°14°87°
CMYK 0.000.100.14   0.13
XYZ59.198259.434456.4960
Yxy59.43440.33800.3394
Hunter Lab77.09372.151410.5166
CIE-Lab81.52986.61187.4425

#ddc6bd color RGB value is (221,198,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 10111101
Octal 335 306 275
Decimal 221 198 189
Hex DD C6 BD

RGB Percentages of Color #ddc6bd

%36.35
%32.57
%31.09

CMYK Percentages of Color #ddc6bd

%0
%10
%14
%13

Triadic Colors of #ddc6bd

#ddc6bd #bdddc6 #c6bddd

Analogous Colors of #ddc6bd

#ddc6bd #ddd6bd #ddbdc4

Monochromatic Colors of #ddc6bd

#ddc6bd

Complementary Color

#ddc6bd #bdd4dd

#ddc6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc6bd Color CSS Codes

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

#ddc6bd Text Font Color

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

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


#ddc6bd Background Color

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

This div background color is #ddc6bd


#ddc6bd Border Color

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

This div border color is #ddc6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc6bd

#ddc6bd Color Palettes


Comments

No comments written yet.

Please login to write comment.