Color Hex Logo

#dd99de Color Hex

#DD99DE
(221,153,222)
0 Favorites   0 Comments

Color spaces of #dd99de

RGB 221153222
HSL0.830.510.74
HSV299°31°87°
CMYK 0.000.310.00   0.13
XYZ54.394843.428574.6229
Yxy43.42850.31540.2518
Hunter Lab65.900332.0102-21.0074
CIE-Lab71.844836.4810-24.8765

#dd99de color RGB value is (221,153,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011001 11011110
Octal 335 231 336
Decimal 221 153 222
Hex DD 99 DE

RGB Percentages of Color #dd99de

%37.08
%25.67
%37.25

CMYK Percentages of Color #dd99de

%0
%31
%0
%13

Triadic Colors of #dd99de

#dd99de #dedd99 #99dedd

Analogous Colors of #dd99de

#dd99de #de99bd #bb99de

Monochromatic Colors of #dd99de

#dd99de

Complementary Color

#dd99de #9ade99

#dd99de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd99de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd99de Color CSS Codes

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

#dd99de Text Font Color

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

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


#dd99de Background Color

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

This div background color is #dd99de


#dd99de Border Color

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

This div border color is #dd99de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd99de


Comments

No comments written yet.

Please login to write comment.