COLOR #DDBAEC

HEX: #DDBAEC RGB: (221,186,236)

Color info

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

RGB color model

#DDBAEC color RGB value is (221,186,236).

RGB: (221,186,236) (87%, 73%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 236 of 255 = 93%

221
186
236

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

Portions of RGB colors in percentages

R + G + B = 221 + 186 + 236 = 643 (100%)
R 221 of 643 ~ 34.37%
G 186 of 643 ~ 28.93%
B 236 of 643 ~ 36.7'%

%34.37
%28.93
%36.7

CMYK color model

#DDBAEC color CMYK value is (6,21,0,7).

  • cyan value is 6.36%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (6,21,0,7)
C6M21Y0K7 (6%, 21%, 0%, 7%)
(0.06 / 0.21 / 0.00 / 0.07)

CMYK percentages

%6.36
%21.19
%0
%7.45

Codes

Color #DDBAEC in popluar color models

DD BA EC
RGB 221 186 236
HSL 282° 56.82% 82.75%
HSB/HSV 282° 21.19% 92.55%
CMYK 6.36% 21.19% 0.00%
7.45%

Color #DDBAEC in popluar number systems.

HEX DD BA EC
Decimal 221 186 236
Binary 11011101 10111010 11101100
Octal 335 272 354

Shades and tints

Shades of #DDBAEC

#DDBAEC
(221,186,236)
#C9AAD7
(201,170,215)
#B59AC2
(181,154,194)
#A18AAD
(161,138,173)
#8D7A98
(141,122,152)
#796A83
(121,106,131)
#655A6E
(101,90,110)
#514A59
(81,74,89)
#3D3A44
(61,58,68)
#292A2F
(41,42,47)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #DDBAEC

#DDBAEC
(221,186,236)
#E0C0ED
(224,192,237)
#E3C6EE
(227,198,238)
#E6CCEF
(230,204,239)
#E9D2F0
(233,210,240)
#ECD8F1
(236,216,241)
#EFDEF2
(239,222,242)
#F2E4F3
(242,228,243)
#F5EAF4
(245,234,244)
#F8F0F5
(248,240,245)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBAEC; }

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

This text font color is #DDBAEC.

Background Color

.myBgColor { background-color: #DDBAEC; }

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

This div background color is #DDBAEC.

Border color

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

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

This div border color is #DDBAEC.

Opacity

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

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

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

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

This text has shadow with #DDBAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBAEC.

Preview

Color preview on black background

This text has color #DDBAEC on black background.


Color preview on white background

This text has color #DDBAEC on white background.


Black color preview on #DDBAEC background

This text has black color on #DDBAEC background.


White color preview on #DDBAEC background

This text has white color on #DDBAEC background.


Related colors

Complementary color

Complementary color for #hex is #224513.


I love getcolorcode.com

Triadic colors

1 #ECDDBA and #BAECDD with #DDBAEC are triadic colors.

2 #ECBADD and #BADDEC with #DDBAEC are triadic colors.