COLOR #DDB7F7

HEX: #DDB7F7
RGB: (221,183,247)

Color info

#DDB7F7 contains mainly red and blue colors. Web safe color of #DDB7F7 is #CCCCFF (or #CCF).

RGB color model

#DDB7F7 color RGB value is (221,183,247).

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

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 247 of 255 = 97%

221
183
247

R + G + B ~ 85%. #DDB7F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 183 + 247 = 651 (100%)
R 221 of 651 ~ 33.95%
G 183 of 651 ~ 28.11%
B 247 of 651 ~ 37.94%

%33.95
%28.11
%37.94

CMYK color model

#DDB7F7 color CMYK value is (11,26,0,3).

  • cyan value is 10.53%
  • magenta value is 25.91%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,26,0,3)
C11M26Y0K3 
(11%,26%,0%,3%)
(0.11/0.26/0.00/0.03)	

CMYK percentages

%10.53
%25.91
%0
%3.14

Codes

Color #DDB7F7 in popluar color models

DDB7F7
RGB221183247
HSL276°80.00%84.31%
HSB/HSV276°25.91%96.86%
CMYK10.53%25.91%0.00%
3.14%

Color #DDB7F7 in popluar number systems.

HEXDDB7F7
Decimal221183247
Binary110111011011011111110111
Octal335267367

Shades and tints

Shades of #DDB7F7

#DDB7F7
(221,183,247)
#C9A7E1
(201,167,225)
#B597CB
(181,151,203)
#A187B5
(161,135,181)
#8D779F
(141,119,159)
#796789
(121,103,137)
#655773
(101,87,115)
#51475D
(81,71,93)
#3D3747
(61,55,71)
#292731
(41,39,49)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #DDB7F7

#DDB7F7
(221,183,247)
#E0BDF7
(224,189,247)
#E3C3F7
(227,195,247)
#E6C9F7
(230,201,247)
#E9CFF7
(233,207,247)
#ECD5F7
(236,213,247)
#EFDBF7
(239,219,247)
#F2E1F7
(242,225,247)
#F5E7F7
(245,231,247)
#F8EDF7
(248,237,247)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB7F7; }

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

This text font color is #DDB7F7.


Background Color

.myBgColor { background-color: #DDB7F7; }

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

This div background color is #DDB7F7.


Border color

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

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

This div border color is #DDB7F7.


Opacity

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

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

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

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

This text has shadow with #DDB7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB7F7 on black background.


Color preview on white background

This text has color #DDB7F7 on white background.



Black color preview on #DDB7F7 background

This text has black color on #DDB7F7 background.


White color preview on #DDB7F7 background

This text has white color on #DDB7F7 background.