COLOR #DDAFEC

HEX: #DDAFEC RGB: (221,175,236)

Color info

#DDAFEC contains mainly red and blue colors. Web safe color of #DDAFEC is #CC99FF (or #C9F).

RGB color model

#DDAFEC color RGB value is (221,175,236).

RGB: (221,175,236) (87%, 69%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 236 of 255 = 93%

221
175
236

R + G + B ~ 83%. #DDAFEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 175 + 236 = 632 (100%)
R 221 of 632 ~ 34.97%
G 175 of 632 ~ 27.69%
B 236 of 632 ~ 37.34'%

%34.97
%27.69
%37.34

CMYK color model

#DDAFEC color CMYK value is (6,26,0,7).

  • cyan value is 6.36%
  • magenta value is 25.85%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (6,26,0,7)
C6M26Y0K7 (6%, 26%, 0%, 7%)
(0.06 / 0.26 / 0.00 / 0.07)

CMYK percentages

%6.36
%25.85
%0
%7.45

Codes

Color #DDAFEC in popluar color models

DD AF EC
RGB 221 175 236
HSL 285° 61.62% 80.59%
HSB/HSV 285° 25.85% 92.55%
CMYK 6.36% 25.85% 0.00%
7.45%

Color #DDAFEC in popluar number systems.

HEX DD AF EC
Decimal 221 175 236
Binary 11011101 10101111 11101100
Octal 335 257 354

Shades and tints

Shades of #DDAFEC

#DDAFEC
(221,175,236)
#C9A0D7
(201,160,215)
#B591C2
(181,145,194)
#A182AD
(161,130,173)
#8D7398
(141,115,152)
#796483
(121,100,131)
#65556E
(101,85,110)
#514659
(81,70,89)
#3D3744
(61,55,68)
#29282F
(41,40,47)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #DDAFEC

#DDAFEC
(221,175,236)
#E0B6ED
(224,182,237)
#E3BDEE
(227,189,238)
#E6C4EF
(230,196,239)
#E9CBF0
(233,203,240)
#ECD2F1
(236,210,241)
#EFD9F2
(239,217,242)
#F2E0F3
(242,224,243)
#F5E7F4
(245,231,244)
#F8EEF5
(248,238,245)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAFEC; }

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

This text font color is #DDAFEC.

Background Color

.myBgColor { background-color: #DDAFEC; }

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

This div background color is #DDAFEC.

Border color

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

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

This div border color is #DDAFEC.

Opacity

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

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

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

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

This text has shadow with #DDAFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAFEC.

Preview

Color preview on black background

This text has color #DDAFEC on black background.


Color preview on white background

This text has color #DDAFEC on white background.


Black color preview on #DDAFEC background

This text has black color on #DDAFEC background.


White color preview on #DDAFEC background

This text has white color on #DDAFEC background.


Related colors

Complementary color

Complementary color for #hex is #225013.


I love getcolorcode.com

Triadic colors

1 #ECDDAF and #AFECDD with #DDAFEC are triadic colors.

2 #ECAFDD and #AFDDEC with #DDAFEC are triadic colors.