COLOR #DEDCE6

HEX: #DEDCE6
RGB: (222,220,230)

Color info

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

RGB color model

#DEDCE6 color RGB value is (222,220,230).

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

RGB channels and saturation

R 222 of 255 = 87%
G 220 of 255 = 86%
B 230 of 255 = 90%

222
220
230

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

Portions of RGB colors in percentages

R + G + B =
222 + 220 + 230 = 672 (100%)
R 222 of 672 ~ 33.04%
G 220 of 672 ~ 32.74%
B 230 of 672 ~ 34.23%

%33.04
%32.74
%34.23

CMYK color model

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

  • cyan value is 3.48%
  • magenta value is 4.35%
  • 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
%4.35
%0
%9.8

Codes

Color #DEDCE6 in popluar color models

DEDCE6
RGB222220230
HSL252°16.67%88.24%
HSB/HSV252°4.35%90.20%
CMYK3.48%4.35%0.00%
9.80%

Color #DEDCE6 in popluar number systems.

HEXDEDCE6
Decimal222220230
Binary110111101101110011100110
Octal336334346

Shades and tints

Shades of #DEDCE6

#DEDCE6
(222,220,230)
#CAC8D2
(202,200,210)
#B6B4BE
(182,180,190)
#A2A0AA
(162,160,170)
#8E8C96
(142,140,150)
#7A7882
(122,120,130)
#66646E
(102,100,110)
#52505A
(82,80,90)
#3E3C46
(62,60,70)
#2A2832
(42,40,50)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #DEDCE6

#DEDCE6
(222,220,230)
#E1DFE8
(225,223,232)
#E4E2EA
(228,226,234)
#E7E5EC
(231,229,236)
#EAE8EE
(234,232,238)
#EDEBF0
(237,235,240)
#F0EEF2
(240,238,242)
#F3F1F4
(243,241,244)
#F6F4F6
(246,244,246)
#F9F7F8
(249,247,248)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDCE6; }

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

This text font color is #DEDCE6.


Background Color

.myBgColor { background-color: #DEDCE6; }

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

This div background color is #DEDCE6.


Border color

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

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

This div border color is #DEDCE6.


Opacity

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

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

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

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

This text has shadow with #DEDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDCE6 on black background.


Color preview on white background

This text has color #DEDCE6 on white background.



Black color preview on #DEDCE6 background

This text has black color on #DEDCE6 background.


White color preview on #DEDCE6 background

This text has white color on #DEDCE6 background.