Color Hex Logo

#ddaec6 Color Hex

#DDAEC6
(221,174,198)
0 Favorites   0 Comments

Color spaces of #ddaec6

RGB 221174198
HSL0.910.410.77
HSV329°21°87°
CMYK 0.000.210.10   0.13
XYZ55.147949.721560.1167
Yxy49.72150.33430.3014
Hunter Lab70.513516.2045-1.1886
CIE-Lab75.898020.9175-5.6299

#ddaec6 color RGB value is (221,174,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11000110
Octal 335 256 306
Decimal 221 174 198
Hex DD AE C6

RGB Percentages of Color #ddaec6

%37.27
%29.34
%33.39

CMYK Percentages of Color #ddaec6

%0
%21
%10
%13

Triadic Colors of #ddaec6

#ddaec6 #c6ddae #aec6dd

Analogous Colors of #ddaec6

#ddaec6 #ddaeaf #ddaedd

Monochromatic Colors of #ddaec6

#ddaec6

Complementary Color

#ddaec6 #aeddc5

#ddaec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaec6 Color CSS Codes

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

#ddaec6 Text Font Color

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

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


#ddaec6 Background Color

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

This div background color is #ddaec6


#ddaec6 Border Color

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

This div border color is #ddaec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaec6


Comments

No comments written yet.

Please login to write comment.