Color Hex Logo

#ddd7bb Color Hex

#DDD7BB
(221,215,187)
0 Favorites   0 Comments

Color spaces of #ddd7bb

RGB 221215187
HSL0.140.330.80
HSV49°15°87°
CMYK 0.000.030.15   0.13
XYZ63.088967.560956.7291
Yxy67.56090.33670.3606
Hunter Lab82.1954-6.834816.6164
CIE-Lab85.7864-2.578914.5608

#ddd7bb color RGB value is (221,215,187).

#ddd7bb hex color red value is 221, green value is 215 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ddd7bb hue: 0.14 , saturation: 0.33 and the lightness value of ddd7bb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 10111011
Octal 335 327 273
Decimal 221 215 187
Hex DD D7 BB

RGB Percentages of Color #ddd7bb

%35.47
%34.51
%30.02

CMYK Percentages of Color #ddd7bb

%0
%3
%15
%13

Triadic Colors of #ddd7bb

#ddd7bb #bbddd7 #d7bbdd

Analogous Colors of #ddd7bb

#ddd7bb #d2ddbb #ddc6bb

Monochromatic Colors of #ddd7bb

#ddd7bb

Complementary Color

#ddd7bb #bbc1dd

#ddd7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd7bb Color CSS Codes

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

#ddd7bb Text Font Color

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

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


#ddd7bb Background Color

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

This div background color is #ddd7bb


#ddd7bb Border Color

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

This div border color is #ddd7bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,215,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddd7bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd7bb


Comments

No comments written yet.

Please login to write comment.