COLOR #DD9ECC

HEX: #DD9ECC RGB: (221,158,204)

Color info

#DD9ECC contains mainly red and blue colors. Web safe color of #DD9ECC is #CC99CC (or #C9C).

RGB color model

#DD9ECC color RGB value is (221,158,204).

RGB: (221,158,204) (87%, 62%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 158 of 255 = 62%
B 204 of 255 = 80%

221
158
204

R + G + B ~ 76%. #DD9ECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 158 + 204 = 583 (100%)
R 221 of 583 ~ 37.91%
G 158 of 583 ~ 27.1%
B 204 of 583 ~ 34.99'%

%37.91
%27.1
%34.99

CMYK color model

#DD9ECC color CMYK value is (0,29,8,13).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK: (0,29,8,13) C0M29Y8K13 (0%,29%,8%,13%) (0.00/0.29/0.08/0.13) 

CMYK percentages

%0
%28.51
%7.69
%13.33

Codes

Color #DD9ECC in popluar color models

DD 9E CC
RGB 221 158 204
HSL 316° 48.09% 74.31%
HSB/HSV 316° 28.51% 86.67%
CMYK 0.00% 28.51% 7.69%
13.33%

Color #DD9ECC in popluar number systems.

HEX DD 9E CC
Decimal 221 158 204
Binary 11011101 10011110 11001100
Octal 335 236 314

Shades and tints

Shades of #DD9ECC

#DD9ECC
(221,158,204)
#C990BA
(201,144,186)
#B582A8
(181,130,168)
#A17496
(161,116,150)
#8D6684
(141,102,132)
#795872
(121,88,114)
#654A60
(101,74,96)
#513C4E
(81,60,78)
#3D2E3C
(61,46,60)
#29202A
(41,32,42)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #DD9ECC

#DD9ECC
(221,158,204)
#E0A6D0
(224,166,208)
#E3AED4
(227,174,212)
#E6B6D8
(230,182,216)
#E9BEDC
(233,190,220)
#ECC6E0
(236,198,224)
#EFCEE4
(239,206,228)
#F2D6E8
(242,214,232)
#F5DEEC
(245,222,236)
#F8E6F0
(248,230,240)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9ECC color. Also use rgb(221,158,204) instead hex code.

Text Font Color

.myTextColor { color: #DD9ECC; }

<p style="color:#DD9ECC">This sample text font color is #DD9ECC.</p>

This text font color is #DD9ECC.

Background Color

.myBgColor { background-color: #DD9ECC; }

<div style="background-color:#DD9ECC">Inner text</div>

This div background color is #DD9ECC.

Border color

.myBorderColor { border: 1px solid #DD9ECC; }

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

This div border color is #DD9ECC.

Opacity

.myOpacity80 { color: #DD9ECC; opacity: 0.8; }

<p style="color:#DD9ECC;opacity:0.8;">80%</p>

Text with #DD9ECC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DD9ECC;}

<p style="text-shadow: 3px 3px 1px #DD9ECC">Text here.</p>

This text has shadow with #DD9ECC color.


.textShadow {text-shadow: 3px 3px 1px #DD9ECC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DD9ECC, 5px 5px 20px red">Text here.</p>

This text has shadow with #DD9ECC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DD9ECC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DD9ECC, Direction=45, Strength=4)">Text</p>

This text has shadow with #DD9ECC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DD9ECC;
-webkit-box-shadow: 1px 1px 3px 2px #DD9ECC;
box-shadow: 1px 1px 3px 2px #DD9ECC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DD9ECC; -webkit-box-shadow: 1px 1px 3px 2px #DD9ECC; box-shadow:1px 1px 3px 2px #DD9ECC;">
Div content here
</div>

This div box has shadow with color #DD9ECC.

Preview

Color preview on black background

This text has color #DD9ECC on black background.


Color preview on white background

This text has color #DD9ECC on white background.


Black color preview on #DD9ECC background

This text has black color on #DD9ECC background.


White color preview on #DD9ECC background

This text has white color on #DD9ECC background.


Related colors

Complementary color

Complementary color for #hex is #226133.


I love getcolorcode.com

Triadic colors

1 #CCDD9E and #9ECCDD with #DD9ECC are triadic colors.

2 #CC9EDD and #9EDDCC with #DD9ECC are triadic colors.