Color Hex Logo

#ddaec9 Color Hex

#DDAEC9
(221,174,201)
0 Favorites   0 Comments

Color spaces of #ddaec9

RGB 221174201
HSL0.900.410.77
HSV326°21°87°
CMYK 0.000.210.09   0.13
XYZ55.497549.861361.9575
Yxy49.86130.33170.2980
Hunter Lab70.612516.7191-2.5940
CIE-Lab75.984021.4260-7.1394

#ddaec9 color RGB value is (221,174,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11001001
Octal 335 256 311
Decimal 221 174 201
Hex DD AE C9

RGB Percentages of Color #ddaec9

%37.08
%29.19
%33.72

CMYK Percentages of Color #ddaec9

%0
%21
%9
%13

Triadic Colors of #ddaec9

#ddaec9 #c9ddae #aec9dd

Analogous Colors of #ddaec9

#ddaec9 #ddaeb2 #daaedd

Monochromatic Colors of #ddaec9

#ddaec9

Complementary Color

#ddaec9 #aeddc2

#ddaec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaec9 Color CSS Codes

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

#ddaec9 Text Font Color

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

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


#ddaec9 Background Color

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

This div background color is #ddaec9


#ddaec9 Border Color

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

This div border color is #ddaec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaec9


Comments

No comments written yet.

Please login to write comment.