Color Hex Logo

#ddc1bb Color Hex

#DDC1BB
(221,193,187)
0 Favorites   0 Comments

Color spaces of #ddc1bb

RGB 221193187
HSL0.030.330.80
HSV11°15°87°
CMYK 0.000.130.15   0.13
XYZ57.858457.099954.9856
Yxy57.09990.34050.3360
Hunter Lab75.56454.43659.7519
CIE-Lab80.23588.94366.6565

#ddc1bb color RGB value is (221,193,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 10111011
Octal 335 301 273
Decimal 221 193 187
Hex DD C1 BB

RGB Percentages of Color #ddc1bb

%36.77
%32.11
%31.11

CMYK Percentages of Color #ddc1bb

%0
%13
%15
%13

Triadic Colors of #ddc1bb

#ddc1bb #bbddc1 #c1bbdd

Analogous Colors of #ddc1bb

#ddc1bb #ddd2bb #ddbbc6

Monochromatic Colors of #ddc1bb

#ddc1bb

Complementary Color

#ddc1bb #bbd7dd

#ddc1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc1bb Color CSS Codes

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

#ddc1bb Text Font Color

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

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


#ddc1bb Background Color

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

This div background color is #ddc1bb


#ddc1bb Border Color

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

This div border color is #ddc1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc1bb

#ddc1bb Color Palettes


Comments

No comments written yet.

Please login to write comment.