COLOR #DDBDEC

HEX: #DDBDEC RGB: (221,189,236)

Color info

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

RGB color model

#DDBDEC color RGB value is (221,189,236).

RGB: (221,189,236) (87%, 74%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 236 of 255 = 93%

221
189
236

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

Portions of RGB colors in percentages

R + G + B = 221 + 189 + 236 = 646 (100%)
R 221 of 646 ~ 34.21%
G 189 of 646 ~ 29.26%
B 236 of 646 ~ 36.53'%

%34.21
%29.26
%36.53

CMYK color model

#DDBDEC color CMYK value is (6,20,0,7).

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

CMYK: (6,20,0,7)
C6M20Y0K7 (6%, 20%, 0%, 7%)
(0.06 / 0.20 / 0.00 / 0.07)

CMYK percentages

%6.36
%19.92
%0
%7.45

Codes

Color #DDBDEC in popluar color models

DD BD EC
RGB 221 189 236
HSL 281° 55.29% 83.33%
HSB/HSV 281° 19.92% 92.55%
CMYK 6.36% 19.92% 0.00%
7.45%

Color #DDBDEC in popluar number systems.

HEX DD BD EC
Decimal 221 189 236
Binary 11011101 10111101 11101100
Octal 335 275 354

Shades and tints

Shades of #DDBDEC

#DDBDEC
(221,189,236)
#C9ACD7
(201,172,215)
#B59BC2
(181,155,194)
#A18AAD
(161,138,173)
#8D7998
(141,121,152)
#796883
(121,104,131)
#65576E
(101,87,110)
#514659
(81,70,89)
#3D3544
(61,53,68)
#29242F
(41,36,47)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #DDBDEC

#DDBDEC
(221,189,236)
#E0C3ED
(224,195,237)
#E3C9EE
(227,201,238)
#E6CFEF
(230,207,239)
#E9D5F0
(233,213,240)
#ECDBF1
(236,219,241)
#EFE1F2
(239,225,242)
#F2E7F3
(242,231,243)
#F5EDF4
(245,237,244)
#F8F3F5
(248,243,245)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBDEC; }

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

This text font color is #DDBDEC.

Background Color

.myBgColor { background-color: #DDBDEC; }

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

This div background color is #DDBDEC.

Border color

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

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

This div border color is #DDBDEC.

Opacity

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

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

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

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

This text has shadow with #DDBDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBDEC.

Preview

Color preview on black background

This text has color #DDBDEC on black background.


Color preview on white background

This text has color #DDBDEC on white background.


Black color preview on #DDBDEC background

This text has black color on #DDBDEC background.


White color preview on #DDBDEC background

This text has white color on #DDBDEC background.


Related colors

Complementary color

Complementary color for #hex is #224213.


I love getcolorcode.com

Triadic colors

1 #ECDDBD and #BDECDD with #DDBDEC are triadic colors.

2 #ECBDDD and #BDDDEC with #DDBDEC are triadic colors.