COLOR #DEC7D9

HEX: #DEC7D9
RGB: (222,199,217)

Color info

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

RGB color model

#DEC7D9 color RGB value is (222,199,217).

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

RGB channels and saturation

R 222 of 255 = 87%
G 199 of 255 = 78%
B 217 of 255 = 85%

222
199
217

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

Portions of RGB colors in percentages

R + G + B =
222 + 199 + 217 = 638 (100%)
R 222 of 638 ~ 34.8%
G 199 of 638 ~ 31.19%
B 217 of 638 ~ 34.01%

%34.8
%31.19
%34.01

CMYK color model

#DEC7D9 color CMYK value is (0,10,2,13).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(0,10,2,13)
C0M10Y2K13 
(0%,10%,2%,13%)
(0.00/0.10/0.02/0.13)	

CMYK percentages

%0
%10.36
%2.25
%12.94

Codes

Color #DEC7D9 in popluar color models

DEC7D9
RGB222199217
HSL313°25.84%82.55%
HSB/HSV313°10.36%87.06%
CMYK0.00%10.36%2.25%
12.94%

Color #DEC7D9 in popluar number systems.

HEXDEC7D9
Decimal222199217
Binary110111101100011111011001
Octal336307331

Shades and tints

Shades of #DEC7D9

#DEC7D9
(222,199,217)
#CAB5C6
(202,181,198)
#B6A3B3
(182,163,179)
#A291A0
(162,145,160)
#8E7F8D
(142,127,141)
#7A6D7A
(122,109,122)
#665B67
(102,91,103)
#524954
(82,73,84)
#3E3741
(62,55,65)
#2A252E
(42,37,46)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #DEC7D9

#DEC7D9
(222,199,217)
#E1CCDC
(225,204,220)
#E4D1DF
(228,209,223)
#E7D6E2
(231,214,226)
#EADBE5
(234,219,229)
#EDE0E8
(237,224,232)
#F0E5EB
(240,229,235)
#F3EAEE
(243,234,238)
#F6EFF1
(246,239,241)
#F9F4F4
(249,244,244)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC7D9 color. Also use rgb(222,199,217) instead hex code.

Text Font Color

.myTextColor { color: #DEC7D9; }

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

This text font color is #DEC7D9.


Background Color

.myBgColor { background-color: #DEC7D9; }

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

This div background color is #DEC7D9.


Border color

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

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

This div border color is #DEC7D9.


Opacity

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

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

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

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

This text has shadow with #DEC7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC7D9 on black background.


Color preview on white background

This text has color #DEC7D9 on white background.



Black color preview on #DEC7D9 background

This text has black color on #DEC7D9 background.


White color preview on #DEC7D9 background

This text has white color on #DEC7D9 background.