COLOR #DDC4FE

HEX: #DDC4FE RGB: (221,196,254)

Color info

#DDC4FE contains red, green and blue colors in about the same proportion. Web safe color of #DDC4FE is #CCCCFF (or #CCF).

RGB color model

#DDC4FE color RGB value is (221,196,254).

RGB: (221,196,254) (87%, 77%, 100%)

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 254 of 255 = 100%

221
196
254

R + G + B ~ 88%. #DDC4FE is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 196 + 254 = 671 (100%)
R 221 of 671 ~ 32.94%
G 196 of 671 ~ 29.21%
B 254 of 671 ~ 37.85'%

%32.94
%29.21
%37.85

CMYK color model

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

  • cyan value is 12.99%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (13,23,0,0) C13M23Y0K0 (13%,23%,0%,0%) (0.13/0.23/0.00/0.00) 

CMYK percentages

%12.99
%22.83
%0
%0.39

Codes

Color #DDC4FE in popluar color models

DD C4 FE
RGB 221 196 254
HSL 266° 96.67% 88.24%
HSB/HSV 266° 22.83% 99.61%
CMYK 12.99% 22.83% 0.00%
0.39%

Color #DDC4FE in popluar number systems.

HEX DD C4 FE
Decimal 221 196 254
Binary 11011101 11000100 11111110
Octal 335 304 376

Shades and tints

Shades of #DDC4FE

#DDC4FE
(221,196,254)
#C9B3E7
(201,179,231)
#B5A2D0
(181,162,208)
#A191B9
(161,145,185)
#8D80A2
(141,128,162)
#796F8B
(121,111,139)
#655E74
(101,94,116)
#514D5D
(81,77,93)
#3D3C46
(61,60,70)
#292B2F
(41,43,47)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDC4FE

#DDC4FE
(221,196,254)
#E0C9FE
(224,201,254)
#E3CEFE
(227,206,254)
#E6D3FE
(230,211,254)
#E9D8FE
(233,216,254)
#ECDDFE
(236,221,254)
#EFE2FE
(239,226,254)
#F2E7FE
(242,231,254)
#F5ECFE
(245,236,254)
#F8F1FE
(248,241,254)
#FBF6FE
(251,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC4FE; }

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

This text font color is #DDC4FE.

Background Color

.myBgColor { background-color: #DDC4FE; }

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

This div background color is #DDC4FE.

Border color

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

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

This div border color is #DDC4FE.

Opacity

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

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

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

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

This text has shadow with #DDC4FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC4FE.

Preview

Color preview on black background

This text has color #DDC4FE on black background.


Color preview on white background

This text has color #DDC4FE on white background.


Black color preview on #DDC4FE background

This text has black color on #DDC4FE background.


White color preview on #DDC4FE background

This text has white color on #DDC4FE background.


Related colors

Complementary color

Complementary color for #hex is #223B01.


I love getcolorcode.com

Triadic colors

1 #FEDDC4 and #C4FEDD with #DDC4FE are triadic colors.

2 #FEC4DD and #C4DDFE with #DDC4FE are triadic colors.