COLOR #DDD9FE

HEX: #DDD9FE
RGB: (221,217,254)

Color info

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

RGB color model

#DDD9FE color RGB value is (221,217,254).

  • red value is 221;
  • green value is 217;
  • blue value is 254.
RGB:
(221,217,254)
(87%,85%,100%)

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 254 of 255 = 100%

221
217
254

R + G + B ~ 91%. #DDD9FE is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 217 + 254 = 692 (100%)
R 221 of 692 ~ 31.94%
G 217 of 692 ~ 31.36%
B 254 of 692 ~ 36.71%

%31.94
%31.36
%36.71

CMYK color model

#DDD9FE color CMYK value is (13,15,0,0).

  • cyan value is 12.99%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(13,15,0,0)
C13M15Y0K0 
(13%,15%,0%,0%)
(0.13/0.15/0.00/0.00)	

CMYK percentages

%12.99
%14.57
%0
%0.39

Codes

Color #DDD9FE in popluar color models

DDD9FE
RGB221217254
HSL246°94.87%92.35%
HSB/HSV246°14.57%99.61%
CMYK12.99%14.57%0.00%
0.39%

Color #DDD9FE in popluar number systems.

HEXDDD9FE
Decimal221217254
Binary110111011101100111111110
Octal335331376

Shades and tints

Shades of #DDD9FE

#DDD9FE
(221,217,254)
#C9C6E7
(201,198,231)
#B5B3D0
(181,179,208)
#A1A0B9
(161,160,185)
#8D8DA2
(141,141,162)
#797A8B
(121,122,139)
#656774
(101,103,116)
#51545D
(81,84,93)
#3D4146
(61,65,70)
#292E2F
(41,46,47)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #DDD9FE

#DDD9FE
(221,217,254)
#E0DCFE
(224,220,254)
#E3DFFE
(227,223,254)
#E6E2FE
(230,226,254)
#E9E5FE
(233,229,254)
#ECE8FE
(236,232,254)
#EFEBFE
(239,235,254)
#F2EEFE
(242,238,254)
#F5F1FE
(245,241,254)
#F8F4FE
(248,244,254)
#FBF7FE
(251,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9FE; }

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

This text font color is #DDD9FE.


Background Color

.myBgColor { background-color: #DDD9FE; }

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

This div background color is #DDD9FE.


Border color

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

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

This div border color is #DDD9FE.


Opacity

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

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

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

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

This text has shadow with #DDD9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD9FE on black background.


Color preview on white background

This text has color #DDD9FE on white background.



Black color preview on #DDD9FE background

This text has black color on #DDD9FE background.


White color preview on #DDD9FE background

This text has white color on #DDD9FE background.