Color Hex Logo

#ddaeb7 Color Hex

#DDAEB7
(221,174,183)
0 Favorites   0 Comments

Color spaces of #ddaeb7

RGB 221174183
HSL0.970.410.77
HSV349°21°87°
CMYK 0.000.210.17   0.13
XYZ53.502149.063251.4500
Yxy49.06320.34740.3186
Hunter Lab70.045113.76355.4815
CIE-Lab75.490618.48291.9648

#ddaeb7 color RGB value is (221,174,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10110111
Octal 335 256 267
Decimal 221 174 183
Hex DD AE B7

RGB Percentages of Color #ddaeb7

%38.24
%30.10
%31.66

CMYK Percentages of Color #ddaeb7

%0
%21
%17
%13

Triadic Colors of #ddaeb7

#ddaeb7 #b7ddae #aeb7dd

Analogous Colors of #ddaeb7

#ddaeb7 #ddbdae #ddaecf

Monochromatic Colors of #ddaeb7

#ddaeb7

Complementary Color

#ddaeb7 #aeddd4

#ddaeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeb7 Color CSS Codes

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

#ddaeb7 Text Font Color

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

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


#ddaeb7 Background Color

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

This div background color is #ddaeb7


#ddaeb7 Border Color

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

This div border color is #ddaeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeb7


Comments

No comments written yet.

Please login to write comment.