Color Hex Logo

#ddadbf Color Hex

#DDADBF
(221,173,191)
0 Favorites   0 Comments

Color spaces of #ddadbf

RGB 221173191
HSL0.940.410.77
HSV338°22°87°
CMYK 0.000.220.14   0.13
XYZ54.166349.020955.8973
Yxy49.02090.34050.3081
Hunter Lab70.014915.56851.6755
CIE-Lab75.464320.2977-2.4455

#ddadbf color RGB value is (221,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10111111
Octal 335 255 277
Decimal 221 173 191
Hex DD AD BF

RGB Percentages of Color #ddadbf

%37.78
%29.57
%32.65

CMYK Percentages of Color #ddadbf

%0
%22
%14
%13

Triadic Colors of #ddadbf

#ddadbf #bfddad #adbfdd

Analogous Colors of #ddadbf

#ddadbf #ddb3ad #ddadd7

Monochromatic Colors of #ddadbf

#ddadbf

Complementary Color

#ddadbf #adddcb

#ddadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadbf Color CSS Codes

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

#ddadbf Text Font Color

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

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


#ddadbf Background Color

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

This div background color is #ddadbf


#ddadbf Border Color

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

This div border color is #ddadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadbf


Comments

No comments written yet.

Please login to write comment.