Color Hex Logo

#ddc0bc Color Hex

#DDC0BC
(221,192,188)
0 Favorites   0 Comments

Color spaces of #ddc0bc

RGB 221192188
HSL0.020.330.80
HSV15°87°
CMYK 0.000.130.15   0.13
XYZ57.745556.702355.4781
Yxy56.70230.33980.3337
Hunter Lab75.30095.10849.0286
CIE-Lab80.01199.63295.7964

#ddc0bc color RGB value is (221,192,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 10111100
Octal 335 300 274
Decimal 221 192 188
Hex DD C0 BC

RGB Percentages of Color #ddc0bc

%36.77
%31.95
%31.28

CMYK Percentages of Color #ddc0bc

%0
%13
%15
%13

Triadic Colors of #ddc0bc

#ddc0bc #bcddc0 #c0bcdd

Analogous Colors of #ddc0bc

#ddc0bc #ddd1bc #ddbcc9

Monochromatic Colors of #ddc0bc

#ddc0bc

Complementary Color

#ddc0bc #bcd9dd

#ddc0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc0bc Color CSS Codes

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

#ddc0bc Text Font Color

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

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


#ddc0bc Background Color

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

This div background color is #ddc0bc


#ddc0bc Border Color

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

This div border color is #ddc0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc0bc


Comments

No comments written yet.

Please login to write comment.