COLOR #DEDCEB

HEX: #DEDCEB
RGB: (222,220,235)

Color info

#DEDCEB contains red, green and blue colors in about the same proportion. Web safe color of #DEDCEB is #CCCCFF (or #CCF).

RGB color model

#DEDCEB color RGB value is (222,220,235).

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

RGB channels and saturation

R 222 of 255 = 87%
G 220 of 255 = 86%
B 235 of 255 = 92%

222
220
235

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

Portions of RGB colors in percentages

R + G + B =
222 + 220 + 235 = 677 (100%)
R 222 of 677 ~ 32.79%
G 220 of 677 ~ 32.5%
B 235 of 677 ~ 34.71%

%32.79
%32.5
%34.71

CMYK color model

#DEDCEB color CMYK value is (6,6,0,8).

  • cyan value is 5.53%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,6,0,8)
C6M6Y0K8 
(6%,6%,0%,8%)
(0.06/0.06/0.00/0.08)	

CMYK percentages

%5.53
%6.38
%0
%7.84

Codes

Color #DEDCEB in popluar color models

DEDCEB
RGB222220235
HSL248°27.27%89.22%
HSB/HSV248°6.38%92.16%
CMYK5.53%6.38%0.00%
7.84%

Color #DEDCEB in popluar number systems.

HEXDEDCEB
Decimal222220235
Binary110111101101110011101011
Octal336334353

Shades and tints

Shades of #DEDCEB

#DEDCEB
(222,220,235)
#CAC8D6
(202,200,214)
#B6B4C1
(182,180,193)
#A2A0AC
(162,160,172)
#8E8C97
(142,140,151)
#7A7882
(122,120,130)
#66646D
(102,100,109)
#525058
(82,80,88)
#3E3C43
(62,60,67)
#2A282E
(42,40,46)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #DEDCEB

#DEDCEB
(222,220,235)
#E1DFEC
(225,223,236)
#E4E2ED
(228,226,237)
#E7E5EE
(231,229,238)
#EAE8EF
(234,232,239)
#EDEBF0
(237,235,240)
#F0EEF1
(240,238,241)
#F3F1F2
(243,241,242)
#F6F4F3
(246,244,243)
#F9F7F4
(249,247,244)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDCEB; }

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

This text font color is #DEDCEB.


Background Color

.myBgColor { background-color: #DEDCEB; }

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

This div background color is #DEDCEB.


Border color

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

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

This div border color is #DEDCEB.


Opacity

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

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

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

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

This text has shadow with #DEDCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDCEB on black background.


Color preview on white background

This text has color #DEDCEB on white background.



Black color preview on #DEDCEB background

This text has black color on #DEDCEB background.


White color preview on #DEDCEB background

This text has white color on #DEDCEB background.