COLOR #DEC9EC

HEX: #DEC9EC
RGB: (222,201,236)

Color info

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

RGB color model

#DEC9EC color RGB value is (222,201,236).

  • red value is 222;
  • green value is 201;
  • blue value is 236.
RGB:
(222,201,236)
(87%,79%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 201 of 255 = 79%
B 236 of 255 = 93%

222
201
236

R + G + B ~ 86%. #DEC9EC is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 201 + 236 = 659 (100%)
R 222 of 659 ~ 33.69%
G 201 of 659 ~ 30.5%
B 236 of 659 ~ 35.81%

%33.69
%30.5
%35.81

CMYK color model

#DEC9EC color CMYK value is (6,15,0,7).

  • cyan value is 5.93%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,15,0,7)
C6M15Y0K7 
(6%,15%,0%,7%)
(0.06/0.15/0.00/0.07)	

CMYK percentages

%5.93
%14.83
%0
%7.45

Codes

Color #DEC9EC in popluar color models

DEC9EC
RGB222201236
HSL276°47.95%85.69%
HSB/HSV276°14.83%92.55%
CMYK5.93%14.83%0.00%
7.45%

Color #DEC9EC in popluar number systems.

HEXDEC9EC
Decimal222201236
Binary110111101100100111101100
Octal336311354

Shades and tints

Shades of #DEC9EC

#DEC9EC
(222,201,236)
#CAB7D7
(202,183,215)
#B6A5C2
(182,165,194)
#A293AD
(162,147,173)
#8E8198
(142,129,152)
#7A6F83
(122,111,131)
#665D6E
(102,93,110)
#524B59
(82,75,89)
#3E3944
(62,57,68)
#2A272F
(42,39,47)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #DEC9EC

#DEC9EC
(222,201,236)
#E1CDED
(225,205,237)
#E4D1EE
(228,209,238)
#E7D5EF
(231,213,239)
#EAD9F0
(234,217,240)
#EDDDF1
(237,221,241)
#F0E1F2
(240,225,242)
#F3E5F3
(243,229,243)
#F6E9F4
(246,233,244)
#F9EDF5
(249,237,245)
#FCF1F6
(252,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC9EC color. Also use rgb(222,201,236) instead hex code.

Text Font Color

.myTextColor { color: #DEC9EC; }

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

This text font color is #DEC9EC.


Background Color

.myBgColor { background-color: #DEC9EC; }

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

This div background color is #DEC9EC.


Border color

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

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

This div border color is #DEC9EC.


Opacity

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

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

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

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

This text has shadow with #DEC9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC9EC on black background.


Color preview on white background

This text has color #DEC9EC on white background.



Black color preview on #DEC9EC background

This text has black color on #DEC9EC background.


White color preview on #DEC9EC background

This text has white color on #DEC9EC background.