Color Hex Logo

#ddaecc Color Hex

#DDAECC
(221,174,204)
0 Favorites   0 Comments

Color spaces of #ddaecc

RGB 221174204
HSL0.890.410.77
HSV322°21°87°
CMYK 0.000.210.08   0.13
XYZ55.853950.003963.8346
Yxy50.00390.32910.2947
Hunter Lab70.713417.2420-4.0230
CIE-Lab76.071721.9411-8.6454

#ddaecc color RGB value is (221,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11001100
Octal 335 256 314
Decimal 221 174 204
Hex DD AE CC

RGB Percentages of Color #ddaecc

%36.89
%29.05
%34.06

CMYK Percentages of Color #ddaecc

%0
%21
%8
%13

Triadic Colors of #ddaecc

#ddaecc #ccddae #aeccdd

Analogous Colors of #ddaecc

#ddaecc #ddaeb5 #d7aedd

Monochromatic Colors of #ddaecc

#ddaecc

Complementary Color

#ddaecc #aeddbf

#ddaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaecc Color CSS Codes

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

#ddaecc Text Font Color

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

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


#ddaecc Background Color

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

This div background color is #ddaecc


#ddaecc Border Color

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

This div border color is #ddaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaecc


Comments

No comments written yet.

Please login to write comment.