COLOR #DDE0E6

HEX: #DDE0E6 RGB: (221,224,230)

Color info

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

RGB color model

#DDE0E6 color RGB value is (221,224,230).

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

RGB channels and saturation

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

221
224
230

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

Portions of RGB colors in percentages

R + G + B = 221 + 224 + 230 = 675 (100%)
R 221 of 675 ~ 32.74%
G 224 of 675 ~ 33.19%
B 230 of 675 ~ 34.07'%

%32.74
%33.19
%34.07

CMYK color model

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

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

CMYK: (4,3,0,10)
C4M3Y0K10 (4%, 3%, 0%, 10%)
(0.04 / 0.03 / 0.00 / 0.10)

CMYK percentages

%3.91
%2.61
%0
%9.8

Codes

Color #DDE0E6 in popluar color models

DD E0 E6
RGB 221 224 230
HSL 220° 15.25% 88.43%
HSB/HSV 220° 3.91% 90.20%
CMYK 3.91% 2.61% 0.00%
9.80%

Color #DDE0E6 in popluar number systems.

HEX DD E0 E6
Decimal 221 224 230
Binary 11011101 11100000 11100110
Octal 335 340 346

Shades and tints

Shades of #DDE0E6

#DDE0E6
(221,224,230)
#C9CCD2
(201,204,210)
#B5B8BE
(181,184,190)
#A1A4AA
(161,164,170)
#8D9096
(141,144,150)
#797C82
(121,124,130)
#65686E
(101,104,110)
#51545A
(81,84,90)
#3D4046
(61,64,70)
#292C32
(41,44,50)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #DDE0E6

#DDE0E6
(221,224,230)
#E0E2E8
(224,226,232)
#E3E4EA
(227,228,234)
#E6E6EC
(230,230,236)
#E9E8EE
(233,232,238)
#ECEAF0
(236,234,240)
#EFECF2
(239,236,242)
#F2EEF4
(242,238,244)
#F5F0F6
(245,240,246)
#F8F2F8
(248,242,248)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE0E6; }

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

This text font color is #DDE0E6.

Background Color

.myBgColor { background-color: #DDE0E6; }

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

This div background color is #DDE0E6.

Border color

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

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

This div border color is #DDE0E6.

Opacity

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

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

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

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

This text has shadow with #DDE0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE0E6.

Preview

Color preview on black background

This text has color #DDE0E6 on black background.


Color preview on white background

This text has color #DDE0E6 on white background.


Black color preview on #DDE0E6 background

This text has black color on #DDE0E6 background.


White color preview on #DDE0E6 background

This text has white color on #DDE0E6 background.


Related colors

Complementary color

Complementary color for #hex is #221F19.


I love getcolorcode.com

Triadic colors

1 #E6DDE0 and #E0E6DD with #DDE0E6 are triadic colors.

2 #E6E0DD and #E0DDE6 with #DDE0E6 are triadic colors.