COLOR #DDDEE0

HEX: #DDDEE0
RGB: (221,222,224)

Color info

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

RGB color model

#DDDEE0 color RGB value is (221,222,224).

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

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 224 of 255 = 88%

221
222
224

R + G + B ~ 87%. #DDDEE0 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 222 + 224 = 667 (100%)
R 221 of 667 ~ 33.13%
G 222 of 667 ~ 33.28%
B 224 of 667 ~ 33.58%

%33.13
%33.28
%33.58

CMYK color model

#DDDEE0 color CMYK value is (1,1,0,12).

  • cyan value is 1.34%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(1,1,0,12)
C1M1Y0K12 
(1%,1%,0%,12%)
(0.01/0.01/0.00/0.12)	

CMYK percentages

%1.34
%0.89
%0
%12.16

Codes

Color #DDDEE0 in popluar color models

DDDEE0
RGB221222224
HSL220°4.62%87.25%
HSB/HSV220°1.34%87.84%
CMYK1.34%0.89%0.00%
12.16%

Color #DDDEE0 in popluar number systems.

HEXDDDEE0
Decimal221222224
Binary110111011101111011100000
Octal335336340

Shades and tints

Shades of #DDDEE0

#DDDEE0
(221,222,224)
#C9CACC
(201,202,204)
#B5B6B8
(181,182,184)
#A1A2A4
(161,162,164)
#8D8E90
(141,142,144)
#797A7C
(121,122,124)
#656668
(101,102,104)
#515254
(81,82,84)
#3D3E40
(61,62,64)
#292A2C
(41,42,44)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #DDDEE0

#DDDEE0
(221,222,224)
#E0E1E2
(224,225,226)
#E3E4E4
(227,228,228)
#E6E7E6
(230,231,230)
#E9EAE8
(233,234,232)
#ECEDEA
(236,237,234)
#EFF0EC
(239,240,236)
#F2F3EE
(242,243,238)
#F5F6F0
(245,246,240)
#F8F9F2
(248,249,242)
#FBFCF4
(251,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDEE0; }

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

This text font color is #DDDEE0.


Background Color

.myBgColor { background-color: #DDDEE0; }

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

This div background color is #DDDEE0.


Border color

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

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

This div border color is #DDDEE0.


Opacity

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

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

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

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

This text has shadow with #DDDEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDEE0 on black background.


Color preview on white background

This text has color #DDDEE0 on white background.



Black color preview on #DDDEE0 background

This text has black color on #DDDEE0 background.


White color preview on #DDDEE0 background

This text has white color on #DDDEE0 background.