COLOR #DDDDE6

HEX: #DDDDE6 RGB: (221,221,230)

Color info

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

RGB color model

#DDDDE6 color RGB value is (221,221,230).

RGB: (221,221,230) (87%, 87%, 90%)

RGB channels and saturation

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

221
221
230

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

Portions of RGB colors in percentages

R + G + B = 221 + 221 + 230 = 672 (100%)
R 221 of 672 ~ 32.89%
G 221 of 672 ~ 32.89%
B 230 of 672 ~ 34.23'%

%32.89
%32.89
%34.23

CMYK color model

#DDDDE6 color CMYK value is (4,4,0,10).

  • cyan value is 3.91%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (4,4,0,10)
C4M4Y0K10 (4%, 4%, 0%, 10%)
(0.04 / 0.04 / 0.00 / 0.10)

CMYK percentages

%3.91
%3.91
%0
%9.8

Codes

Color #DDDDE6 in popluar color models

DD DD E6
RGB 221 221 230
HSL 240° 15.25% 88.43%
HSB/HSV 240° 3.91% 90.20%
CMYK 3.91% 3.91% 0.00%
9.80%

Color #DDDDE6 in popluar number systems.

HEX DD DD E6
Decimal 221 221 230
Binary 11011101 11011101 11100110
Octal 335 335 346

Shades and tints

Shades of #DDDDE6

#DDDDE6
(221,221,230)
#C9C9D2
(201,201,210)
#B5B5BE
(181,181,190)
#A1A1AA
(161,161,170)
#8D8D96
(141,141,150)
#797982
(121,121,130)
#65656E
(101,101,110)
#51515A
(81,81,90)
#3D3D46
(61,61,70)
#292932
(41,41,50)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #DDDDE6

#DDDDE6
(221,221,230)
#E0E0E8
(224,224,232)
#E3E3EA
(227,227,234)
#E6E6EC
(230,230,236)
#E9E9EE
(233,233,238)
#ECECF0
(236,236,240)
#EFEFF2
(239,239,242)
#F2F2F4
(242,242,244)
#F5F5F6
(245,245,246)
#F8F8F8
(248,248,248)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDE6; }

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

This text font color is #DDDDE6.

Background Color

.myBgColor { background-color: #DDDDE6; }

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

This div background color is #DDDDE6.

Border color

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

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

This div border color is #DDDDE6.

Opacity

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

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

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

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

This text has shadow with #DDDDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDDE6.

Preview

Color preview on black background

This text has color #DDDDE6 on black background.


Color preview on white background

This text has color #DDDDE6 on white background.


Black color preview on #DDDDE6 background

This text has black color on #DDDDE6 background.


White color preview on #DDDDE6 background

This text has white color on #DDDDE6 background.


Related colors

Complementary color

Complementary color for #hex is #222219.


I love getcolorcode.com