Color Hex Logo

#ddb0bc Color Hex

#DDB0BC
(221,176,188)
0 Favorites   0 Comments

Color spaces of #ddb0bc

RGB 221176188
HSL0.960.400.78
HSV344°20°87°
CMYK 0.000.200.15   0.13
XYZ54.421250.053754.3700
Yxy50.05370.34260.3151
Hunter Lab70.748613.49553.9600
CIE-Lab76.102218.19740.1263

#ddb0bc color RGB value is (221,176,188).

#ddb0bc hex color red value is 221, green value is 176 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddb0bc hue: 0.96 , saturation: 0.40 and the lightness value of ddb0bc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 10111100
Octal 335 260 274
Decimal 221 176 188
Hex DD B0 BC

RGB Percentages of Color #ddb0bc

%37.78
%30.09
%32.14

CMYK Percentages of Color #ddb0bc

%0
%20
%15
%13

Triadic Colors of #ddb0bc

#ddb0bc #bcddb0 #b0bcdd

Analogous Colors of #ddb0bc

#ddb0bc #ddbbb0 #ddb0d3

Monochromatic Colors of #ddb0bc

#ddb0bc

Complementary Color

#ddb0bc #b0ddd1

#ddb0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb0bc Color CSS Codes

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

#ddb0bc Text Font Color

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

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


#ddb0bc Background Color

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

This div background color is #ddb0bc


#ddb0bc Border Color

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

This div border color is #ddb0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb0bc


Comments

No comments written yet.

Please login to write comment.