COLOR #DDBADA

HEX: #DDBADA RGB: (221,186,218)

Color info

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

RGB color model

#DDBADA color RGB value is (221,186,218).

RGB: (221,186,218) (87%, 73%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 218 of 255 = 85%

221
186
218

R + G + B ~ 82%. #DDBADA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 186 + 218 = 625 (100%)
R 221 of 625 ~ 35.36%
G 186 of 625 ~ 29.76%
B 218 of 625 ~ 34.88'%

%35.36
%29.76
%34.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 1.36%
  • key color value is 13.33%

CMYK: (0,16,1,13)
C0M16Y1K13 (0%, 16%, 1%, 13%)
(0.00 / 0.16 / 0.01 / 0.13)

CMYK percentages

%0
%15.84
%1.36
%13.33

Codes

Color #DDBADA in popluar color models

DD BA DA
RGB 221 186 218
HSL 305° 33.98% 79.80%
HSB/HSV 305° 15.84% 86.67%
CMYK 0.00% 15.84% 1.36%
13.33%

Color #DDBADA in popluar number systems.

HEX DD BA DA
Decimal 221 186 218
Binary 11011101 10111010 11011010
Octal 335 272 332

Shades and tints

Shades of #DDBADA

#DDBADA
(221,186,218)
#C9AAC7
(201,170,199)
#B59AB4
(181,154,180)
#A18AA1
(161,138,161)
#8D7A8E
(141,122,142)
#796A7B
(121,106,123)
#655A68
(101,90,104)
#514A55
(81,74,85)
#3D3A42
(61,58,66)
#292A2F
(41,42,47)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #DDBADA

#DDBADA
(221,186,218)
#E0C0DD
(224,192,221)
#E3C6E0
(227,198,224)
#E6CCE3
(230,204,227)
#E9D2E6
(233,210,230)
#ECD8E9
(236,216,233)
#EFDEEC
(239,222,236)
#F2E4EF
(242,228,239)
#F5EAF2
(245,234,242)
#F8F0F5
(248,240,245)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBADA; }

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

This text font color is #DDBADA.

Background Color

.myBgColor { background-color: #DDBADA; }

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

This div background color is #DDBADA.

Border color

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

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

This div border color is #DDBADA.

Opacity

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

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

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

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

This text has shadow with #DDBADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBADA.

Preview

Color preview on black background

This text has color #DDBADA on black background.


Color preview on white background

This text has color #DDBADA on white background.


Black color preview on #DDBADA background

This text has black color on #DDBADA background.


White color preview on #DDBADA background

This text has white color on #DDBADA background.


Related colors

Complementary color

Complementary color for #hex is #224525.


I love getcolorcode.com

Triadic colors

1 #DADDBA and #BADADD with #DDBADA are triadic colors.

2 #DABADD and #BADDDA with #DDBADA are triadic colors.