COLOR #DDAFC4

HEX: #DDAFC4 RGB: (221,175,196)

Color info

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

RGB color model

#DDAFC4 color RGB value is (221,175,196).

RGB: (221,175,196) (87%, 69%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 196 of 255 = 77%

221
175
196

R + G + B ~ 78%. #DDAFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 175 + 196 = 592 (100%)
R 221 of 592 ~ 37.33%
G 175 of 592 ~ 29.56%
B 196 of 592 ~ 33.11'%

%37.33
%29.56
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 11.31%
  • key color value is 13.33%

CMYK: (0,21,11,13)
C0M21Y11K13 (0%, 21%, 11%, 13%)
(0.00 / 0.21 / 0.11 / 0.13)

CMYK percentages

%0
%20.81
%11.31
%13.33

Codes

Color #DDAFC4 in popluar color models

DD AF C4
RGB 221 175 196
HSL 333° 40.35% 77.65%
HSB/HSV 333° 20.81% 86.67%
CMYK 0.00% 20.81% 11.31%
13.33%

Color #DDAFC4 in popluar number systems.

HEX DD AF C4
Decimal 221 175 196
Binary 11011101 10101111 11000100
Octal 335 257 304

Shades and tints

Shades of #DDAFC4

#DDAFC4
(221,175,196)
#C9A0B3
(201,160,179)
#B591A2
(181,145,162)
#A18291
(161,130,145)
#8D7380
(141,115,128)
#79646F
(121,100,111)
#65555E
(101,85,94)
#51464D
(81,70,77)
#3D373C
(61,55,60)
#29282B
(41,40,43)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #DDAFC4

#DDAFC4
(221,175,196)
#E0B6C9
(224,182,201)
#E3BDCE
(227,189,206)
#E6C4D3
(230,196,211)
#E9CBD8
(233,203,216)
#ECD2DD
(236,210,221)
#EFD9E2
(239,217,226)
#F2E0E7
(242,224,231)
#F5E7EC
(245,231,236)
#F8EEF1
(248,238,241)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAFC4; }

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

This text font color is #DDAFC4.

Background Color

.myBgColor { background-color: #DDAFC4; }

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

This div background color is #DDAFC4.

Border color

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

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

This div border color is #DDAFC4.

Opacity

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

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

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

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

This text has shadow with #DDAFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAFC4.

Preview

Color preview on black background

This text has color #DDAFC4 on black background.


Color preview on white background

This text has color #DDAFC4 on white background.


Black color preview on #DDAFC4 background

This text has black color on #DDAFC4 background.


White color preview on #DDAFC4 background

This text has white color on #DDAFC4 background.


Related colors

Complementary color

Complementary color for #hex is #22503B.


I love getcolorcode.com

Triadic colors

1 #C4DDAF and #AFC4DD with #DDAFC4 are triadic colors.

2 #C4AFDD and #AFDDC4 with #DDAFC4 are triadic colors.