Color Hex Logo

#ddadd0 Color Hex

#DDADD0
(221,173,208)
0 Favorites   0 Comments

Color spaces of #ddadd0

RGB 221173208
HSL0.880.410.77
HSV316°22°87°
CMYK 0.000.220.06   0.13
XYZ56.147549.813466.3302
Yxy49.81340.32590.2891
Hunter Lab70.578618.4898-6.3161
CIE-Lab75.954623.1782-11.0008

#ddadd0 color RGB value is (221,173,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11010000
Octal 335 255 320
Decimal 221 173 208
Hex DD AD D0

RGB Percentages of Color #ddadd0

%36.71
%28.74
%34.55

CMYK Percentages of Color #ddadd0

%0
%22
%6
%13

Triadic Colors of #ddadd0

#ddadd0 #d0ddad #add0dd

Analogous Colors of #ddadd0

#ddadd0 #ddadb8 #d2addd

Monochromatic Colors of #ddadd0

#ddadd0

Complementary Color

#ddadd0 #adddba

#ddadd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadd0 Color CSS Codes

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

#ddadd0 Text Font Color

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

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


#ddadd0 Background Color

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

This div background color is #ddadd0


#ddadd0 Border Color

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

This div border color is #ddadd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadd0


Comments

No comments written yet.

Please login to write comment.