COLOR #DEC6DA

HEX: #DEC6DA
RGB: (222,198,218)

Color info

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

RGB color model

#DEC6DA color RGB value is (222,198,218).

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

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 218 of 255 = 85%

222
198
218

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

Portions of RGB colors in percentages

R + G + B =
222 + 198 + 218 = 638 (100%)
R 222 of 638 ~ 34.8%
G 198 of 638 ~ 31.03%
B 218 of 638 ~ 34.17%

%34.8
%31.03
%34.17

CMYK color model

#DEC6DA color CMYK value is (0,11,2,13).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 1.80%
  • key color value is 12.94%
CMYK:
(0,11,2,13)
C0M11Y2K13 
(0%,11%,2%,13%)
(0.00/0.11/0.02/0.13)	

CMYK percentages

%0
%10.81
%1.8
%12.94

Codes

Color #DEC6DA in popluar color models

DEC6DA
RGB222198218
HSL310°26.67%82.35%
HSB/HSV310°10.81%87.06%
CMYK0.00%10.81%1.80%
12.94%

Color #DEC6DA in popluar number systems.

HEXDEC6DA
Decimal222198218
Binary110111101100011011011010
Octal336306332

Shades and tints

Shades of #DEC6DA

#DEC6DA
(222,198,218)
#CAB4C7
(202,180,199)
#B6A2B4
(182,162,180)
#A290A1
(162,144,161)
#8E7E8E
(142,126,142)
#7A6C7B
(122,108,123)
#665A68
(102,90,104)
#524855
(82,72,85)
#3E3642
(62,54,66)
#2A242F
(42,36,47)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #DEC6DA

#DEC6DA
(222,198,218)
#E1CBDD
(225,203,221)
#E4D0E0
(228,208,224)
#E7D5E3
(231,213,227)
#EADAE6
(234,218,230)
#EDDFE9
(237,223,233)
#F0E4EC
(240,228,236)
#F3E9EF
(243,233,239)
#F6EEF2
(246,238,242)
#F9F3F5
(249,243,245)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC6DA; }

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

This text font color is #DEC6DA.


Background Color

.myBgColor { background-color: #DEC6DA; }

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

This div background color is #DEC6DA.


Border color

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

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

This div border color is #DEC6DA.


Opacity

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

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

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

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

This text has shadow with #DEC6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC6DA on black background.


Color preview on white background

This text has color #DEC6DA on white background.



Black color preview on #DEC6DA background

This text has black color on #DEC6DA background.


White color preview on #DEC6DA background

This text has white color on #DEC6DA background.