Color Hex Logo

#ddaade Color Hex

#DDAADE
(221,170,222)
0 Favorites   0 Comments

Color spaces of #ddaade

RGB 221170222
HSL0.830.440.77
HSV299°23°87°
CMYK 0.000.230.00   0.13
XYZ57.378349.395575.6174
Yxy49.39550.31460.2708
Hunter Lab70.281922.7344-14.5937
CIE-Lab75.696727.3331-19.0153

#ddaade color RGB value is (221,170,222).

#ddaade hex color red value is 221, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddaade hue: 0.83 , saturation: 0.44 and the lightness value of ddaade is 0.77.

The process color (four color CMYK) of #ddaade color hex is 0.00, 0.23, 0.00, 0.13. Web safe color of #ddaade is #cc99cc. Color #ddaade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11011110
Octal 335 252 336
Decimal 221 170 222
Hex DD AA DE

RGB Percentages of Color #ddaade

%36.05
%27.73
%36.22

CMYK Percentages of Color #ddaade

%0
%23
%0
%13

Triadic Colors of #ddaade

#ddaade #deddaa #aadedd

Analogous Colors of #ddaade

#ddaade #deaac5 #c3aade

Monochromatic Colors of #ddaade

#ddaade

Complementary Color

#ddaade #abdeaa

#ddaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaade Color CSS Codes

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

#ddaade Text Font Color

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

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


#ddaade Background Color

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

This div background color is #ddaade


#ddaade Border Color

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

This div border color is #ddaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaade


Comments

No comments written yet.

Please login to write comment.