Color Hex Logo

#ddb0bd Color Hex

#DDB0BD
(221,176,189)
0 Favorites   0 Comments

Color spaces of #ddb0bd

RGB 221176189
HSL0.950.400.78
HSV343°20°87°
CMYK 0.000.200.14   0.13
XYZ54.529450.096954.9398
Yxy50.09690.34170.3140
Hunter Lab70.779213.65573.5237
CIE-Lab76.128718.3582-0.3804

#ddb0bd color RGB value is (221,176,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 10111101
Octal 335 260 275
Decimal 221 176 189
Hex DD B0 BD

RGB Percentages of Color #ddb0bd

%37.71
%30.03
%32.25

CMYK Percentages of Color #ddb0bd

%0
%20
%14
%13

Triadic Colors of #ddb0bd

#ddb0bd #bdddb0 #b0bddd

Analogous Colors of #ddb0bd

#ddb0bd #ddbab0 #ddb0d4

Monochromatic Colors of #ddb0bd

#ddb0bd

Complementary Color

#ddb0bd #b0ddd0

#ddb0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb0bd Color CSS Codes

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

#ddb0bd Text Font Color

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

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


#ddb0bd Background Color

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

This div background color is #ddb0bd


#ddb0bd Border Color

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

This div border color is #ddb0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb0bd


Comments

No comments written yet.

Please login to write comment.