COLOR #DDBAE9

HEX: #DDBAE9 RGB: (221,186,233)

Color info

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

RGB color model

#DDBAE9 color RGB value is (221,186,233).

RGB: (221,186,233) (87%, 73%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 233 of 255 = 91%

221
186
233

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

Portions of RGB colors in percentages

R + G + B = 221 + 186 + 233 = 640 (100%)
R 221 of 640 ~ 34.53%
G 186 of 640 ~ 29.06%
B 233 of 640 ~ 36.41'%

%34.53
%29.06
%36.41

CMYK color model

#DDBAE9 color CMYK value is (5,20,0,9).

  • cyan value is 5.15%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (5,20,0,9)
C5M20Y0K9 (5%, 20%, 0%, 9%)
(0.05 / 0.20 / 0.00 / 0.09)

CMYK percentages

%5.15
%20.17
%0
%8.63

Codes

Color #DDBAE9 in popluar color models

DD BA E9
RGB 221 186 233
HSL 285° 51.65% 82.16%
HSB/HSV 285° 20.17% 91.37%
CMYK 5.15% 20.17% 0.00%
8.63%

Color #DDBAE9 in popluar number systems.

HEX DD BA E9
Decimal 221 186 233
Binary 11011101 10111010 11101001
Octal 335 272 351

Shades and tints

Shades of #DDBAE9

#DDBAE9
(221,186,233)
#C9AAD4
(201,170,212)
#B59ABF
(181,154,191)
#A18AAA
(161,138,170)
#8D7A95
(141,122,149)
#796A80
(121,106,128)
#655A6B
(101,90,107)
#514A56
(81,74,86)
#3D3A41
(61,58,65)
#292A2C
(41,42,44)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #DDBAE9

#DDBAE9
(221,186,233)
#E0C0EB
(224,192,235)
#E3C6ED
(227,198,237)
#E6CCEF
(230,204,239)
#E9D2F1
(233,210,241)
#ECD8F3
(236,216,243)
#EFDEF5
(239,222,245)
#F2E4F7
(242,228,247)
#F5EAF9
(245,234,249)
#F8F0FB
(248,240,251)
#FBF6FD
(251,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBAE9 color. Also use rgb(221,186,233) instead hex code.

Text Font Color

.myTextColor { color: #DDBAE9; }

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

This text font color is #DDBAE9.

Background Color

.myBgColor { background-color: #DDBAE9; }

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

This div background color is #DDBAE9.

Border color

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

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

This div border color is #DDBAE9.

Opacity

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

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

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

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

This text has shadow with #DDBAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBAE9.

Preview

Color preview on black background

This text has color #DDBAE9 on black background.


Color preview on white background

This text has color #DDBAE9 on white background.


Black color preview on #DDBAE9 background

This text has black color on #DDBAE9 background.


White color preview on #DDBAE9 background

This text has white color on #DDBAE9 background.


Related colors

Complementary color

Complementary color for #hex is #224516.


I love getcolorcode.com

Triadic colors

1 #E9DDBA and #BAE9DD with #DDBAE9 are triadic colors.

2 #E9BADD and #BADDE9 with #DDBAE9 are triadic colors.