COLOR #DDC0DB

HEX: #DDC0DB RGB: (221,192,219)

Color info

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

RGB color model

#DDC0DB color RGB value is (221,192,219).

RGB: (221,192,219) (87%, 75%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 192 of 255 = 75%
B 219 of 255 = 86%

221
192
219

R + G + B ~ 83%. #DDC0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 192 + 219 = 632 (100%)
R 221 of 632 ~ 34.97%
G 192 of 632 ~ 30.38%
B 219 of 632 ~ 34.65'%

%34.97
%30.38
%34.65

CMYK color model

#DDC0DB color CMYK value is (0,13,1,13).

  • cyan value is 0.00%
  • magenta value is 13.12%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK: (0,13,1,13) C0M13Y1K13 (0%,13%,1%,13%) (0.00/0.13/0.01/0.13) 

CMYK percentages

%0
%13.12
%0.9
%13.33

Codes

Color #DDC0DB in popluar color models

DD C0 DB
RGB 221 192 219
HSL 304° 29.90% 80.98%
HSB/HSV 304° 13.12% 86.67%
CMYK 0.00% 13.12% 0.90%
13.33%

Color #DDC0DB in popluar number systems.

HEX DD C0 DB
Decimal 221 192 219
Binary 11011101 11000000 11011011
Octal 335 300 333

Shades and tints

Shades of #DDC0DB

#DDC0DB
(221,192,219)
#C9AFC8
(201,175,200)
#B59EB5
(181,158,181)
#A18DA2
(161,141,162)
#8D7C8F
(141,124,143)
#796B7C
(121,107,124)
#655A69
(101,90,105)
#514956
(81,73,86)
#3D3843
(61,56,67)
#292730
(41,39,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #DDC0DB

#DDC0DB
(221,192,219)
#E0C5DE
(224,197,222)
#E3CAE1
(227,202,225)
#E6CFE4
(230,207,228)
#E9D4E7
(233,212,231)
#ECD9EA
(236,217,234)
#EFDEED
(239,222,237)
#F2E3F0
(242,227,240)
#F5E8F3
(245,232,243)
#F8EDF6
(248,237,246)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC0DB color. Also use rgb(221,192,219) instead hex code.

Text Font Color

.myTextColor { color: #DDC0DB; }

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

This text font color is #DDC0DB.

Background Color

.myBgColor { background-color: #DDC0DB; }

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

This div background color is #DDC0DB.

Border color

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

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

This div border color is #DDC0DB.

Opacity

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

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

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

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

This text has shadow with #DDC0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC0DB.

Preview

Color preview on black background

This text has color #DDC0DB on black background.


Color preview on white background

This text has color #DDC0DB on white background.


Black color preview on #DDC0DB background

This text has black color on #DDC0DB background.


White color preview on #DDC0DB background

This text has white color on #DDC0DB background.


Related colors

Complementary color

Complementary color for #hex is #223F24.


I love getcolorcode.com

Triadic colors

1 #DBDDC0 and #C0DBDD with #DDC0DB are triadic colors.

2 #DBC0DD and #C0DDDB with #DDC0DB are triadic colors.