Color Hex Logo

#ddc0bb Color Hex

#DDC0BB
(221,192,187)
0 Favorites   0 Comments

Color spaces of #ddc0bb

RGB 221192187
HSL0.020.330.80
HSV15°87°
CMYK 0.000.130.15   0.13
XYZ57.638156.659354.9122
Yxy56.65930.34060.3348
Hunter Lab75.27244.95569.4378
CIE-Lab79.98769.47486.2996

#ddc0bb color RGB value is (221,192,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 10111011
Octal 335 300 273
Decimal 221 192 187
Hex DD C0 BB

RGB Percentages of Color #ddc0bb

%36.83
%32.00
%31.17

CMYK Percentages of Color #ddc0bb

%0
%13
%15
%13

Triadic Colors of #ddc0bb

#ddc0bb #bbddc0 #c0bbdd

Analogous Colors of #ddc0bb

#ddc0bb #ddd1bb #ddbbc7

Monochromatic Colors of #ddc0bb

#ddc0bb

Complementary Color

#ddc0bb #bbd8dd

#ddc0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc0bb Color CSS Codes

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

#ddc0bb Text Font Color

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

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


#ddc0bb Background Color

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

This div background color is #ddc0bb


#ddc0bb Border Color

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

This div border color is #ddc0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc0bb


Comments

No comments written yet.

Please login to write comment.