COLOR #DDBDEA

HEX: #DDBDEA RGB: (221,189,234)

Color info

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

RGB color model

#DDBDEA color RGB value is (221,189,234).

RGB: (221,189,234) (87%, 74%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 234 of 255 = 92%

221
189
234

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

Portions of RGB colors in percentages

R + G + B = 221 + 189 + 234 = 644 (100%)
R 221 of 644 ~ 34.32%
G 189 of 644 ~ 29.35%
B 234 of 644 ~ 36.34'%

%34.32
%29.35
%36.34

CMYK color model

#DDBDEA color CMYK value is (6,19,0,8).

  • cyan value is 5.56%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (6,19,0,8) C6M19Y0K8 (6%,19%,0%,8%) (0.06/0.19/0.00/0.08) 

CMYK percentages

%5.56
%19.23
%0
%8.24

Codes

Color #DDBDEA in popluar color models

DD BD EA
RGB 221 189 234
HSL 283° 51.72% 82.94%
HSB/HSV 283° 19.23% 91.76%
CMYK 5.56% 19.23% 0.00%
8.24%

Color #DDBDEA in popluar number systems.

HEX DD BD EA
Decimal 221 189 234
Binary 11011101 10111101 11101010
Octal 335 275 352

Shades and tints

Shades of #DDBDEA

#DDBDEA
(221,189,234)
#C9ACD5
(201,172,213)
#B59BC0
(181,155,192)
#A18AAB
(161,138,171)
#8D7996
(141,121,150)
#796881
(121,104,129)
#65576C
(101,87,108)
#514657
(81,70,87)
#3D3542
(61,53,66)
#29242D
(41,36,45)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #DDBDEA

#DDBDEA
(221,189,234)
#E0C3EB
(224,195,235)
#E3C9EC
(227,201,236)
#E6CFED
(230,207,237)
#E9D5EE
(233,213,238)
#ECDBEF
(236,219,239)
#EFE1F0
(239,225,240)
#F2E7F1
(242,231,241)
#F5EDF2
(245,237,242)
#F8F3F3
(248,243,243)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBDEA; }

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

This text font color is #DDBDEA.

Background Color

.myBgColor { background-color: #DDBDEA; }

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

This div background color is #DDBDEA.

Border color

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

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

This div border color is #DDBDEA.

Opacity

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

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

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

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

This text has shadow with #DDBDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBDEA.

Preview

Color preview on black background

This text has color #DDBDEA on black background.


Color preview on white background

This text has color #DDBDEA on white background.


Black color preview on #DDBDEA background

This text has black color on #DDBDEA background.


White color preview on #DDBDEA background

This text has white color on #DDBDEA background.


Related colors

Complementary color

Complementary color for #hex is #224215.


I love getcolorcode.com

Triadic colors

1 #EADDBD and #BDEADD with #DDBDEA are triadic colors.

2 #EABDDD and #BDDDEA with #DDBDEA are triadic colors.