Color Hex Logo

#ddadbe Color Hex

#DDADBE
(221,173,190)
0 Favorites   0 Comments

Color spaces of #ddadbe

RGB 221173190
HSL0.940.410.77
HSV339°22°87°
CMYK 0.000.220.14   0.13
XYZ54.056648.977055.3196
Yxy48.97700.34140.3093
Hunter Lab69.983615.40542.1218
CIE-Lab75.437020.1353-1.9390

#ddadbe color RGB value is (221,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10111110
Octal 335 255 276
Decimal 221 173 190
Hex DD AD BE

RGB Percentages of Color #ddadbe

%37.84
%29.62
%32.53

CMYK Percentages of Color #ddadbe

%0
%22
%14
%13

Triadic Colors of #ddadbe

#ddadbe #beddad #adbedd

Analogous Colors of #ddadbe

#ddadbe #ddb4ad #ddadd6

Monochromatic Colors of #ddadbe

#ddadbe

Complementary Color

#ddadbe #adddcc

#ddadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadbe Color CSS Codes

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

#ddadbe Text Font Color

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

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


#ddadbe Background Color

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

This div background color is #ddadbe


#ddadbe Border Color

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

This div border color is #ddadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadbe


Comments

No comments written yet.

Please login to write comment.