COLOR #DDD7FC

HEX: #DDD7FC
RGB: (221,215,252)

Color info

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

RGB color model

#DDD7FC color RGB value is (221,215,252).

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

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 252 of 255 = 99%

221
215
252

R + G + B ~ 90%. #DDD7FC is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 252 = 688 (100%)
R 221 of 688 ~ 32.12%
G 215 of 688 ~ 31.25%
B 252 of 688 ~ 36.63%

%32.12
%31.25
%36.63

CMYK color model

#DDD7FC color CMYK value is (12,15,0,1).

  • cyan value is 12.30%
  • magenta value is 14.68%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(12,15,0,1)
C12M15Y0K1 
(12%,15%,0%,1%)
(0.12/0.15/0.00/0.01)	

CMYK percentages

%12.3
%14.68
%0
%1.18

Codes

Color #DDD7FC in popluar color models

DDD7FC
RGB221215252
HSL250°86.05%91.57%
HSB/HSV250°14.68%98.82%
CMYK12.30%14.68%0.00%
1.18%

Color #DDD7FC in popluar number systems.

HEXDDD7FC
Decimal221215252
Binary110111011101011111111100
Octal335327374

Shades and tints

Shades of #DDD7FC

#DDD7FC
(221,215,252)
#C9C4E6
(201,196,230)
#B5B1D0
(181,177,208)
#A19EBA
(161,158,186)
#8D8BA4
(141,139,164)
#79788E
(121,120,142)
#656578
(101,101,120)
#515262
(81,82,98)
#3D3F4C
(61,63,76)
#292C36
(41,44,54)
#151920
(21,25,32)
#000000
(0,0,0)

Tints of #DDD7FC

#DDD7FC
(221,215,252)
#E0DAFC
(224,218,252)
#E3DDFC
(227,221,252)
#E6E0FC
(230,224,252)
#E9E3FC
(233,227,252)
#ECE6FC
(236,230,252)
#EFE9FC
(239,233,252)
#F2ECFC
(242,236,252)
#F5EFFC
(245,239,252)
#F8F2FC
(248,242,252)
#FBF5FC
(251,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7FC; }

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

This text font color is #DDD7FC.


Background Color

.myBgColor { background-color: #DDD7FC; }

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

This div background color is #DDD7FC.


Border color

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

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

This div border color is #DDD7FC.


Opacity

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

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

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

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

This text has shadow with #DDD7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD7FC on black background.


Color preview on white background

This text has color #DDD7FC on white background.



Black color preview on #DDD7FC background

This text has black color on #DDD7FC background.


White color preview on #DDD7FC background

This text has white color on #DDD7FC background.