COLOR #DDC2F4

HEX: #DDC2F4
RGB: (221,194,244)

Color info

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

RGB color model

#DDC2F4 color RGB value is (221,194,244).

  • red value is 221;
  • green value is 194;
  • blue value is 244.
RGB:
(221,194,244)
(87%,76%,96%)

RGB channels and saturation

R 221 of 255 = 87%
G 194 of 255 = 76%
B 244 of 255 = 96%

221
194
244

R + G + B ~ 86%. #DDC2F4 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 194 + 244 = 659 (100%)
R 221 of 659 ~ 33.54%
G 194 of 659 ~ 29.44%
B 244 of 659 ~ 37.03%

%33.54
%29.44
%37.03

CMYK color model

#DDC2F4 color CMYK value is (9,20,0,4).

  • cyan value is 9.43%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(9,20,0,4)
C9M20Y0K4 
(9%,20%,0%,4%)
(0.09/0.20/0.00/0.04)	

CMYK percentages

%9.43
%20.49
%0
%4.31

Codes

Color #DDC2F4 in popluar color models

DDC2F4
RGB221194244
HSL272°69.44%85.88%
HSB/HSV272°20.49%95.69%
CMYK9.43%20.49%0.00%
4.31%

Color #DDC2F4 in popluar number systems.

HEXDDC2F4
Decimal221194244
Binary110111011100001011110100
Octal335302364

Shades and tints

Shades of #DDC2F4

#DDC2F4
(221,194,244)
#C9B1DE
(201,177,222)
#B5A0C8
(181,160,200)
#A18FB2
(161,143,178)
#8D7E9C
(141,126,156)
#796D86
(121,109,134)
#655C70
(101,92,112)
#514B5A
(81,75,90)
#3D3A44
(61,58,68)
#29292E
(41,41,46)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #DDC2F4

#DDC2F4
(221,194,244)
#E0C7F5
(224,199,245)
#E3CCF6
(227,204,246)
#E6D1F7
(230,209,247)
#E9D6F8
(233,214,248)
#ECDBF9
(236,219,249)
#EFE0FA
(239,224,250)
#F2E5FB
(242,229,251)
#F5EAFC
(245,234,252)
#F8EFFD
(248,239,253)
#FBF4FE
(251,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC2F4 color. Also use rgb(221,194,244) instead hex code.

Text Font Color

.myTextColor { color: #DDC2F4; }

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

This text font color is #DDC2F4.


Background Color

.myBgColor { background-color: #DDC2F4; }

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

This div background color is #DDC2F4.


Border color

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

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

This div border color is #DDC2F4.


Opacity

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

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

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

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

This text has shadow with #DDC2F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC2F4 on black background.


Color preview on white background

This text has color #DDC2F4 on white background.



Black color preview on #DDC2F4 background

This text has black color on #DDC2F4 background.


White color preview on #DDC2F4 background

This text has white color on #DDC2F4 background.