COLOR #DDD7F1

HEX: #DDD7F1
RGB: (221,215,241)

Color info

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

RGB color model

#DDD7F1 color RGB value is (221,215,241).

  • red value is 221;
  • green value is 215;
  • blue value is 241.
RGB:
(221,215,241)
(87%,84%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 241 of 255 = 95%

221
215
241

R + G + B ~ 89%. #DDD7F1 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 241 = 677 (100%)
R 221 of 677 ~ 32.64%
G 215 of 677 ~ 31.76%
B 241 of 677 ~ 35.6%

%32.64
%31.76
%35.6

CMYK color model

#DDD7F1 color CMYK value is (8,11,0,5).

  • cyan value is 8.30%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(8,11,0,5)
C8M11Y0K5 
(8%,11%,0%,5%)
(0.08/0.11/0.00/0.05)	

CMYK percentages

%8.3
%10.79
%0
%5.49

Codes

Color #DDD7F1 in popluar color models

DDD7F1
RGB221215241
HSL254°48.15%89.41%
HSB/HSV254°10.79%94.51%
CMYK8.30%10.79%0.00%
5.49%

Color #DDD7F1 in popluar number systems.

HEXDDD7F1
Decimal221215241
Binary110111011101011111110001
Octal335327361

Shades and tints

Shades of #DDD7F1

#DDD7F1
(221,215,241)
#C9C4DC
(201,196,220)
#B5B1C7
(181,177,199)
#A19EB2
(161,158,178)
#8D8B9D
(141,139,157)
#797888
(121,120,136)
#656573
(101,101,115)
#51525E
(81,82,94)
#3D3F49
(61,63,73)
#292C34
(41,44,52)
#15191F
(21,25,31)
#000000
(0,0,0)

Tints of #DDD7F1

#DDD7F1
(221,215,241)
#E0DAF2
(224,218,242)
#E3DDF3
(227,221,243)
#E6E0F4
(230,224,244)
#E9E3F5
(233,227,245)
#ECE6F6
(236,230,246)
#EFE9F7
(239,233,247)
#F2ECF8
(242,236,248)
#F5EFF9
(245,239,249)
#F8F2FA
(248,242,250)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD7F1 color. Also use rgb(221,215,241) instead hex code.

Text Font Color

.myTextColor { color: #DDD7F1; }

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

This text font color is #DDD7F1.


Background Color

.myBgColor { background-color: #DDD7F1; }

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

This div background color is #DDD7F1.


Border color

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

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

This div border color is #DDD7F1.


Opacity

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

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

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

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

This text has shadow with #DDD7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD7F1 on black background.


Color preview on white background

This text has color #DDD7F1 on white background.



Black color preview on #DDD7F1 background

This text has black color on #DDD7F1 background.


White color preview on #DDD7F1 background

This text has white color on #DDD7F1 background.