COLOR #DDBBE4

HEX: #DDBBE4 RGB: (221,187,228)

Color info

#DDBBE4 contains red, green and blue colors in about the same proportion. Web safe color of #DDBBE4 is #CCCCCC (or #CCC).

RGB color model

#DDBBE4 color RGB value is (221,187,228).

RGB: (221,187,228) (87%, 73%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 228 of 255 = 89%

221
187
228

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

Portions of RGB colors in percentages

R + G + B = 221 + 187 + 228 = 636 (100%)
R 221 of 636 ~ 34.75%
G 187 of 636 ~ 29.4%
B 228 of 636 ~ 35.85'%

%34.75
%29.4
%35.85

CMYK color model

#DDBBE4 color CMYK value is (3,18,0,11).

  • cyan value is 3.07%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (3,18,0,11)
C3M18Y0K11 (3%, 18%, 0%, 11%)
(0.03 / 0.18 / 0.00 / 0.11)

CMYK percentages

%3.07
%17.98
%0
%10.59

Codes

Color #DDBBE4 in popluar color models

DD BB E4
RGB 221 187 228
HSL 290° 43.16% 81.37%
HSB/HSV 290° 17.98% 89.41%
CMYK 3.07% 17.98% 0.00%
10.59%

Color #DDBBE4 in popluar number systems.

HEX DD BB E4
Decimal 221 187 228
Binary 11011101 10111011 11100100
Octal 335 273 344

Shades and tints

Shades of #DDBBE4

#DDBBE4
(221,187,228)
#C9AAD0
(201,170,208)
#B599BC
(181,153,188)
#A188A8
(161,136,168)
#8D7794
(141,119,148)
#796680
(121,102,128)
#65556C
(101,85,108)
#514458
(81,68,88)
#3D3344
(61,51,68)
#292230
(41,34,48)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #DDBBE4

#DDBBE4
(221,187,228)
#E0C1E6
(224,193,230)
#E3C7E8
(227,199,232)
#E6CDEA
(230,205,234)
#E9D3EC
(233,211,236)
#ECD9EE
(236,217,238)
#EFDFF0
(239,223,240)
#F2E5F2
(242,229,242)
#F5EBF4
(245,235,244)
#F8F1F6
(248,241,246)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBE4; }

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

This text font color is #DDBBE4.

Background Color

.myBgColor { background-color: #DDBBE4; }

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

This div background color is #DDBBE4.

Border color

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

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

This div border color is #DDBBE4.

Opacity

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

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

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

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

This text has shadow with #DDBBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBBE4.

Preview

Color preview on black background

This text has color #DDBBE4 on black background.


Color preview on white background

This text has color #DDBBE4 on white background.


Black color preview on #DDBBE4 background

This text has black color on #DDBBE4 background.


White color preview on #DDBBE4 background

This text has white color on #DDBBE4 background.


Related colors

Complementary color

Complementary color for #hex is #22441B.


I love getcolorcode.com

Triadic colors

1 #E4DDBB and #BBE4DD with #DDBBE4 are triadic colors.

2 #E4BBDD and #BBDDE4 with #DDBBE4 are triadic colors.