COLOR #DDB7E7

HEX: #DDB7E7
RGB: (221,183,231)

Color info

#DDB7E7 contains red, green and blue colors in about the same proportion. Web safe color of #DDB7E7 is #CCCCFF (or #CCF).

RGB color model

#DDB7E7 color RGB value is (221,183,231).

  • red value is 221;
  • green value is 183;
  • blue value is 231.
RGB:
(221,183,231)
(87%,72%,91%)

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 231 of 255 = 91%

221
183
231

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

Portions of RGB colors in percentages

R + G + B =
221 + 183 + 231 = 635 (100%)
R 221 of 635 ~ 34.8%
G 183 of 635 ~ 28.82%
B 231 of 635 ~ 36.38%

%34.8
%28.82
%36.38

CMYK color model

#DDB7E7 color CMYK value is (4,21,0,9).

  • cyan value is 4.33%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(4,21,0,9)
C4M21Y0K9 
(4%,21%,0%,9%)
(0.04/0.21/0.00/0.09)	

CMYK percentages

%4.33
%20.78
%0
%9.41

Codes

Color #DDB7E7 in popluar color models

DDB7E7
RGB221183231
HSL288°50.00%81.18%
HSB/HSV288°20.78%90.59%
CMYK4.33%20.78%0.00%
9.41%

Color #DDB7E7 in popluar number systems.

HEXDDB7E7
Decimal221183231
Binary110111011011011111100111
Octal335267347

Shades and tints

Shades of #DDB7E7

#DDB7E7
(221,183,231)
#C9A7D2
(201,167,210)
#B597BD
(181,151,189)
#A187A8
(161,135,168)
#8D7793
(141,119,147)
#79677E
(121,103,126)
#655769
(101,87,105)
#514754
(81,71,84)
#3D373F
(61,55,63)
#29272A
(41,39,42)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #DDB7E7

#DDB7E7
(221,183,231)
#E0BDE9
(224,189,233)
#E3C3EB
(227,195,235)
#E6C9ED
(230,201,237)
#E9CFEF
(233,207,239)
#ECD5F1
(236,213,241)
#EFDBF3
(239,219,243)
#F2E1F5
(242,225,245)
#F5E7F7
(245,231,247)
#F8EDF9
(248,237,249)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB7E7; }

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

This text font color is #DDB7E7.


Background Color

.myBgColor { background-color: #DDB7E7; }

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

This div background color is #DDB7E7.


Border color

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

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

This div border color is #DDB7E7.


Opacity

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

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

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

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

This text has shadow with #DDB7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB7E7 on black background.


Color preview on white background

This text has color #DDB7E7 on white background.



Black color preview on #DDB7E7 background

This text has black color on #DDB7E7 background.


White color preview on #DDB7E7 background

This text has white color on #DDB7E7 background.