Color Hex Logo

#ddaeda Color Hex

#DDAEDA
(221,174,218)
0 Favorites   0 Comments

Color spaces of #ddaeda

RGB 221174218
HSL0.840.410.77
HSV304°21°87°
CMYK 0.000.210.01   0.13
XYZ57.609750.706273.0806
Yxy50.70620.31760.2795
Hunter Lab71.208319.7975-11.0031
CIE-Lab76.500724.4350-15.6259

#ddaeda color RGB value is (221,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11011010
Octal 335 256 332
Decimal 221 174 218
Hex DD AE DA

RGB Percentages of Color #ddaeda

%36.05
%28.38
%35.56

CMYK Percentages of Color #ddaeda

%0
%21
%1
%13

Triadic Colors of #ddaeda

#ddaeda #daddae #aedadd

Analogous Colors of #ddaeda

#ddaeda #ddaec3 #c9aedd

Monochromatic Colors of #ddaeda

#ddaeda

Complementary Color

#ddaeda #aeddb1

#ddaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeda Color CSS Codes

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

#ddaeda Text Font Color

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

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


#ddaeda Background Color

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

This div background color is #ddaeda


#ddaeda Border Color

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

This div border color is #ddaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeda


Comments

No comments written yet.

Please login to write comment.