Color Hex Logo

#ddb4bc Color Hex

#DDB4BC
(221,180,188)
0 Favorites   0 Comments

Color spaces of #ddb4bc

RGB 221180188
HSL0.970.380.79
HSV348°19°87°
CMYK 0.000.190.15   0.13
XYZ55.217251.645554.6353
Yxy51.64550.34190.3198
Hunter Lab71.864811.38685.2301
CIE-Lab77.068416.04741.5345

#ddb4bc color RGB value is (221,180,188).

#ddb4bc hex color red value is 221, green value is 180 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddb4bc hue: 0.97 , saturation: 0.38 and the lightness value of ddb4bc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 10111100
Octal 335 264 274
Decimal 221 180 188
Hex DD B4 BC

RGB Percentages of Color #ddb4bc

%37.52
%30.56
%31.92

CMYK Percentages of Color #ddb4bc

%0
%19
%15
%13

Triadic Colors of #ddb4bc

#ddb4bc #bcddb4 #b4bcdd

Analogous Colors of #ddb4bc

#ddb4bc #ddc1b4 #ddb4d1

Monochromatic Colors of #ddb4bc

#ddb4bc

Complementary Color

#ddb4bc #b4ddd5

#ddb4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb4bc Color CSS Codes

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

#ddb4bc Text Font Color

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

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


#ddb4bc Background Color

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

This div background color is #ddb4bc


#ddb4bc Border Color

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

This div border color is #ddb4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb4bc


Comments

No comments written yet.

Please login to write comment.