COLOR #DEC6E1

HEX: #DEC6E1
RGB: (222,198,225)

Color info

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

RGB color model

#DEC6E1 color RGB value is (222,198,225).

  • red value is 222;
  • green value is 198;
  • blue value is 225.
RGB:
(222,198,225)
(87%,78%,88%)

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 225 of 255 = 88%

222
198
225

R + G + B ~ 84%. #DEC6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 198 + 225 = 645 (100%)
R 222 of 645 ~ 34.42%
G 198 of 645 ~ 30.7%
B 225 of 645 ~ 34.88%

%34.42
%30.7
%34.88

CMYK color model

#DEC6E1 color CMYK value is (1,12,0,12).

  • cyan value is 1.33%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,12,0,12)
C1M12Y0K12 
(1%,12%,0%,12%)
(0.01/0.12/0.00/0.12)	

CMYK percentages

%1.33
%12
%0
%11.76

Codes

Color #DEC6E1 in popluar color models

DEC6E1
RGB222198225
HSL293°31.03%82.94%
HSB/HSV293°12.00%88.24%
CMYK1.33%12.00%0.00%
11.76%

Color #DEC6E1 in popluar number systems.

HEXDEC6E1
Decimal222198225
Binary110111101100011011100001
Octal336306341

Shades and tints

Shades of #DEC6E1

#DEC6E1
(222,198,225)
#CAB4CD
(202,180,205)
#B6A2B9
(182,162,185)
#A290A5
(162,144,165)
#8E7E91
(142,126,145)
#7A6C7D
(122,108,125)
#665A69
(102,90,105)
#524855
(82,72,85)
#3E3641
(62,54,65)
#2A242D
(42,36,45)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #DEC6E1

#DEC6E1
(222,198,225)
#E1CBE3
(225,203,227)
#E4D0E5
(228,208,229)
#E7D5E7
(231,213,231)
#EADAE9
(234,218,233)
#EDDFEB
(237,223,235)
#F0E4ED
(240,228,237)
#F3E9EF
(243,233,239)
#F6EEF1
(246,238,241)
#F9F3F3
(249,243,243)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC6E1 color. Also use rgb(222,198,225) instead hex code.

Text Font Color

.myTextColor { color: #DEC6E1; }

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

This text font color is #DEC6E1.


Background Color

.myBgColor { background-color: #DEC6E1; }

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

This div background color is #DEC6E1.


Border color

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

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

This div border color is #DEC6E1.


Opacity

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

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

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

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

This text has shadow with #DEC6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC6E1 on black background.


Color preview on white background

This text has color #DEC6E1 on white background.



Black color preview on #DEC6E1 background

This text has black color on #DEC6E1 background.


White color preview on #DEC6E1 background

This text has white color on #DEC6E1 background.