COLOR #DDB2E1

HEX: #DDB2E1
RGB: (221,178,225)

Color info

#DDB2E1 contains red, green and blue colors in about the same proportion. Web safe color of #DDB2E1 is #CC99CC (or #C9C).

RGB color model

#DDB2E1 color RGB value is (221,178,225).

  • red value is 221;
  • green value is 178;
  • blue value is 225.
RGB:
(221,178,225)
(87%,70%,88%)

RGB channels and saturation

R 221 of 255 = 87%
G 178 of 255 = 70%
B 225 of 255 = 88%

221
178
225

R + G + B ~ 82%. #DDB2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 178 + 225 = 624 (100%)
R 221 of 624 ~ 35.42%
G 178 of 624 ~ 28.53%
B 225 of 624 ~ 36.06%

%35.42
%28.53
%36.06

CMYK color model

#DDB2E1 color CMYK value is (2,21,0,12).

  • cyan value is 1.78%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,21,0,12)
C2M21Y0K12 
(2%,21%,0%,12%)
(0.02/0.21/0.00/0.12)	

CMYK percentages

%1.78
%20.89
%0
%11.76

Codes

Color #DDB2E1 in popluar color models

DDB2E1
RGB221178225
HSL295°43.93%79.02%
HSB/HSV295°20.89%88.24%
CMYK1.78%20.89%0.00%
11.76%

Color #DDB2E1 in popluar number systems.

HEXDDB2E1
Decimal221178225
Binary110111011011001011100001
Octal335262341

Shades and tints

Shades of #DDB2E1

#DDB2E1
(221,178,225)
#C9A2CD
(201,162,205)
#B592B9
(181,146,185)
#A182A5
(161,130,165)
#8D7291
(141,114,145)
#79627D
(121,98,125)
#655269
(101,82,105)
#514255
(81,66,85)
#3D3241
(61,50,65)
#29222D
(41,34,45)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #DDB2E1

#DDB2E1
(221,178,225)
#E0B9E3
(224,185,227)
#E3C0E5
(227,192,229)
#E6C7E7
(230,199,231)
#E9CEE9
(233,206,233)
#ECD5EB
(236,213,235)
#EFDCED
(239,220,237)
#F2E3EF
(242,227,239)
#F5EAF1
(245,234,241)
#F8F1F3
(248,241,243)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB2E1 color. Also use rgb(221,178,225) instead hex code.

Text Font Color

.myTextColor { color: #DDB2E1; }

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

This text font color is #DDB2E1.


Background Color

.myBgColor { background-color: #DDB2E1; }

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

This div background color is #DDB2E1.


Border color

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

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

This div border color is #DDB2E1.


Opacity

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

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

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

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

This text has shadow with #DDB2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB2E1 on black background.


Color preview on white background

This text has color #DDB2E1 on white background.



Black color preview on #DDB2E1 background

This text has black color on #DDB2E1 background.


White color preview on #DDB2E1 background

This text has white color on #DDB2E1 background.