COLOR #DDE6E2

HEX: #DDE6E2
RGB: (221,230,226)

Color info

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

RGB color model

#DDE6E2 color RGB value is (221,230,226).

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

RGB channels and saturation

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

221
230
226

R + G + B ~ 89%. #DDE6E2 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 226 = 677 (100%)
R 221 of 677 ~ 32.64%
G 230 of 677 ~ 33.97%
B 226 of 677 ~ 33.38%

%32.64
%33.97
%33.38

CMYK color model

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

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 9.80%
CMYK:
(4,0,2,10)
C4M0Y2K10 
(4%,0%,2%,10%)
(0.04/0.00/0.02/0.10)	

CMYK percentages

%3.91
%0
%1.74
%9.8

Codes

Color #DDE6E2 in popluar color models

DDE6E2
RGB221230226
HSL153°15.25%88.43%
HSB/HSV153°3.91%90.20%
CMYK3.91%0.00%1.74%
9.80%

Color #DDE6E2 in popluar number systems.

HEXDDE6E2
Decimal221230226
Binary110111011110011011100010
Octal335346342

Shades and tints

Shades of #DDE6E2

#DDE6E2
(221,230,226)
#C9D2CE
(201,210,206)
#B5BEBA
(181,190,186)
#A1AAA6
(161,170,166)
#8D9692
(141,150,146)
#79827E
(121,130,126)
#656E6A
(101,110,106)
#515A56
(81,90,86)
#3D4642
(61,70,66)
#29322E
(41,50,46)
#151E1A
(21,30,26)
#000000
(0,0,0)

Tints of #DDE6E2

#DDE6E2
(221,230,226)
#E0E8E4
(224,232,228)
#E3EAE6
(227,234,230)
#E6ECE8
(230,236,232)
#E9EEEA
(233,238,234)
#ECF0EC
(236,240,236)
#EFF2EE
(239,242,238)
#F2F4F0
(242,244,240)
#F5F6F2
(245,246,242)
#F8F8F4
(248,248,244)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6E2; }

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

This text font color is #DDE6E2.


Background Color

.myBgColor { background-color: #DDE6E2; }

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

This div background color is #DDE6E2.


Border color

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

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

This div border color is #DDE6E2.


Opacity

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

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

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

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

This text has shadow with #DDE6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6E2 on black background.


Color preview on white background

This text has color #DDE6E2 on white background.



Black color preview on #DDE6E2 background

This text has black color on #DDE6E2 background.


White color preview on #DDE6E2 background

This text has white color on #DDE6E2 background.