Color Hex Logo

#ddaec7 Color Hex

#DDAEC7
(221,174,199)
0 Favorites   0 Comments

Color spaces of #ddaec7

RGB 221174199
HSL0.910.410.77
HSV328°21°87°
CMYK 0.000.210.10   0.13
XYZ55.263649.767860.7263
Yxy49.76780.33340.3002
Hunter Lab70.546316.3749-1.6545
CIE-Lab75.926521.0860-6.1335

#ddaec7 color RGB value is (221,174,199).

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

The process color (four color CMYK) of #ddaec7 color hex is 0.00, 0.21, 0.10, 0.13. Web safe color of #ddaec7 is #cc99cc. Color #ddaec7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11000111
Octal 335 256 307
Decimal 221 174 199
Hex DD AE C7

RGB Percentages of Color #ddaec7

%37.21
%29.29
%33.50

CMYK Percentages of Color #ddaec7

%0
%21
%10
%13

Triadic Colors of #ddaec7

#ddaec7 #c7ddae #aec7dd

Analogous Colors of #ddaec7

#ddaec7 #ddaeb0 #dcaedd

Monochromatic Colors of #ddaec7

#ddaec7

Complementary Color

#ddaec7 #aeddc4

#ddaec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaec7 Color CSS Codes

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

#ddaec7 Text Font Color

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

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


#ddaec7 Background Color

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

This div background color is #ddaec7


#ddaec7 Border Color

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

This div border color is #ddaec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaec7


Comments

No comments written yet.

Please login to write comment.