COLOR #DDBBE7

HEX: #DDBBE7 RGB: (221,187,231)

Color info

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

RGB color model

#DDBBE7 color RGB value is (221,187,231).

RGB: (221,187,231) (87%, 73%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 231 of 255 = 91%

221
187
231

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

Portions of RGB colors in percentages

R + G + B = 221 + 187 + 231 = 639 (100%)
R 221 of 639 ~ 34.59%
G 187 of 639 ~ 29.26%
B 231 of 639 ~ 36.15'%

%34.59
%29.26
%36.15

CMYK color model

#DDBBE7 color CMYK value is (4,19,0,9).

  • cyan value is 4.33%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (4,19,0,9)
C4M19Y0K9 (4%, 19%, 0%, 9%)
(0.04 / 0.19 / 0.00 / 0.09)

CMYK percentages

%4.33
%19.05
%0
%9.41

Codes

Color #DDBBE7 in popluar color models

DD BB E7
RGB 221 187 231
HSL 286° 47.83% 81.96%
HSB/HSV 286° 19.05% 90.59%
CMYK 4.33% 19.05% 0.00%
9.41%

Color #DDBBE7 in popluar number systems.

HEX DD BB E7
Decimal 221 187 231
Binary 11011101 10111011 11100111
Octal 335 273 347

Shades and tints

Shades of #DDBBE7

#DDBBE7
(221,187,231)
#C9AAD2
(201,170,210)
#B599BD
(181,153,189)
#A188A8
(161,136,168)
#8D7793
(141,119,147)
#79667E
(121,102,126)
#655569
(101,85,105)
#514454
(81,68,84)
#3D333F
(61,51,63)
#29222A
(41,34,42)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #DDBBE7

#DDBBE7
(221,187,231)
#E0C1E9
(224,193,233)
#E3C7EB
(227,199,235)
#E6CDED
(230,205,237)
#E9D3EF
(233,211,239)
#ECD9F1
(236,217,241)
#EFDFF3
(239,223,243)
#F2E5F5
(242,229,245)
#F5EBF7
(245,235,247)
#F8F1F9
(248,241,249)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBE7; }

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

This text font color is #DDBBE7.

Background Color

.myBgColor { background-color: #DDBBE7; }

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

This div background color is #DDBBE7.

Border color

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

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

This div border color is #DDBBE7.

Opacity

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

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

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

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

This text has shadow with #DDBBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBBE7.

Preview

Color preview on black background

This text has color #DDBBE7 on black background.


Color preview on white background

This text has color #DDBBE7 on white background.


Black color preview on #DDBBE7 background

This text has black color on #DDBBE7 background.


White color preview on #DDBBE7 background

This text has white color on #DDBBE7 background.


Related colors

Complementary color

Complementary color for #hex is #224418.


I love getcolorcode.com

Triadic colors

1 #E7DDBB and #BBE7DD with #DDBBE7 are triadic colors.

2 #E7BBDD and #BBDDE7 with #DDBBE7 are triadic colors.