COLOR #DEC6EC

HEX: #DEC6EC RGB: (222,198,236)

Color info

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

RGB color model

#DEC6EC color RGB value is (222,198,236).

RGB: (222,198,236) (87%, 78%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 236 of 255 = 93%

222
198
236

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

Portions of RGB colors in percentages

R + G + B = 222 + 198 + 236 = 656 (100%)
R 222 of 656 ~ 33.84%
G 198 of 656 ~ 30.18%
B 236 of 656 ~ 35.98'%

%33.84
%30.18
%35.98

CMYK color model

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

  • cyan value is 5.93%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 7.45%

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

CMYK percentages

%5.93
%16.1
%0
%7.45

Codes

Color #DEC6EC in popluar color models

DE C6 EC
RGB 222 198 236
HSL 278° 50.00% 85.10%
HSB/HSV 278° 16.10% 92.55%
CMYK 5.93% 16.10% 0.00%
7.45%

Color #DEC6EC in popluar number systems.

HEX DE C6 EC
Decimal 222 198 236
Binary 11011110 11000110 11101100
Octal 336 306 354

Shades and tints

Shades of #DEC6EC

#DEC6EC
(222,198,236)
#CAB4D7
(202,180,215)
#B6A2C2
(182,162,194)
#A290AD
(162,144,173)
#8E7E98
(142,126,152)
#7A6C83
(122,108,131)
#665A6E
(102,90,110)
#524859
(82,72,89)
#3E3644
(62,54,68)
#2A242F
(42,36,47)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #DEC6EC

#DEC6EC
(222,198,236)
#E1CBED
(225,203,237)
#E4D0EE
(228,208,238)
#E7D5EF
(231,213,239)
#EADAF0
(234,218,240)
#EDDFF1
(237,223,241)
#F0E4F2
(240,228,242)
#F3E9F3
(243,233,243)
#F6EEF4
(246,238,244)
#F9F3F5
(249,243,245)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC6EC; }

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

This text font color is #DEC6EC.

Background Color

.myBgColor { background-color: #DEC6EC; }

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

This div background color is #DEC6EC.

Border color

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

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

This div border color is #DEC6EC.

Opacity

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

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

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

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

This text has shadow with #DEC6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC6EC.

Preview

Color preview on black background

This text has color #DEC6EC on black background.


Color preview on white background

This text has color #DEC6EC on white background.


Black color preview on #DEC6EC background

This text has black color on #DEC6EC background.


White color preview on #DEC6EC background

This text has white color on #DEC6EC background.


Related colors

Complementary color

Complementary color for #hex is #213913.


I love getcolorcode.com

Triadic colors

1 #ECDEC6 and #C6ECDE with #DEC6EC are triadic colors.

2 #ECC6DE and #C6DEEC with #DEC6EC are triadic colors.