Color Hex Logo

#ddadbb Color Hex

#DDADBB
(221,173,187)
0 Favorites   0 Comments

Color spaces of #ddadbb

RGB 221173187
HSL0.950.410.77
HSV343°22°87°
CMYK 0.000.220.15   0.13
XYZ53.732048.847153.6102
Yxy48.84710.34400.3127
Hunter Lab69.890714.92213.4446
CIE-Lab75.356119.6532-0.4175

#ddadbb color RGB value is (221,173,187).

#ddadbb hex color red value is 221, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ddadbb hue: 0.95 , saturation: 0.41 and the lightness value of ddadbb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10111011
Octal 335 255 273
Decimal 221 173 187
Hex DD AD BB

RGB Percentages of Color #ddadbb

%38.04
%29.78
%32.19

CMYK Percentages of Color #ddadbb

%0
%22
%15
%13

Triadic Colors of #ddadbb

#ddadbb #bbddad #adbbdd

Analogous Colors of #ddadbb

#ddadbb #ddb7ad #ddadd3

Monochromatic Colors of #ddadbb

#ddadbb

Complementary Color

#ddadbb #adddcf

#ddadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadbb Color CSS Codes

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

#ddadbb Text Font Color

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

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


#ddadbb Background Color

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

This div background color is #ddadbb


#ddadbb Border Color

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

This div border color is #ddadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadbb


Comments

No comments written yet.

Please login to write comment.