COLOR #DDDDE5

HEX: #DDDDE5
RGB: (221,221,229)

Color info

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

RGB color model

#DDDDE5 color RGB value is (221,221,229).

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

RGB channels and saturation

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

221
221
229

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

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 229 = 671 (100%)
R 221 of 671 ~ 32.94%
G 221 of 671 ~ 32.94%
B 229 of 671 ~ 34.13%

%32.94
%32.94
%34.13

CMYK color model

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

  • cyan value is 3.49%
  • magenta value is 3.49%
  • 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.49
%0
%10.2

Codes

Color #DDDDE5 in popluar color models

DDDDE5
RGB221221229
HSL240°13.33%88.24%
HSB/HSV240°3.49%89.80%
CMYK3.49%3.49%0.00%
10.20%

Color #DDDDE5 in popluar number systems.

HEXDDDDE5
Decimal221221229
Binary110111011101110111100101
Octal335335345

Shades and tints

Shades of #DDDDE5

#DDDDE5
(221,221,229)
#C9C9D1
(201,201,209)
#B5B5BD
(181,181,189)
#A1A1A9
(161,161,169)
#8D8D95
(141,141,149)
#797981
(121,121,129)
#65656D
(101,101,109)
#515159
(81,81,89)
#3D3D45
(61,61,69)
#292931
(41,41,49)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #DDDDE5

#DDDDE5
(221,221,229)
#E0E0E7
(224,224,231)
#E3E3E9
(227,227,233)
#E6E6EB
(230,230,235)
#E9E9ED
(233,233,237)
#ECECEF
(236,236,239)
#EFEFF1
(239,239,241)
#F2F2F3
(242,242,243)
#F5F5F5
(245,245,245)
#F8F8F7
(248,248,247)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDE5; }

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

This text font color is #DDDDE5.


Background Color

.myBgColor { background-color: #DDDDE5; }

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

This div background color is #DDDDE5.


Border color

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

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

This div border color is #DDDDE5.


Opacity

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

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

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

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

This text has shadow with #DDDDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDE5 on black background.


Color preview on white background

This text has color #DDDDE5 on white background.



Black color preview on #DDDDE5 background

This text has black color on #DDDDE5 background.


White color preview on #DDDDE5 background

This text has white color on #DDDDE5 background.