COLOR #DDD5FF

HEX: #DDD5FF
RGB: (221,213,255)

Color info

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

RGB color model

#DDD5FF color RGB value is (221,213,255).

  • red value is 221;
  • green value is 213;
  • blue value is 255.
RGB:
(221,213,255)
(87%,84%,100%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 255 of 255 = 100%

221
213
255

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

Portions of RGB colors in percentages

R + G + B =
221 + 213 + 255 = 689 (100%)
R 221 of 689 ~ 32.08%
G 213 of 689 ~ 30.91%
B 255 of 689 ~ 37.01%

%32.08
%30.91
%37.01

CMYK color model

#DDD5FF color CMYK value is (13,16,0,0).

  • cyan value is 13.33%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,16,0,0)
C13M16Y0K0 
(13%,16%,0%,0%)
(0.13/0.16/0.00/0.00)	

CMYK percentages

%13.33
%16.47
%0
%0

Codes

Color #DDD5FF in popluar color models

DDD5FF
RGB221213255
HSL251°100.00%91.76%
HSB/HSV251°16.47%100.00%
CMYK13.33%16.47%0.00%
0.00%

Color #DDD5FF in popluar number systems.

HEXDDD5FF
Decimal221213255
Binary110111011101010111111111
Octal335325377

Shades and tints

Shades of #DDD5FF

#DDD5FF
(221,213,255)
#C9C2E8
(201,194,232)
#B5AFD1
(181,175,209)
#A19CBA
(161,156,186)
#8D89A3
(141,137,163)
#79768C
(121,118,140)
#656375
(101,99,117)
#51505E
(81,80,94)
#3D3D47
(61,61,71)
#292A30
(41,42,48)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDD5FF

#DDD5FF
(221,213,255)
#E0D8FF
(224,216,255)
#E3DBFF
(227,219,255)
#E6DEFF
(230,222,255)
#E9E1FF
(233,225,255)
#ECE4FF
(236,228,255)
#EFE7FF
(239,231,255)
#F2EAFF
(242,234,255)
#F5EDFF
(245,237,255)
#F8F0FF
(248,240,255)
#FBF3FF
(251,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD5FF color. Also use rgb(221,213,255) instead hex code.

Text Font Color

.myTextColor { color: #DDD5FF; }

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

This text font color is #DDD5FF.


Background Color

.myBgColor { background-color: #DDD5FF; }

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

This div background color is #DDD5FF.


Border color

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

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

This div border color is #DDD5FF.


Opacity

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

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

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

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

This text has shadow with #DDD5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD5FF on black background.


Color preview on white background

This text has color #DDD5FF on white background.



Black color preview on #DDD5FF background

This text has black color on #DDD5FF background.


White color preview on #DDD5FF background

This text has white color on #DDD5FF background.