Color Hex Logo

#ddaeca Color Hex

#DDAECA
(221,174,202)
0 Favorites   0 Comments

Color spaces of #ddaeca

RGB 221174202
HSL0.900.410.77
HSV324°21°87°
CMYK 0.000.210.09   0.13
XYZ55.615549.908562.5792
Yxy49.90850.33080.2969
Hunter Lab70.645916.8924-3.0678
CIE-Lab76.013121.5969-7.6419

#ddaeca color RGB value is (221,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11001010
Octal 335 256 312
Decimal 221 174 202
Hex DD AE CA

RGB Percentages of Color #ddaeca

%37.02
%29.15
%33.84

CMYK Percentages of Color #ddaeca

%0
%21
%9
%13

Triadic Colors of #ddaeca

#ddaeca #caddae #aecadd

Analogous Colors of #ddaeca

#ddaeca #ddaeb3 #d9aedd

Monochromatic Colors of #ddaeca

#ddaeca

Complementary Color

#ddaeca #aeddc1

#ddaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeca Color CSS Codes

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

#ddaeca Text Font Color

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

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


#ddaeca Background Color

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

This div background color is #ddaeca


#ddaeca Border Color

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

This div border color is #ddaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeca

#ddaeca Color Palettes


Comments

No comments written yet.

Please login to write comment.