COLOR #DDD2EA

HEX: #DDD2EA
RGB: (221,210,234)

Color info

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

RGB color model

#DDD2EA color RGB value is (221,210,234).

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

RGB channels and saturation

R 221 of 255 = 87%
G 210 of 255 = 82%
B 234 of 255 = 92%

221
210
234

R + G + B ~ 87%. #DDD2EA is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 210 + 234 = 665 (100%)
R 221 of 665 ~ 33.23%
G 210 of 665 ~ 31.58%
B 234 of 665 ~ 35.19%

%33.23
%31.58
%35.19

CMYK color model

#DDD2EA color CMYK value is (6,10,0,8).

  • cyan value is 5.56%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,10,0,8)
C6M10Y0K8 
(6%,10%,0%,8%)
(0.06/0.10/0.00/0.08)	

CMYK percentages

%5.56
%10.26
%0
%8.24

Codes

Color #DDD2EA in popluar color models

DDD2EA
RGB221210234
HSL268°36.36%87.06%
HSB/HSV268°10.26%91.76%
CMYK5.56%10.26%0.00%
8.24%

Color #DDD2EA in popluar number systems.

HEXDDD2EA
Decimal221210234
Binary110111011101001011101010
Octal335322352

Shades and tints

Shades of #DDD2EA

#DDD2EA
(221,210,234)
#C9BFD5
(201,191,213)
#B5ACC0
(181,172,192)
#A199AB
(161,153,171)
#8D8696
(141,134,150)
#797381
(121,115,129)
#65606C
(101,96,108)
#514D57
(81,77,87)
#3D3A42
(61,58,66)
#29272D
(41,39,45)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #DDD2EA

#DDD2EA
(221,210,234)
#E0D6EB
(224,214,235)
#E3DAEC
(227,218,236)
#E6DEED
(230,222,237)
#E9E2EE
(233,226,238)
#ECE6EF
(236,230,239)
#EFEAF0
(239,234,240)
#F2EEF1
(242,238,241)
#F5F2F2
(245,242,242)
#F8F6F3
(248,246,243)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD2EA; }

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

This text font color is #DDD2EA.


Background Color

.myBgColor { background-color: #DDD2EA; }

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

This div background color is #DDD2EA.


Border color

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

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

This div border color is #DDD2EA.


Opacity

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

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

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

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

This text has shadow with #DDD2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD2EA on black background.


Color preview on white background

This text has color #DDD2EA on white background.



Black color preview on #DDD2EA background

This text has black color on #DDD2EA background.


White color preview on #DDD2EA background

This text has white color on #DDD2EA background.