COLOR #DDB0F7

HEX: #DDB0F7 RGB: (221,176,247)

Color info

#DDB0F7 contains mainly red and blue colors. Web safe color of #DDB0F7 is #CC99FF (or #C9F).

RGB color model

#DDB0F7 color RGB value is (221,176,247).

RGB: (221,176,247) (87%, 69%, 97%)

RGB channels and saturation

R 221 of 255 = 87%
G 176 of 255 = 69%
B 247 of 255 = 97%

221
176
247

R + G + B ~ 84%. #DDB0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 176 + 247 = 644 (100%)
R 221 of 644 ~ 34.32%
G 176 of 644 ~ 27.33%
B 247 of 644 ~ 38.35'%

%34.32
%27.33
%38.35

CMYK color model

#DDB0F7 color CMYK value is (11,29,0,3).

  • cyan value is 10.53%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (11,29,0,3)
C11M29Y0K3 (11%, 29%, 0%, 3%)
(0.11 / 0.29 / 0.00 / 0.03)

CMYK percentages

%10.53
%28.74
%0
%3.14

Codes

Color #DDB0F7 in popluar color models

DD B0 F7
RGB 221 176 247
HSL 278° 81.61% 82.94%
HSB/HSV 278° 28.74% 96.86%
CMYK 10.53% 28.74% 0.00%
3.14%

Color #DDB0F7 in popluar number systems.

HEX DD B0 F7
Decimal 221 176 247
Binary 11011101 10110000 11110111
Octal 335 260 367

Shades and tints

Shades of #DDB0F7

#DDB0F7
(221,176,247)
#C9A0E1
(201,160,225)
#B590CB
(181,144,203)
#A180B5
(161,128,181)
#8D709F
(141,112,159)
#796089
(121,96,137)
#655073
(101,80,115)
#51405D
(81,64,93)
#3D3047
(61,48,71)
#292031
(41,32,49)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #DDB0F7

#DDB0F7
(221,176,247)
#E0B7F7
(224,183,247)
#E3BEF7
(227,190,247)
#E6C5F7
(230,197,247)
#E9CCF7
(233,204,247)
#ECD3F7
(236,211,247)
#EFDAF7
(239,218,247)
#F2E1F7
(242,225,247)
#F5E8F7
(245,232,247)
#F8EFF7
(248,239,247)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB0F7; }

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

This text font color is #DDB0F7.

Background Color

.myBgColor { background-color: #DDB0F7; }

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

This div background color is #DDB0F7.

Border color

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

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

This div border color is #DDB0F7.

Opacity

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

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

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

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

This text has shadow with #DDB0F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB0F7.

Preview

Color preview on black background

This text has color #DDB0F7 on black background.


Color preview on white background

This text has color #DDB0F7 on white background.


Black color preview on #DDB0F7 background

This text has black color on #DDB0F7 background.


White color preview on #DDB0F7 background

This text has white color on #DDB0F7 background.


Related colors

Complementary color

Complementary color for #hex is #224F08.


I love getcolorcode.com

Triadic colors

1 #F7DDB0 and #B0F7DD with #DDB0F7 are triadic colors.

2 #F7B0DD and #B0DDF7 with #DDB0F7 are triadic colors.