COLOR #DEC9EF

HEX: #DEC9EF RGB: (222,201,239)

Color info

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

RGB color model

#DEC9EF color RGB value is (222,201,239).

RGB: (222,201,239) (87%, 79%, 94%)

RGB channels and saturation

R 222 of 255 = 87%
G 201 of 255 = 79%
B 239 of 255 = 94%

222
201
239

R + G + B ~ 87%. #DEC9EF is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 201 + 239 = 662 (100%)
R 222 of 662 ~ 33.53%
G 201 of 662 ~ 30.36%
B 239 of 662 ~ 36.1'%

%33.53
%30.36
%36.1

CMYK color model

#DEC9EF color CMYK value is (7,16,0,6).

  • cyan value is 7.11%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (7,16,0,6)
C7M16Y0K6 (7%, 16%, 0%, 6%)
(0.07 / 0.16 / 0.00 / 0.06)

CMYK percentages

%7.11
%15.9
%0
%6.27

Codes

Color #DEC9EF in popluar color models

DE C9 EF
RGB 222 201 239
HSL 273° 54.29% 86.27%
HSB/HSV 273° 15.90% 93.73%
CMYK 7.11% 15.90% 0.00%
6.27%

Color #DEC9EF in popluar number systems.

HEX DE C9 EF
Decimal 222 201 239
Binary 11011110 11001001 11101111
Octal 336 311 357

Shades and tints

Shades of #DEC9EF

#DEC9EF
(222,201,239)
#CAB7DA
(202,183,218)
#B6A5C5
(182,165,197)
#A293B0
(162,147,176)
#8E819B
(142,129,155)
#7A6F86
(122,111,134)
#665D71
(102,93,113)
#524B5C
(82,75,92)
#3E3947
(62,57,71)
#2A2732
(42,39,50)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #DEC9EF

#DEC9EF
(222,201,239)
#E1CDF0
(225,205,240)
#E4D1F1
(228,209,241)
#E7D5F2
(231,213,242)
#EAD9F3
(234,217,243)
#EDDDF4
(237,221,244)
#F0E1F5
(240,225,245)
#F3E5F6
(243,229,246)
#F6E9F7
(246,233,247)
#F9EDF8
(249,237,248)
#FCF1F9
(252,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC9EF; }

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

This text font color is #DEC9EF.

Background Color

.myBgColor { background-color: #DEC9EF; }

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

This div background color is #DEC9EF.

Border color

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

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

This div border color is #DEC9EF.

Opacity

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

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

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

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

This text has shadow with #DEC9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC9EF.

Preview

Color preview on black background

This text has color #DEC9EF on black background.


Color preview on white background

This text has color #DEC9EF on white background.


Black color preview on #DEC9EF background

This text has black color on #DEC9EF background.


White color preview on #DEC9EF background

This text has white color on #DEC9EF background.


Related colors

Complementary color

Complementary color for #hex is #213610.


I love getcolorcode.com

Triadic colors

1 #EFDEC9 and #C9EFDE with #DEC9EF are triadic colors.

2 #EFC9DE and #C9DEEF with #DEC9EF are triadic colors.