Color Hex Logo

#ddd4bb Color Hex

#DDD4BB
(221,212,187)
0 Favorites   0 Comments

Color spaces of #ddd4bb

RGB 221212187
HSL0.120.330.80
HSV44°15°87°
CMYK 0.000.040.15   0.13
XYZ62.331966.047056.4768
Yxy66.04700.33720.3573
Hunter Lab81.2693-5.315415.6859
CIE-Lab85.0204-1.028513.4790

#ddd4bb color RGB value is (221,212,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 10111011
Octal 335 324 273
Decimal 221 212 187
Hex DD D4 BB

RGB Percentages of Color #ddd4bb

%35.65
%34.19
%30.16

CMYK Percentages of Color #ddd4bb

%0
%4
%15
%13

Triadic Colors of #ddd4bb

#ddd4bb #bbddd4 #d4bbdd

Analogous Colors of #ddd4bb

#ddd4bb #d5ddbb #ddc3bb

Monochromatic Colors of #ddd4bb

#ddd4bb

Complementary Color

#ddd4bb #bbc4dd

#ddd4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd4bb Color CSS Codes

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

#ddd4bb Text Font Color

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

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


#ddd4bb Background Color

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

This div background color is #ddd4bb


#ddd4bb Border Color

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

This div border color is #ddd4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd4bb

#ddd4bb Color Palettes


Comments

No comments written yet.

Please login to write comment.