Color Hex Logo

#ddd6bd Color Hex

#DDD6BD
(221,214,189)
1 Favorites   0 Comments

Color spaces of #ddd6bd

RGB 221214189
HSL0.130.320.80
HSV47°14°87°
CMYK 0.000.030.14   0.13
XYZ63.050767.139457.7802
Yxy67.13940.33540.3572
Hunter Lab81.9386-6.039215.5479
CIE-Lab85.5743-1.752613.2072

#ddd6bd color RGB value is (221,214,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 10111101
Octal 335 326 275
Decimal 221 214 189
Hex DD D6 BD

RGB Percentages of Color #ddd6bd

%35.42
%34.29
%30.29

CMYK Percentages of Color #ddd6bd

%0
%3
%14
%13

Triadic Colors of #ddd6bd

#ddd6bd #bdddd6 #d6bddd

Analogous Colors of #ddd6bd

#ddd6bd #d4ddbd #ddc6bd

Monochromatic Colors of #ddd6bd

#ddd6bd

Complementary Color

#ddd6bd #bdc4dd

#ddd6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd6bd Color CSS Codes

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

#ddd6bd Text Font Color

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

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


#ddd6bd Background Color

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

This div background color is #ddd6bd


#ddd6bd Border Color

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

This div border color is #ddd6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd6bd


Comments

No comments written yet.

Please login to write comment.