COLOR #DDB3E7

HEX: #DDB3E7 RGB: (221,179,231)

Color info

#DDB3E7 contains red, green and blue colors in about the same proportion. Web safe color of #DDB3E7 is #CC99FF (or #C9F).

RGB color model

#DDB3E7 color RGB value is (221,179,231).

RGB: (221,179,231) (87%, 70%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 179 of 255 = 70%
B 231 of 255 = 91%

221
179
231

R + G + B ~ 83%. #DDB3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 179 + 231 = 631 (100%)
R 221 of 631 ~ 35.02%
G 179 of 631 ~ 28.37%
B 231 of 631 ~ 36.61'%

%35.02
%28.37
%36.61

CMYK color model

#DDB3E7 color CMYK value is (4,23,0,9).

  • cyan value is 4.33%
  • magenta value is 22.51%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (4,23,0,9) C4M23Y0K9 (4%,23%,0%,9%) (0.04/0.23/0.00/0.09) 

CMYK percentages

%4.33
%22.51
%0
%9.41

Codes

Color #DDB3E7 in popluar color models

DD B3 E7
RGB 221 179 231
HSL 288° 52.00% 80.39%
HSB/HSV 288° 22.51% 90.59%
CMYK 4.33% 22.51% 0.00%
9.41%

Color #DDB3E7 in popluar number systems.

HEX DD B3 E7
Decimal 221 179 231
Binary 11011101 10110011 11100111
Octal 335 263 347

Shades and tints

Shades of #DDB3E7

#DDB3E7
(221,179,231)
#C9A3D2
(201,163,210)
#B593BD
(181,147,189)
#A183A8
(161,131,168)
#8D7393
(141,115,147)
#79637E
(121,99,126)
#655369
(101,83,105)
#514354
(81,67,84)
#3D333F
(61,51,63)
#29232A
(41,35,42)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #DDB3E7

#DDB3E7
(221,179,231)
#E0B9E9
(224,185,233)
#E3BFEB
(227,191,235)
#E6C5ED
(230,197,237)
#E9CBEF
(233,203,239)
#ECD1F1
(236,209,241)
#EFD7F3
(239,215,243)
#F2DDF5
(242,221,245)
#F5E3F7
(245,227,247)
#F8E9F9
(248,233,249)
#FBEFFB
(251,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB3E7 color. Also use rgb(221,179,231) instead hex code.

Text Font Color

.myTextColor { color: #DDB3E7; }

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

This text font color is #DDB3E7.

Background Color

.myBgColor { background-color: #DDB3E7; }

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

This div background color is #DDB3E7.

Border color

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

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

This div border color is #DDB3E7.

Opacity

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

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

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

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

This text has shadow with #DDB3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB3E7.

Preview

Color preview on black background

This text has color #DDB3E7 on black background.


Color preview on white background

This text has color #DDB3E7 on white background.


Black color preview on #DDB3E7 background

This text has black color on #DDB3E7 background.


White color preview on #DDB3E7 background

This text has white color on #DDB3E7 background.


Related colors

Complementary color

Complementary color for #hex is #224C18.


I love getcolorcode.com

Triadic colors

1 #E7DDB3 and #B3E7DD with #DDB3E7 are triadic colors.

2 #E7B3DD and #B3DDE7 with #DDB3E7 are triadic colors.