COLOR #DEDDE6

HEX: #DEDDE6
RGB: (222,221,230)

Color info

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

RGB color model

#DEDDE6 color RGB value is (222,221,230).

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

RGB channels and saturation

R 222 of 255 = 87%
G 221 of 255 = 87%
B 230 of 255 = 90%

222
221
230

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

Portions of RGB colors in percentages

R + G + B =
222 + 221 + 230 = 673 (100%)
R 222 of 673 ~ 32.99%
G 221 of 673 ~ 32.84%
B 230 of 673 ~ 34.18%

%32.99
%32.84
%34.18

CMYK color model

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

  • cyan value is 3.48%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,4,0,10)
C3M4Y0K10 
(3%,4%,0%,10%)
(0.03/0.04/0.00/0.10)	

CMYK percentages

%3.48
%3.91
%0
%9.8

Codes

Color #DEDDE6 in popluar color models

DEDDE6
RGB222221230
HSL247°15.25%88.43%
HSB/HSV247°3.91%90.20%
CMYK3.48%3.91%0.00%
9.80%

Color #DEDDE6 in popluar number systems.

HEXDEDDE6
Decimal222221230
Binary110111101101110111100110
Octal336335346

Shades and tints

Shades of #DEDDE6

#DEDDE6
(222,221,230)
#CAC9D2
(202,201,210)
#B6B5BE
(182,181,190)
#A2A1AA
(162,161,170)
#8E8D96
(142,141,150)
#7A7982
(122,121,130)
#66656E
(102,101,110)
#52515A
(82,81,90)
#3E3D46
(62,61,70)
#2A2932
(42,41,50)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #DEDDE6

#DEDDE6
(222,221,230)
#E1E0E8
(225,224,232)
#E4E3EA
(228,227,234)
#E7E6EC
(231,230,236)
#EAE9EE
(234,233,238)
#EDECF0
(237,236,240)
#F0EFF2
(240,239,242)
#F3F2F4
(243,242,244)
#F6F5F6
(246,245,246)
#F9F8F8
(249,248,248)
#FCFBFA
(252,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDDE6; }

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

This text font color is #DEDDE6.


Background Color

.myBgColor { background-color: #DEDDE6; }

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

This div background color is #DEDDE6.


Border color

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

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

This div border color is #DEDDE6.


Opacity

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

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

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

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

This text has shadow with #DEDDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDDE6 on black background.


Color preview on white background

This text has color #DEDDE6 on white background.



Black color preview on #DEDDE6 background

This text has black color on #DEDDE6 background.


White color preview on #DEDDE6 background

This text has white color on #DEDDE6 background.