Color Hex Logo

#ddaeea Color Hex

#DDAEEA
(221,174,234)
0 Favorites   0 Comments

Color spaces of #ddaeea

RGB 221174234
HSL0.800.590.80
HSV287°26°92°
CMYK 0.060.260.00   0.08
XYZ59.806151.584884.6466
Yxy51.58480.30510.2631
Hunter Lab71.822622.9461-19.6005
CIE-Lab77.031927.4559-23.4994

#ddaeea color RGB value is (221,174,234).

#ddaeea hex color red value is 221, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddaeea hue: 0.80 , saturation: 0.59 and the lightness value of ddaeea is 0.80.

The process color (four color CMYK) of #ddaeea color hex is 0.06, 0.26, 0.00, 0.08. Web safe color of #ddaeea is #cc99ff. Color #ddaeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11101010
Octal 335 256 352
Decimal 221 174 234
Hex DD AE EA

RGB Percentages of Color #ddaeea

%35.14
%27.66
%37.20

CMYK Percentages of Color #ddaeea

%6
%26
%0
%8

Triadic Colors of #ddaeea

#ddaeea #eaddae #aeeadd

Analogous Colors of #ddaeea

#ddaeea #eaaed9 #bfaeea

Monochromatic Colors of #ddaeea

#ddaeea

Complementary Color

#ddaeea #bbeaae

#ddaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeea Color CSS Codes

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

#ddaeea Text Font Color

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

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


#ddaeea Background Color

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

This div background color is #ddaeea


#ddaeea Border Color

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

This div border color is #ddaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeea

#ddaeea Color Palettes


Comments

No comments written yet.

Please login to write comment.