Color Hex Logo

#ddadd7 Color Hex

#DDADD7
(221,173,215)
0 Favorites   0 Comments

Color spaces of #ddadd7

RGB 221173215
HSL0.850.410.77
HSV308°22°87°
CMYK 0.000.220.03   0.13
XYZ57.028150.165670.9672
Yxy50.16560.32010.2816
Hunter Lab70.827719.7738-9.8274
CIE-Lab76.170824.4282-14.4902

#ddadd7 color RGB value is (221,173,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11010111
Octal 335 255 327
Decimal 221 173 215
Hex DD AD D7

RGB Percentages of Color #ddadd7

%36.29
%28.41
%35.30

CMYK Percentages of Color #ddadd7

%0
%22
%3
%13

Triadic Colors of #ddadd7

#ddadd7 #d7ddad #add7dd

Analogous Colors of #ddadd7

#ddadd7 #ddadbf #cbaddd

Monochromatic Colors of #ddadd7

#ddadd7

Complementary Color

#ddadd7 #adddb3

#ddadd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadd7 Color CSS Codes

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

#ddadd7 Text Font Color

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

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


#ddadd7 Background Color

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

This div background color is #ddadd7


#ddadd7 Border Color

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

This div border color is #ddadd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadd7


Comments

No comments written yet.

Please login to write comment.