COLOR #DEC6D3

HEX: #DEC6D3
RGB: (222,198,211)

Color info

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

RGB color model

#DEC6D3 color RGB value is (222,198,211).

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

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 211 of 255 = 83%

222
198
211

R + G + B ~ 83%. #DEC6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 198 + 211 = 631 (100%)
R 222 of 631 ~ 35.18%
G 198 of 631 ~ 31.38%
B 211 of 631 ~ 33.44%

%35.18
%31.38
%33.44

CMYK color model

#DEC6D3 color CMYK value is (0,11,5,13).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 4.95%
  • key color value is 12.94%
CMYK:
(0,11,5,13)
C0M11Y5K13 
(0%,11%,5%,13%)
(0.00/0.11/0.05/0.13)	

CMYK percentages

%0
%10.81
%4.95
%12.94

Codes

Color #DEC6D3 in popluar color models

DEC6D3
RGB222198211
HSL328°26.67%82.35%
HSB/HSV328°10.81%87.06%
CMYK0.00%10.81%4.95%
12.94%

Color #DEC6D3 in popluar number systems.

HEXDEC6D3
Decimal222198211
Binary110111101100011011010011
Octal336306323

Shades and tints

Shades of #DEC6D3

#DEC6D3
(222,198,211)
#CAB4C0
(202,180,192)
#B6A2AD
(182,162,173)
#A2909A
(162,144,154)
#8E7E87
(142,126,135)
#7A6C74
(122,108,116)
#665A61
(102,90,97)
#52484E
(82,72,78)
#3E363B
(62,54,59)
#2A2428
(42,36,40)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #DEC6D3

#DEC6D3
(222,198,211)
#E1CBD7
(225,203,215)
#E4D0DB
(228,208,219)
#E7D5DF
(231,213,223)
#EADAE3
(234,218,227)
#EDDFE7
(237,223,231)
#F0E4EB
(240,228,235)
#F3E9EF
(243,233,239)
#F6EEF3
(246,238,243)
#F9F3F7
(249,243,247)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC6D3; }

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

This text font color is #DEC6D3.


Background Color

.myBgColor { background-color: #DEC6D3; }

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

This div background color is #DEC6D3.


Border color

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

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

This div border color is #DEC6D3.


Opacity

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

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

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

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

This text has shadow with #DEC6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC6D3 on black background.


Color preview on white background

This text has color #DEC6D3 on white background.



Black color preview on #DEC6D3 background

This text has black color on #DEC6D3 background.


White color preview on #DEC6D3 background

This text has white color on #DEC6D3 background.