COLOR #DEDDE4

HEX: #DEDDE4
RGB: (222,221,228)

Color info

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

RGB color model

#DEDDE4 color RGB value is (222,221,228).

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

RGB channels and saturation

R 222 of 255 = 87%
G 221 of 255 = 87%
B 228 of 255 = 89%

222
221
228

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

Portions of RGB colors in percentages

R + G + B =
222 + 221 + 228 = 671 (100%)
R 222 of 671 ~ 33.08%
G 221 of 671 ~ 32.94%
B 228 of 671 ~ 33.98%

%33.08
%32.94
%33.98

CMYK color model

#DEDDE4 color CMYK value is (3,3,0,11).

  • cyan value is 2.63%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(3,3,0,11)
C3M3Y0K11 
(3%,3%,0%,11%)
(0.03/0.03/0.00/0.11)	

CMYK percentages

%2.63
%3.07
%0
%10.59

Codes

Color #DEDDE4 in popluar color models

DEDDE4
RGB222221228
HSL249°11.48%88.04%
HSB/HSV249°3.07%89.41%
CMYK2.63%3.07%0.00%
10.59%

Color #DEDDE4 in popluar number systems.

HEXDEDDE4
Decimal222221228
Binary110111101101110111100100
Octal336335344

Shades and tints

Shades of #DEDDE4

#DEDDE4
(222,221,228)
#CAC9D0
(202,201,208)
#B6B5BC
(182,181,188)
#A2A1A8
(162,161,168)
#8E8D94
(142,141,148)
#7A7980
(122,121,128)
#66656C
(102,101,108)
#525158
(82,81,88)
#3E3D44
(62,61,68)
#2A2930
(42,41,48)
#16151C
(22,21,28)
#000000
(0,0,0)

Tints of #DEDDE4

#DEDDE4
(222,221,228)
#E1E0E6
(225,224,230)
#E4E3E8
(228,227,232)
#E7E6EA
(231,230,234)
#EAE9EC
(234,233,236)
#EDECEE
(237,236,238)
#F0EFF0
(240,239,240)
#F3F2F2
(243,242,242)
#F6F5F4
(246,245,244)
#F9F8F6
(249,248,246)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDDE4; }

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

This text font color is #DEDDE4.


Background Color

.myBgColor { background-color: #DEDDE4; }

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

This div background color is #DEDDE4.


Border color

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

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

This div border color is #DEDDE4.


Opacity

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

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

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

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

This text has shadow with #DEDDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDDE4 on black background.


Color preview on white background

This text has color #DEDDE4 on white background.



Black color preview on #DEDDE4 background

This text has black color on #DEDDE4 background.


White color preview on #DEDDE4 background

This text has white color on #DEDDE4 background.