COLOR #DDAFC0

HEX: #DDAFC0
RGB: (221,175,192)

Color info

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

RGB color model

#DDAFC0 color RGB value is (221,175,192).

  • red value is 221;
  • green value is 175;
  • blue value is 192.
RGB:
(221,175,192)
(87%,69%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 192 of 255 = 75%

221
175
192

R + G + B ~ 77%. #DDAFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 175 + 192 = 588 (100%)
R 221 of 588 ~ 37.59%
G 175 of 588 ~ 29.76%
B 192 of 588 ~ 32.65%

%37.59
%29.76
%32.65

CMYK color model

#DDAFC0 color CMYK value is (0,21,13,13).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(0,21,13,13)
C0M21Y13K13 
(0%,21%,13%,13%)
(0.00/0.21/0.13/0.13)	

CMYK percentages

%0
%20.81
%13.12
%13.33

Codes

Color #DDAFC0 in popluar color models

DDAFC0
RGB221175192
HSL338°40.35%77.65%
HSB/HSV338°20.81%86.67%
CMYK0.00%20.81%13.12%
13.33%

Color #DDAFC0 in popluar number systems.

HEXDDAFC0
Decimal221175192
Binary110111011010111111000000
Octal335257300

Shades and tints

Shades of #DDAFC0

#DDAFC0
(221,175,192)
#C9A0AF
(201,160,175)
#B5919E
(181,145,158)
#A1828D
(161,130,141)
#8D737C
(141,115,124)
#79646B
(121,100,107)
#65555A
(101,85,90)
#514649
(81,70,73)
#3D3738
(61,55,56)
#292827
(41,40,39)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDAFC0

#DDAFC0
(221,175,192)
#E0B6C5
(224,182,197)
#E3BDCA
(227,189,202)
#E6C4CF
(230,196,207)
#E9CBD4
(233,203,212)
#ECD2D9
(236,210,217)
#EFD9DE
(239,217,222)
#F2E0E3
(242,224,227)
#F5E7E8
(245,231,232)
#F8EEED
(248,238,237)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAFC0; }

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

This text font color is #DDAFC0.


Background Color

.myBgColor { background-color: #DDAFC0; }

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

This div background color is #DDAFC0.


Border color

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

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

This div border color is #DDAFC0.


Opacity

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

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

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

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

This text has shadow with #DDAFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAFC0 on black background.


Color preview on white background

This text has color #DDAFC0 on white background.



Black color preview on #DDAFC0 background

This text has black color on #DDAFC0 background.


White color preview on #DDAFC0 background

This text has white color on #DDAFC0 background.