COLOR #DDBAD3

HEX: #DDBAD3 RGB: (221,186,211)

Color info

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

RGB color model

#DDBAD3 color RGB value is (221,186,211).

RGB: (221,186,211) (87%, 73%, 83%)

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 211 of 255 = 83%

221
186
211

R + G + B ~ 81%. #DDBAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 186 + 211 = 618 (100%)
R 221 of 618 ~ 35.76%
G 186 of 618 ~ 30.1%
B 211 of 618 ~ 34.14'%

%35.76
%30.1
%34.14

CMYK color model

#DDBAD3 color CMYK value is (0,16,5,13).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 4.52%
  • key color value is 13.33%
CMYK: (0,16,5,13) C0M16Y5K13 (0%,16%,5%,13%) (0.00/0.16/0.05/0.13) 

CMYK percentages

%0
%15.84
%4.52
%13.33

Codes

Color #DDBAD3 in popluar color models

DD BA D3
RGB 221 186 211
HSL 317° 33.98% 79.80%
HSB/HSV 317° 15.84% 86.67%
CMYK 0.00% 15.84% 4.52%
13.33%

Color #DDBAD3 in popluar number systems.

HEX DD BA D3
Decimal 221 186 211
Binary 11011101 10111010 11010011
Octal 335 272 323

Shades and tints

Shades of #DDBAD3

#DDBAD3
(221,186,211)
#C9AAC0
(201,170,192)
#B59AAD
(181,154,173)
#A18A9A
(161,138,154)
#8D7A87
(141,122,135)
#796A74
(121,106,116)
#655A61
(101,90,97)
#514A4E
(81,74,78)
#3D3A3B
(61,58,59)
#292A28
(41,42,40)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #DDBAD3

#DDBAD3
(221,186,211)
#E0C0D7
(224,192,215)
#E3C6DB
(227,198,219)
#E6CCDF
(230,204,223)
#E9D2E3
(233,210,227)
#ECD8E7
(236,216,231)
#EFDEEB
(239,222,235)
#F2E4EF
(242,228,239)
#F5EAF3
(245,234,243)
#F8F0F7
(248,240,247)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBAD3; }

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

This text font color is #DDBAD3.

Background Color

.myBgColor { background-color: #DDBAD3; }

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

This div background color is #DDBAD3.

Border color

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

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

This div border color is #DDBAD3.

Opacity

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

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

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

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

This text has shadow with #DDBAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBAD3.

Preview

Color preview on black background

This text has color #DDBAD3 on black background.


Color preview on white background

This text has color #DDBAD3 on white background.


Black color preview on #DDBAD3 background

This text has black color on #DDBAD3 background.


White color preview on #DDBAD3 background

This text has white color on #DDBAD3 background.


Related colors

Complementary color

Complementary color for #hex is #22452C.


I love getcolorcode.com

Triadic colors

1 #D3DDBA and #BAD3DD with #DDBAD3 are triadic colors.

2 #D3BADD and #BADDD3 with #DDBAD3 are triadic colors.