COLOR #DDABDC

HEX: #DDABDC RGB: (221,171,220)

Color info

#DDABDC contains red, green and blue colors in about the same proportion. Web safe color of #DDABDC is #CC99CC (or #C9C).

RGB color model

#DDABDC color RGB value is (221,171,220).

RGB: (221,171,220) (87%, 67%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 220 of 255 = 86%

221
171
220

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

Portions of RGB colors in percentages

R + G + B = 221 + 171 + 220 = 612 (100%)
R 221 of 612 ~ 36.11%
G 171 of 612 ~ 27.94%
B 220 of 612 ~ 35.95'%

%36.11
%27.94
%35.95

CMYK color model

#DDABDC color CMYK value is (0,23,0,13).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 0.45%
  • key color value is 13.33%

CMYK: (0,23,0,13)
C0M23Y0K13 (0%, 23%, 0%, 13%)
(0.00 / 0.23 / 0.00 / 0.13)

CMYK percentages

%0
%22.62
%0.45
%13.33

Codes

Color #DDABDC in popluar color models

DD AB DC
RGB 221 171 220
HSL 301° 42.37% 76.86%
HSB/HSV 301° 22.62% 86.67%
CMYK 0.00% 22.62% 0.45%
13.33%

Color #DDABDC in popluar number systems.

HEX DD AB DC
Decimal 221 171 220
Binary 11011101 10101011 11011100
Octal 335 253 334

Shades and tints

Shades of #DDABDC

#DDABDC
(221,171,220)
#C99CC8
(201,156,200)
#B58DB4
(181,141,180)
#A17EA0
(161,126,160)
#8D6F8C
(141,111,140)
#796078
(121,96,120)
#655164
(101,81,100)
#514250
(81,66,80)
#3D333C
(61,51,60)
#292428
(41,36,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDABDC

#DDABDC
(221,171,220)
#E0B2DF
(224,178,223)
#E3B9E2
(227,185,226)
#E6C0E5
(230,192,229)
#E9C7E8
(233,199,232)
#ECCEEB
(236,206,235)
#EFD5EE
(239,213,238)
#F2DCF1
(242,220,241)
#F5E3F4
(245,227,244)
#F8EAF7
(248,234,247)
#FBF1FA
(251,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDABDC color. Also use rgb(221,171,220) instead hex code.

Text Font Color

.myTextColor { color: #DDABDC; }

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

This text font color is #DDABDC.

Background Color

.myBgColor { background-color: #DDABDC; }

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

This div background color is #DDABDC.

Border color

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

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

This div border color is #DDABDC.

Opacity

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

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

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

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

This text has shadow with #DDABDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDABDC.

Preview

Color preview on black background

This text has color #DDABDC on black background.


Color preview on white background

This text has color #DDABDC on white background.


Black color preview on #DDABDC background

This text has black color on #DDABDC background.


White color preview on #DDABDC background

This text has white color on #DDABDC background.


Related colors

Complementary color

Complementary color for #hex is #225423.


I love getcolorcode.com

Triadic colors

1 #DCDDAB and #ABDCDD with #DDABDC are triadic colors.

2 #DCABDD and #ABDDDC with #DDABDC are triadic colors.