Color Hex Logo

#ddaecf Color Hex

#DDAECF
(221,174,207)
0 Favorites   0 Comments

Color spaces of #ddaecf

RGB 221174207
HSL0.880.410.77
HSV318°21°87°
CMYK 0.000.210.06   0.13
XYZ56.217350.149265.7483
Yxy50.14920.32660.2914
Hunter Lab70.816117.7739-5.4758
CIE-Lab76.160722.4633-10.1481

#ddaecf color RGB value is (221,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11001111
Octal 335 256 317
Decimal 221 174 207
Hex DD AE CF

RGB Percentages of Color #ddaecf

%36.71
%28.90
%34.39

CMYK Percentages of Color #ddaecf

%0
%21
%6
%13

Triadic Colors of #ddaecf

#ddaecf #cfddae #aecfdd

Analogous Colors of #ddaecf

#ddaecf #ddaeb8 #d4aedd

Monochromatic Colors of #ddaecf

#ddaecf

Complementary Color

#ddaecf #aeddbc

#ddaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaecf Color CSS Codes

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

#ddaecf Text Font Color

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

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


#ddaecf Background Color

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

This div background color is #ddaecf


#ddaecf Border Color

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

This div border color is #ddaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaecf


Comments

No comments written yet.

Please login to write comment.