COLOR #DD9EBA

HEX: #DD9EBA RGB: (221,158,186)

Color info

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

RGB color model

#DD9EBA color RGB value is (221,158,186).

RGB: (221,158,186) (87%, 62%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 158 of 255 = 62%
B 186 of 255 = 73%

221
158
186

R + G + B ~ 74%. #DD9EBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 158 + 186 = 565 (100%)
R 221 of 565 ~ 39.12%
G 158 of 565 ~ 27.96%
B 186 of 565 ~ 32.92'%

%39.12
%27.96
%32.92

CMYK color model

#DD9EBA color CMYK value is (0,29,16,13).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 15.84%
  • key color value is 13.33%

CMYK: (0,29,16,13)
C0M29Y16K13 (0%, 29%, 16%, 13%)
(0.00 / 0.29 / 0.16 / 0.13)

CMYK percentages

%0
%28.51
%15.84
%13.33

Codes

Color #DD9EBA in popluar color models

DD 9E BA
RGB 221 158 186
HSL 333° 48.09% 74.31%
HSB/HSV 333° 28.51% 86.67%
CMYK 0.00% 28.51% 15.84%
13.33%

Color #DD9EBA in popluar number systems.

HEX DD 9E BA
Decimal 221 158 186
Binary 11011101 10011110 10111010
Octal 335 236 272

Shades and tints

Shades of #DD9EBA

#DD9EBA
(221,158,186)
#C990AA
(201,144,170)
#B5829A
(181,130,154)
#A1748A
(161,116,138)
#8D667A
(141,102,122)
#79586A
(121,88,106)
#654A5A
(101,74,90)
#513C4A
(81,60,74)
#3D2E3A
(61,46,58)
#29202A
(41,32,42)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #DD9EBA

#DD9EBA
(221,158,186)
#E0A6C0
(224,166,192)
#E3AEC6
(227,174,198)
#E6B6CC
(230,182,204)
#E9BED2
(233,190,210)
#ECC6D8
(236,198,216)
#EFCEDE
(239,206,222)
#F2D6E4
(242,214,228)
#F5DEEA
(245,222,234)
#F8E6F0
(248,230,240)
#FBEEF6
(251,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9EBA; }

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

This text font color is #DD9EBA.

Background Color

.myBgColor { background-color: #DD9EBA; }

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

This div background color is #DD9EBA.

Border color

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

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

This div border color is #DD9EBA.

Opacity

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

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

Text with #DD9EBA 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 #DD9EBA;}

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

This text has shadow with #DD9EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9EBA.

Preview

Color preview on black background

This text has color #DD9EBA on black background.


Color preview on white background

This text has color #DD9EBA on white background.


Black color preview on #DD9EBA background

This text has black color on #DD9EBA background.


White color preview on #DD9EBA background

This text has white color on #DD9EBA background.


Related colors

Complementary color

Complementary color for #hex is #226145.


I love getcolorcode.com

Triadic colors

1 #BADD9E and #9EBADD with #DD9EBA are triadic colors.

2 #BA9EDD and #9EDDBA with #DD9EBA are triadic colors.