COLOR #DDBDCA

HEX: #DDBDCA RGB: (221,189,202)

Color info

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

RGB color model

#DDBDCA color RGB value is (221,189,202).

RGB: (221,189,202) (87%, 74%, 79%)

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 202 of 255 = 79%

221
189
202

R + G + B ~ 80%. #DDBDCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 189 + 202 = 612 (100%)
R 221 of 612 ~ 36.11%
G 189 of 612 ~ 30.88%
B 202 of 612 ~ 33.01'%

%36.11
%30.88
%33.01

CMYK color model

#DDBDCA color CMYK value is (0,14,9,13).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 8.60%
  • key color value is 13.33%
CMYK: (0,14,9,13) C0M14Y9K13 (0%,14%,9%,13%) (0.00/0.14/0.09/0.13) 

CMYK percentages

%0
%14.48
%8.6
%13.33

Codes

Color #DDBDCA in popluar color models

DD BD CA
RGB 221 189 202
HSL 336° 32.00% 80.39%
HSB/HSV 336° 14.48% 86.67%
CMYK 0.00% 14.48% 8.60%
13.33%

Color #DDBDCA in popluar number systems.

HEX DD BD CA
Decimal 221 189 202
Binary 11011101 10111101 11001010
Octal 335 275 312

Shades and tints

Shades of #DDBDCA

#DDBDCA
(221,189,202)
#C9ACB8
(201,172,184)
#B59BA6
(181,155,166)
#A18A94
(161,138,148)
#8D7982
(141,121,130)
#796870
(121,104,112)
#65575E
(101,87,94)
#51464C
(81,70,76)
#3D353A
(61,53,58)
#292428
(41,36,40)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #DDBDCA

#DDBDCA
(221,189,202)
#E0C3CE
(224,195,206)
#E3C9D2
(227,201,210)
#E6CFD6
(230,207,214)
#E9D5DA
(233,213,218)
#ECDBDE
(236,219,222)
#EFE1E2
(239,225,226)
#F2E7E6
(242,231,230)
#F5EDEA
(245,237,234)
#F8F3EE
(248,243,238)
#FBF9F2
(251,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBDCA; }

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

This text font color is #DDBDCA.

Background Color

.myBgColor { background-color: #DDBDCA; }

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

This div background color is #DDBDCA.

Border color

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

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

This div border color is #DDBDCA.

Opacity

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

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

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

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

This text has shadow with #DDBDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBDCA.

Preview

Color preview on black background

This text has color #DDBDCA on black background.


Color preview on white background

This text has color #DDBDCA on white background.


Black color preview on #DDBDCA background

This text has black color on #DDBDCA background.


White color preview on #DDBDCA background

This text has white color on #DDBDCA background.


Related colors

Complementary color

Complementary color for #hex is #224235.


I love getcolorcode.com

Triadic colors

1 #CADDBD and #BDCADD with #DDBDCA are triadic colors.

2 #CABDDD and #BDDDCA with #DDBDCA are triadic colors.