COLOR #DDD2FF

HEX: #DDD2FF
RGB: (221,210,255)

Color info

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

RGB color model

#DDD2FF color RGB value is (221,210,255).

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

RGB channels and saturation

R 221 of 255 = 87%
G 210 of 255 = 82%
B 255 of 255 = 100%

221
210
255

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

Portions of RGB colors in percentages

R + G + B =
221 + 210 + 255 = 686 (100%)
R 221 of 686 ~ 32.22%
G 210 of 686 ~ 30.61%
B 255 of 686 ~ 37.17%

%32.22
%30.61
%37.17

CMYK color model

#DDD2FF color CMYK value is (13,18,0,0).

  • cyan value is 13.33%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,18,0,0)
C13M18Y0K0 
(13%,18%,0%,0%)
(0.13/0.18/0.00/0.00)	

CMYK percentages

%13.33
%17.65
%0
%0

Codes

Color #DDD2FF in popluar color models

DDD2FF
RGB221210255
HSL255°100.00%91.18%
HSB/HSV255°17.65%100.00%
CMYK13.33%17.65%0.00%
0.00%

Color #DDD2FF in popluar number systems.

HEXDDD2FF
Decimal221210255
Binary110111011101001011111111
Octal335322377

Shades and tints

Shades of #DDD2FF

#DDD2FF
(221,210,255)
#C9BFE8
(201,191,232)
#B5ACD1
(181,172,209)
#A199BA
(161,153,186)
#8D86A3
(141,134,163)
#79738C
(121,115,140)
#656075
(101,96,117)
#514D5E
(81,77,94)
#3D3A47
(61,58,71)
#292730
(41,39,48)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #DDD2FF

#DDD2FF
(221,210,255)
#E0D6FF
(224,214,255)
#E3DAFF
(227,218,255)
#E6DEFF
(230,222,255)
#E9E2FF
(233,226,255)
#ECE6FF
(236,230,255)
#EFEAFF
(239,234,255)
#F2EEFF
(242,238,255)
#F5F2FF
(245,242,255)
#F8F6FF
(248,246,255)
#FBFAFF
(251,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD2FF; }

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

This text font color is #DDD2FF.


Background Color

.myBgColor { background-color: #DDD2FF; }

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

This div background color is #DDD2FF.


Border color

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

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

This div border color is #DDD2FF.


Opacity

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

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

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

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

This text has shadow with #DDD2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD2FF on black background.


Color preview on white background

This text has color #DDD2FF on white background.



Black color preview on #DDD2FF background

This text has black color on #DDD2FF background.


White color preview on #DDD2FF background

This text has white color on #DDD2FF background.