COLOR #DDB3EB

HEX: #DDB3EB RGB: (221,179,235)

Color info

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

RGB color model

#DDB3EB color RGB value is (221,179,235).

RGB: (221,179,235) (87%, 70%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 179 of 255 = 70%
B 235 of 255 = 92%

221
179
235

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

Portions of RGB colors in percentages

R + G + B = 221 + 179 + 235 = 635 (100%)
R 221 of 635 ~ 34.8%
G 179 of 635 ~ 28.19%
B 235 of 635 ~ 37.01'%

%34.8
%28.19
%37.01

CMYK color model

#DDB3EB color CMYK value is (6,24,0,8).

  • cyan value is 5.96%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (6,24,0,8) C6M24Y0K8 (6%,24%,0%,8%) (0.06/0.24/0.00/0.08) 

CMYK percentages

%5.96
%23.83
%0
%7.84

Codes

Color #DDB3EB in popluar color models

DD B3 EB
RGB 221 179 235
HSL 285° 58.33% 81.18%
HSB/HSV 285° 23.83% 92.16%
CMYK 5.96% 23.83% 0.00%
7.84%

Color #DDB3EB in popluar number systems.

HEX DD B3 EB
Decimal 221 179 235
Binary 11011101 10110011 11101011
Octal 335 263 353

Shades and tints

Shades of #DDB3EB

#DDB3EB
(221,179,235)
#C9A3D6
(201,163,214)
#B593C1
(181,147,193)
#A183AC
(161,131,172)
#8D7397
(141,115,151)
#796382
(121,99,130)
#65536D
(101,83,109)
#514358
(81,67,88)
#3D3343
(61,51,67)
#29232E
(41,35,46)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #DDB3EB

#DDB3EB
(221,179,235)
#E0B9EC
(224,185,236)
#E3BFED
(227,191,237)
#E6C5EE
(230,197,238)
#E9CBEF
(233,203,239)
#ECD1F0
(236,209,240)
#EFD7F1
(239,215,241)
#F2DDF2
(242,221,242)
#F5E3F3
(245,227,243)
#F8E9F4
(248,233,244)
#FBEFF5
(251,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB3EB; }

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

This text font color is #DDB3EB.

Background Color

.myBgColor { background-color: #DDB3EB; }

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

This div background color is #DDB3EB.

Border color

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

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

This div border color is #DDB3EB.

Opacity

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

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

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

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

This text has shadow with #DDB3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB3EB.

Preview

Color preview on black background

This text has color #DDB3EB on black background.


Color preview on white background

This text has color #DDB3EB on white background.


Black color preview on #DDB3EB background

This text has black color on #DDB3EB background.


White color preview on #DDB3EB background

This text has white color on #DDB3EB background.


Related colors

Complementary color

Complementary color for #hex is #224C14.


I love getcolorcode.com

Triadic colors

1 #EBDDB3 and #B3EBDD with #DDB3EB are triadic colors.

2 #EBB3DD and #B3DDEB with #DDB3EB are triadic colors.