Color Hex Logo

#ddaeaf Color Hex

#DDAEAF
(221,174,175)
0 Favorites   0 Comments

Color spaces of #ddaeaf

RGB 221174175
HSL1.000.410.77
HSV359°21°87°
CMYK 0.000.210.21   0.13
XYZ52.692748.739447.1879
Yxy48.73940.35450.3279
Hunter Lab69.813612.55138.7947
CIE-Lab75.288917.25996.0431

#ddaeaf color RGB value is (221,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10101111
Octal 335 256 257
Decimal 221 174 175
Hex DD AE AF

RGB Percentages of Color #ddaeaf

%38.77
%30.53
%30.70

CMYK Percentages of Color #ddaeaf

%0
%21
%21
%13

Triadic Colors of #ddaeaf

#ddaeaf #afddae #aeafdd

Analogous Colors of #ddaeaf

#ddaeaf #ddc5ae #ddaec7

Monochromatic Colors of #ddaeaf

#ddaeaf

Complementary Color

#ddaeaf #aedddc

#ddaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeaf Color CSS Codes

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

#ddaeaf Text Font Color

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

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


#ddaeaf Background Color

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

This div background color is #ddaeaf


#ddaeaf Border Color

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

This div border color is #ddaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeaf


Comments

No comments written yet.

Please login to write comment.