Color Hex Logo

#ddb5bb Color Hex

#DDB5BB
(221,181,187)
0 Favorites   0 Comments

Color spaces of #ddb5bb

RGB 221181187
HSL0.980.370.79
HSV351°18°87°
CMYK 0.000.180.15   0.13
XYZ55.312352.007854.1369
Yxy52.00780.34260.3221
Hunter Lab72.116410.70335.9732
CIE-Lab77.285515.35092.3936

#ddb5bb color RGB value is (221,181,187).

#ddb5bb hex color red value is 221, green value is 181 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ddb5bb hue: 0.98 , saturation: 0.37 and the lightness value of ddb5bb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 10111011
Octal 335 265 273
Decimal 221 181 187
Hex DD B5 BB

RGB Percentages of Color #ddb5bb

%37.52
%30.73
%31.75

CMYK Percentages of Color #ddb5bb

%0
%18
%15
%13

Triadic Colors of #ddb5bb

#ddb5bb #bbddb5 #b5bbdd

Analogous Colors of #ddb5bb

#ddb5bb #ddc3b5 #ddb5cf

Monochromatic Colors of #ddb5bb

#ddb5bb

Complementary Color

#ddb5bb #b5ddd7

#ddb5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb5bb Color CSS Codes

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

#ddb5bb Text Font Color

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

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


#ddb5bb Background Color

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

This div background color is #ddb5bb


#ddb5bb Border Color

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

This div border color is #ddb5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb5bb


Comments

No comments written yet.

Please login to write comment.