COLOR #DDDFE2

HEX: #DDDFE2
RGB: (221,223,226)

Color info

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

RGB color model

#DDDFE2 color RGB value is (221,223,226).

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

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 226 of 255 = 89%

221
223
226

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

Portions of RGB colors in percentages

R + G + B =
221 + 223 + 226 = 670 (100%)
R 221 of 670 ~ 32.99%
G 223 of 670 ~ 33.28%
B 226 of 670 ~ 33.73%

%32.99
%33.28
%33.73

CMYK color model

#DDDFE2 color CMYK value is (2,1,0,11).

  • cyan value is 2.21%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(2,1,0,11)
C2M1Y0K11 
(2%,1%,0%,11%)
(0.02/0.01/0.00/0.11)	

CMYK percentages

%2.21
%1.33
%0
%11.37

Codes

Color #DDDFE2 in popluar color models

DDDFE2
RGB221223226
HSL216°7.94%87.65%
HSB/HSV216°2.21%88.63%
CMYK2.21%1.33%0.00%
11.37%

Color #DDDFE2 in popluar number systems.

HEXDDDFE2
Decimal221223226
Binary110111011101111111100010
Octal335337342

Shades and tints

Shades of #DDDFE2

#DDDFE2
(221,223,226)
#C9CBCE
(201,203,206)
#B5B7BA
(181,183,186)
#A1A3A6
(161,163,166)
#8D8F92
(141,143,146)
#797B7E
(121,123,126)
#65676A
(101,103,106)
#515356
(81,83,86)
#3D3F42
(61,63,66)
#292B2E
(41,43,46)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #DDDFE2

#DDDFE2
(221,223,226)
#E0E1E4
(224,225,228)
#E3E3E6
(227,227,230)
#E6E5E8
(230,229,232)
#E9E7EA
(233,231,234)
#ECE9EC
(236,233,236)
#EFEBEE
(239,235,238)
#F2EDF0
(242,237,240)
#F5EFF2
(245,239,242)
#F8F1F4
(248,241,244)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDFE2; }

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

This text font color is #DDDFE2.


Background Color

.myBgColor { background-color: #DDDFE2; }

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

This div background color is #DDDFE2.


Border color

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

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

This div border color is #DDDFE2.


Opacity

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

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

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

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

This text has shadow with #DDDFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDFE2 on black background.


Color preview on white background

This text has color #DDDFE2 on white background.



Black color preview on #DDDFE2 background

This text has black color on #DDDFE2 background.


White color preview on #DDDFE2 background

This text has white color on #DDDFE2 background.