Color Hex Logo

#dd9fde Color Hex

#DD9FDE
(221,159,222)
0 Favorites   0 Comments

Color spaces of #dd9fde

RGB 221159222
HSL0.830.490.75
HSV299°28°87°
CMYK 0.000.280.00   0.13
XYZ55.401745.442474.9585
Yxy45.44240.31510.2585
Hunter Lab67.411028.7310-18.7406
CIE-Lab73.182233.2621-22.8346

#dd9fde color RGB value is (221,159,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011111 11011110
Octal 335 237 336
Decimal 221 159 222
Hex DD 9F DE

RGB Percentages of Color #dd9fde

%36.71
%26.41
%36.88

CMYK Percentages of Color #dd9fde

%0
%28
%0
%13

Triadic Colors of #dd9fde

#dd9fde #dedd9f #9fdedd

Analogous Colors of #dd9fde

#dd9fde #de9fc0 #be9fde

Monochromatic Colors of #dd9fde

#dd9fde

Complementary Color

#dd9fde #a0de9f

#dd9fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9fde Color CSS Codes

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

#dd9fde Text Font Color

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

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


#dd9fde Background Color

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

This div background color is #dd9fde


#dd9fde Border Color

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

This div border color is #dd9fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9fde


Comments

No comments written yet.

Please login to write comment.