Color Hex Logo

#ddaecb Color Hex

#DDAECB
(221,174,203)
0 Favorites   0 Comments

Color spaces of #ddaecb

RGB 221174203
HSL0.900.410.77
HSV323°21°87°
CMYK 0.000.210.08   0.13
XYZ55.734349.956163.2049
Yxy49.95610.33000.2958
Hunter Lab70.679617.0665-3.5440
CIE-Lab76.042321.7684-8.1438

#ddaecb color RGB value is (221,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11001011
Octal 335 256 313
Decimal 221 174 203
Hex DD AE CB

RGB Percentages of Color #ddaecb

%36.96
%29.10
%33.95

CMYK Percentages of Color #ddaecb

%0
%21
%8
%13

Triadic Colors of #ddaecb

#ddaecb #cbddae #aecbdd

Analogous Colors of #ddaecb

#ddaecb #ddaeb4 #d8aedd

Monochromatic Colors of #ddaecb

#ddaecb

Complementary Color

#ddaecb #aeddc0

#ddaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaecb Color CSS Codes

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

#ddaecb Text Font Color

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

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


#ddaecb Background Color

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

This div background color is #ddaecb


#ddaecb Border Color

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

This div border color is #ddaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaecb


Comments

No comments written yet.

Please login to write comment.