COLOR #DDB3EC

HEX: #DDB3EC
RGB: (221,179,236)

Color info

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

RGB color model

#DDB3EC color RGB value is (221,179,236).

  • red value is 221;
  • green value is 179;
  • blue value is 236.
RGB:
(221,179,236)
(87%,70%,93%)

RGB channels and saturation

R 221 of 255 = 87%
G 179 of 255 = 70%
B 236 of 255 = 93%

221
179
236

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

Portions of RGB colors in percentages

R + G + B =
221 + 179 + 236 = 636 (100%)
R 221 of 636 ~ 34.75%
G 179 of 636 ~ 28.14%
B 236 of 636 ~ 37.11%

%34.75
%28.14
%37.11

CMYK color model

#DDB3EC color CMYK value is (6,24,0,7).

  • cyan value is 6.36%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,24,0,7)
C6M24Y0K7 
(6%,24%,0%,7%)
(0.06/0.24/0.00/0.07)	

CMYK percentages

%6.36
%24.15
%0
%7.45

Codes

Color #DDB3EC in popluar color models

DDB3EC
RGB221179236
HSL284°60.00%81.37%
HSB/HSV284°24.15%92.55%
CMYK6.36%24.15%0.00%
7.45%

Color #DDB3EC in popluar number systems.

HEXDDB3EC
Decimal221179236
Binary110111011011001111101100
Octal335263354

Shades and tints

Shades of #DDB3EC

#DDB3EC
(221,179,236)
#C9A3D7
(201,163,215)
#B593C2
(181,147,194)
#A183AD
(161,131,173)
#8D7398
(141,115,152)
#796383
(121,99,131)
#65536E
(101,83,110)
#514359
(81,67,89)
#3D3344
(61,51,68)
#29232F
(41,35,47)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #DDB3EC

#DDB3EC
(221,179,236)
#E0B9ED
(224,185,237)
#E3BFEE
(227,191,238)
#E6C5EF
(230,197,239)
#E9CBF0
(233,203,240)
#ECD1F1
(236,209,241)
#EFD7F2
(239,215,242)
#F2DDF3
(242,221,243)
#F5E3F4
(245,227,244)
#F8E9F5
(248,233,245)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB3EC; }

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

This text font color is #DDB3EC.


Background Color

.myBgColor { background-color: #DDB3EC; }

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

This div background color is #DDB3EC.


Border color

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

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

This div border color is #DDB3EC.


Opacity

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

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

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

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

This text has shadow with #DDB3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB3EC on black background.


Color preview on white background

This text has color #DDB3EC on white background.



Black color preview on #DDB3EC background

This text has black color on #DDB3EC background.


White color preview on #DDB3EC background

This text has white color on #DDB3EC background.