COLOR #DDB4F6

HEX: #DDB4F6 RGB: (221,180,246)

Color info

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

RGB color model

#DDB4F6 color RGB value is (221,180,246).

RGB: (221,180,246) (87%, 71%, 96%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 246 of 255 = 96%

221
180
246

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

Portions of RGB colors in percentages

R + G + B = 221 + 180 + 246 = 647 (100%)
R 221 of 647 ~ 34.16%
G 180 of 647 ~ 27.82%
B 246 of 647 ~ 38.02'%

%34.16
%27.82
%38.02

CMYK color model

#DDB4F6 color CMYK value is (10,27,0,4).

  • cyan value is 10.16%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (10,27,0,4)
C10M27Y0K4 (10%, 27%, 0%, 4%)
(0.10 / 0.27 / 0.00 / 0.04)

CMYK percentages

%10.16
%26.83
%0
%3.53

Codes

Color #DDB4F6 in popluar color models

DD B4 F6
RGB 221 180 246
HSL 277° 78.57% 83.53%
HSB/HSV 277° 26.83% 96.47%
CMYK 10.16% 26.83% 0.00%
3.53%

Color #DDB4F6 in popluar number systems.

HEX DD B4 F6
Decimal 221 180 246
Binary 11011101 10110100 11110110
Octal 335 264 366

Shades and tints

Shades of #DDB4F6

#DDB4F6
(221,180,246)
#C9A4E0
(201,164,224)
#B594CA
(181,148,202)
#A184B4
(161,132,180)
#8D749E
(141,116,158)
#796488
(121,100,136)
#655472
(101,84,114)
#51445C
(81,68,92)
#3D3446
(61,52,70)
#292430
(41,36,48)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #DDB4F6

#DDB4F6
(221,180,246)
#E0BAF6
(224,186,246)
#E3C0F6
(227,192,246)
#E6C6F6
(230,198,246)
#E9CCF6
(233,204,246)
#ECD2F6
(236,210,246)
#EFD8F6
(239,216,246)
#F2DEF6
(242,222,246)
#F5E4F6
(245,228,246)
#F8EAF6
(248,234,246)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB4F6 color. Also use rgb(221,180,246) instead hex code.

Text Font Color

.myTextColor { color: #DDB4F6; }

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

This text font color is #DDB4F6.

Background Color

.myBgColor { background-color: #DDB4F6; }

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

This div background color is #DDB4F6.

Border color

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

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

This div border color is #DDB4F6.

Opacity

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

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

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

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

This text has shadow with #DDB4F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB4F6.

Preview

Color preview on black background

This text has color #DDB4F6 on black background.


Color preview on white background

This text has color #DDB4F6 on white background.


Black color preview on #DDB4F6 background

This text has black color on #DDB4F6 background.


White color preview on #DDB4F6 background

This text has white color on #DDB4F6 background.


Related colors

Complementary color

Complementary color for #hex is #224B09.


I love getcolorcode.com

Triadic colors

1 #F6DDB4 and #B4F6DD with #DDB4F6 are triadic colors.

2 #F6B4DD and #B4DDF6 with #DDB4F6 are triadic colors.