COLOR #DDABDF

HEX: #DDABDF RGB: (221,171,223)

Color info

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

RGB color model

#DDABDF color RGB value is (221,171,223).

RGB: (221,171,223) (87%, 67%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 223 of 255 = 87%

221
171
223

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

Portions of RGB colors in percentages

R + G + B = 221 + 171 + 223 = 615 (100%)
R 221 of 615 ~ 35.93%
G 171 of 615 ~ 27.8%
B 223 of 615 ~ 36.26'%

%35.93
%27.8
%36.26

CMYK color model

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

  • cyan value is 0.90%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (1,23,0,13)
C1M23Y0K13 (1%, 23%, 0%, 13%)
(0.01 / 0.23 / 0.00 / 0.13)

CMYK percentages

%0.9
%23.32
%0
%12.55

Codes

Color #DDABDF in popluar color models

DD AB DF
RGB 221 171 223
HSL 298° 44.83% 77.25%
HSB/HSV 298° 23.32% 87.45%
CMYK 0.90% 23.32% 0.00%
12.55%

Color #DDABDF in popluar number systems.

HEX DD AB DF
Decimal 221 171 223
Binary 11011101 10101011 11011111
Octal 335 253 337

Shades and tints

Shades of #DDABDF

#DDABDF
(221,171,223)
#C99CCB
(201,156,203)
#B58DB7
(181,141,183)
#A17EA3
(161,126,163)
#8D6F8F
(141,111,143)
#79607B
(121,96,123)
#655167
(101,81,103)
#514253
(81,66,83)
#3D333F
(61,51,63)
#29242B
(41,36,43)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #DDABDF

#DDABDF
(221,171,223)
#E0B2E1
(224,178,225)
#E3B9E3
(227,185,227)
#E6C0E5
(230,192,229)
#E9C7E7
(233,199,231)
#ECCEE9
(236,206,233)
#EFD5EB
(239,213,235)
#F2DCED
(242,220,237)
#F5E3EF
(245,227,239)
#F8EAF1
(248,234,241)
#FBF1F3
(251,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDABDF; }

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

This text font color is #DDABDF.

Background Color

.myBgColor { background-color: #DDABDF; }

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

This div background color is #DDABDF.

Border color

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

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

This div border color is #DDABDF.

Opacity

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

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

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

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

This text has shadow with #DDABDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDABDF.

Preview

Color preview on black background

This text has color #DDABDF on black background.


Color preview on white background

This text has color #DDABDF on white background.


Black color preview on #DDABDF background

This text has black color on #DDABDF background.


White color preview on #DDABDF background

This text has white color on #DDABDF background.


Related colors

Complementary color

Complementary color for #hex is #225420.


I love getcolorcode.com

Triadic colors

1 #DFDDAB and #ABDFDD with #DDABDF are triadic colors.

2 #DFABDD and #ABDDDF with #DDABDF are triadic colors.