Color Hex Logo

#ddadee Color Hex

#DDADEE
(221,173,238)
0 Favorites   0 Comments

Color spaces of #ddadee

RGB 221173238
HSL0.790.660.81
HSV284°27°93°
CMYK 0.070.270.00   0.07
XYZ60.195051.432387.6437
Yxy51.43230.30210.2581
Hunter Lab71.716324.3202-22.2562
CIE-Lab76.940128.7781-25.8029

#ddadee color RGB value is (221,173,238).

#ddadee hex color red value is 221, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ddadee hue: 0.79 , saturation: 0.66 and the lightness value of ddadee is 0.81.

The process color (four color CMYK) of #ddadee color hex is 0.07, 0.27, 0.00, 0.07. Web safe color of #ddadee is #cc99ff. Color #ddadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11101110
Octal 335 255 356
Decimal 221 173 238
Hex DD AD EE

RGB Percentages of Color #ddadee

%34.97
%27.37
%37.66

CMYK Percentages of Color #ddadee

%7
%27
%0
%7

Triadic Colors of #ddadee

#ddadee #eeddad #adeedd

Analogous Colors of #ddadee

#ddadee #eeaddf #bdadee

Monochromatic Colors of #ddadee

#ddadee

Complementary Color

#ddadee #beeead

#ddadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadee Color CSS Codes

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

#ddadee Text Font Color

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

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


#ddadee Background Color

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

This div background color is #ddadee


#ddadee Border Color

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

This div border color is #ddadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadee


Comments

No comments written yet.

Please login to write comment.