COLOR #DEC1D6

HEX: #DEC1D6 RGB: (222,193,214)

Color info

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

RGB color model

#DEC1D6 color RGB value is (222,193,214).

RGB: (222,193,214) (87%, 76%, 84%)

RGB channels and saturation

R 222 of 255 = 87%
G 193 of 255 = 76%
B 214 of 255 = 84%

222
193
214

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

Portions of RGB colors in percentages

R + G + B = 222 + 193 + 214 = 629 (100%)
R 222 of 629 ~ 35.29%
G 193 of 629 ~ 30.68%
B 214 of 629 ~ 34.02'%

%35.29
%30.68
%34.02

CMYK color model

#DEC1D6 color CMYK value is (0,13,4,13).

  • cyan value is 0.00%
  • magenta value is 13.06%
  • yellow value is 3.60%
  • key color value is 12.94%

CMYK: (0,13,4,13)
C0M13Y4K13 (0%, 13%, 4%, 13%)
(0.00 / 0.13 / 0.04 / 0.13)

CMYK percentages

%0
%13.06
%3.6
%12.94

Codes

Color #DEC1D6 in popluar color models

DE C1 D6
RGB 222 193 214
HSL 317° 30.53% 81.37%
HSB/HSV 317° 13.06% 87.06%
CMYK 0.00% 13.06% 3.60%
12.94%

Color #DEC1D6 in popluar number systems.

HEX DE C1 D6
Decimal 222 193 214
Binary 11011110 11000001 11010110
Octal 336 301 326

Shades and tints

Shades of #DEC1D6

#DEC1D6
(222,193,214)
#CAB0C3
(202,176,195)
#B69FB0
(182,159,176)
#A28E9D
(162,142,157)
#8E7D8A
(142,125,138)
#7A6C77
(122,108,119)
#665B64
(102,91,100)
#524A51
(82,74,81)
#3E393E
(62,57,62)
#2A282B
(42,40,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #DEC1D6

#DEC1D6
(222,193,214)
#E1C6D9
(225,198,217)
#E4CBDC
(228,203,220)
#E7D0DF
(231,208,223)
#EAD5E2
(234,213,226)
#EDDAE5
(237,218,229)
#F0DFE8
(240,223,232)
#F3E4EB
(243,228,235)
#F6E9EE
(246,233,238)
#F9EEF1
(249,238,241)
#FCF3F4
(252,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC1D6 color. Also use rgb(222,193,214) instead hex code.

Text Font Color

.myTextColor { color: #DEC1D6; }

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

This text font color is #DEC1D6.

Background Color

.myBgColor { background-color: #DEC1D6; }

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

This div background color is #DEC1D6.

Border color

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

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

This div border color is #DEC1D6.

Opacity

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

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

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

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

This text has shadow with #DEC1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC1D6.

Preview

Color preview on black background

This text has color #DEC1D6 on black background.


Color preview on white background

This text has color #DEC1D6 on white background.


Black color preview on #DEC1D6 background

This text has black color on #DEC1D6 background.


White color preview on #DEC1D6 background

This text has white color on #DEC1D6 background.


Related colors

Complementary color

Complementary color for #hex is #213E29.


I love getcolorcode.com

Triadic colors

1 #D6DEC1 and #C1D6DE with #DEC1D6 are triadic colors.

2 #D6C1DE and #C1DED6 with #DEC1D6 are triadic colors.