Color Hex Logo

#ddabde Color Hex

#DDABDE
(221,171,222)
0 Favorites   0 Comments

Color spaces of #ddabde

RGB 221171222
HSL0.830.440.77
HSV299°23°87°
CMYK 0.000.230.00   0.13
XYZ57.566549.771975.6801
Yxy49.77190.31450.2720
Hunter Lab70.549222.1907-14.2176
CIE-Lab75.929026.7932-18.6636

#ddabde color RGB value is (221,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11011110
Octal 335 253 336
Decimal 221 171 222
Hex DD AB DE

RGB Percentages of Color #ddabde

%35.99
%27.85
%36.16

CMYK Percentages of Color #ddabde

%0
%23
%0
%13

Triadic Colors of #ddabde

#ddabde #deddab #abdedd

Analogous Colors of #ddabde

#ddabde #deabc6 #c4abde

Monochromatic Colors of #ddabde

#ddabde

Complementary Color

#ddabde #acdeab

#ddabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabde Color CSS Codes

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

#ddabde Text Font Color

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

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


#ddabde Background Color

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

This div background color is #ddabde


#ddabde Border Color

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

This div border color is #ddabde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,171,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 #ddabde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabde


Comments

No comments written yet.

Please login to write comment.