COLOR #DEC6CC

HEX: #DEC6CC
RGB: (222,198,204)

Color info

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

RGB color model

#DEC6CC color RGB value is (222,198,204).

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

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 204 of 255 = 80%

222
198
204

R + G + B ~ 82%. #DEC6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 198 + 204 = 624 (100%)
R 222 of 624 ~ 35.58%
G 198 of 624 ~ 31.73%
B 204 of 624 ~ 32.69%

%35.58
%31.73
%32.69

CMYK color model

#DEC6CC color CMYK value is (0,11,8,13).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 8.11%
  • key color value is 12.94%
CMYK:
(0,11,8,13)
C0M11Y8K13 
(0%,11%,8%,13%)
(0.00/0.11/0.08/0.13)	

CMYK percentages

%0
%10.81
%8.11
%12.94

Codes

Color #DEC6CC in popluar color models

DEC6CC
RGB222198204
HSL345°26.67%82.35%
HSB/HSV345°10.81%87.06%
CMYK0.00%10.81%8.11%
12.94%

Color #DEC6CC in popluar number systems.

HEXDEC6CC
Decimal222198204
Binary110111101100011011001100
Octal336306314

Shades and tints

Shades of #DEC6CC

#DEC6CC
(222,198,204)
#CAB4BA
(202,180,186)
#B6A2A8
(182,162,168)
#A29096
(162,144,150)
#8E7E84
(142,126,132)
#7A6C72
(122,108,114)
#665A60
(102,90,96)
#52484E
(82,72,78)
#3E363C
(62,54,60)
#2A242A
(42,36,42)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #DEC6CC

#DEC6CC
(222,198,204)
#E1CBD0
(225,203,208)
#E4D0D4
(228,208,212)
#E7D5D8
(231,213,216)
#EADADC
(234,218,220)
#EDDFE0
(237,223,224)
#F0E4E4
(240,228,228)
#F3E9E8
(243,233,232)
#F6EEEC
(246,238,236)
#F9F3F0
(249,243,240)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC6CC; }

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

This text font color is #DEC6CC.


Background Color

.myBgColor { background-color: #DEC6CC; }

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

This div background color is #DEC6CC.


Border color

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

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

This div border color is #DEC6CC.


Opacity

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

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

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

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

This text has shadow with #DEC6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC6CC on black background.


Color preview on white background

This text has color #DEC6CC on white background.



Black color preview on #DEC6CC background

This text has black color on #DEC6CC background.


White color preview on #DEC6CC background

This text has white color on #DEC6CC background.