COLOR #DDDEE5

HEX: #DDDEE5
RGB: (221,222,229)

Color info

#DDDEE5 contains red, green and blue colors in about the same proportion. Web safe color of #DDDEE5 is #CCCCCC (or #CCC).

RGB color model

#DDDEE5 color RGB value is (221,222,229).

  • red value is 221;
  • green value is 222;
  • blue value is 229.
RGB:
(221,222,229)
(87%,87%,90%)

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 229 of 255 = 90%

221
222
229

R + G + B ~ 88%. #DDDEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 222 + 229 = 672 (100%)
R 221 of 672 ~ 32.89%
G 222 of 672 ~ 33.04%
B 229 of 672 ~ 34.08%

%32.89
%33.04
%34.08

CMYK color model

#DDDEE5 color CMYK value is (3,3,0,10).

  • cyan value is 3.49%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,3,0,10)
C3M3Y0K10 
(3%,3%,0%,10%)
(0.03/0.03/0.00/0.10)	

CMYK percentages

%3.49
%3.06
%0
%10.2

Codes

Color #DDDEE5 in popluar color models

DDDEE5
RGB221222229
HSL233°13.33%88.24%
HSB/HSV233°3.49%89.80%
CMYK3.49%3.06%0.00%
10.20%

Color #DDDEE5 in popluar number systems.

HEXDDDEE5
Decimal221222229
Binary110111011101111011100101
Octal335336345

Shades and tints

Shades of #DDDEE5

#DDDEE5
(221,222,229)
#C9CAD1
(201,202,209)
#B5B6BD
(181,182,189)
#A1A2A9
(161,162,169)
#8D8E95
(141,142,149)
#797A81
(121,122,129)
#65666D
(101,102,109)
#515259
(81,82,89)
#3D3E45
(61,62,69)
#292A31
(41,42,49)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #DDDEE5

#DDDEE5
(221,222,229)
#E0E1E7
(224,225,231)
#E3E4E9
(227,228,233)
#E6E7EB
(230,231,235)
#E9EAED
(233,234,237)
#ECEDEF
(236,237,239)
#EFF0F1
(239,240,241)
#F2F3F3
(242,243,243)
#F5F6F5
(245,246,245)
#F8F9F7
(248,249,247)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDEE5 color. Also use rgb(221,222,229) instead hex code.

Text Font Color

.myTextColor { color: #DDDEE5; }

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

This text font color is #DDDEE5.


Background Color

.myBgColor { background-color: #DDDEE5; }

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

This div background color is #DDDEE5.


Border color

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

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

This div border color is #DDDEE5.


Opacity

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

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

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

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

This text has shadow with #DDDEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDEE5 on black background.


Color preview on white background

This text has color #DDDEE5 on white background.



Black color preview on #DDDEE5 background

This text has black color on #DDDEE5 background.


White color preview on #DDDEE5 background

This text has white color on #DDDEE5 background.