Color Hex Logo

#ddaec5 Color Hex

#DDAEC5
(221,174,197)
0 Favorites   0 Comments

Color spaces of #ddaec5

RGB 221174197
HSL0.920.410.77
HSV331°21°87°
CMYK 0.000.210.11   0.13
XYZ55.032949.675559.5111
Yxy49.67550.33510.3025
Hunter Lab70.480816.0350-0.7254
CIE-Lab75.869720.7496-5.1260

#ddaec5 color RGB value is (221,174,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11000101
Octal 335 256 305
Decimal 221 174 197
Hex DD AE C5

RGB Percentages of Color #ddaec5

%37.33
%29.39
%33.28

CMYK Percentages of Color #ddaec5

%0
%21
%11
%13

Triadic Colors of #ddaec5

#ddaec5 #c5ddae #aec5dd

Analogous Colors of #ddaec5

#ddaec5 #ddafae #ddaedd

Monochromatic Colors of #ddaec5

#ddaec5

Complementary Color

#ddaec5 #aeddc6

#ddaec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaec5 Color CSS Codes

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

#ddaec5 Text Font Color

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

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


#ddaec5 Background Color

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

This div background color is #ddaec5


#ddaec5 Border Color

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

This div border color is #ddaec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaec5


Comments

No comments written yet.

Please login to write comment.