COLOR #DEC7DD

HEX: #DEC7DD
RGB: (222,199,221)

Color info

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

RGB color model

#DEC7DD color RGB value is (222,199,221).

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

RGB channels and saturation

R 222 of 255 = 87%
G 199 of 255 = 78%
B 221 of 255 = 87%

222
199
221

R + G + B ~ 84%. #DEC7DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 199 + 221 = 642 (100%)
R 222 of 642 ~ 34.58%
G 199 of 642 ~ 31%
B 221 of 642 ~ 34.42%

%34.58
%31
%34.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 0.45%
  • key color value is 12.94%
CMYK:
(0,10,0,13)
C0M10Y0K13 
(0%,10%,0%,13%)
(0.00/0.10/0.00/0.13)	

CMYK percentages

%0
%10.36
%0.45
%12.94

Codes

Color #DEC7DD in popluar color models

DEC7DD
RGB222199221
HSL303°25.84%82.55%
HSB/HSV303°10.36%87.06%
CMYK0.00%10.36%0.45%
12.94%

Color #DEC7DD in popluar number systems.

HEXDEC7DD
Decimal222199221
Binary110111101100011111011101
Octal336307335

Shades and tints

Shades of #DEC7DD

#DEC7DD
(222,199,221)
#CAB5C9
(202,181,201)
#B6A3B5
(182,163,181)
#A291A1
(162,145,161)
#8E7F8D
(142,127,141)
#7A6D79
(122,109,121)
#665B65
(102,91,101)
#524951
(82,73,81)
#3E373D
(62,55,61)
#2A2529
(42,37,41)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #DEC7DD

#DEC7DD
(222,199,221)
#E1CCE0
(225,204,224)
#E4D1E3
(228,209,227)
#E7D6E6
(231,214,230)
#EADBE9
(234,219,233)
#EDE0EC
(237,224,236)
#F0E5EF
(240,229,239)
#F3EAF2
(243,234,242)
#F6EFF5
(246,239,245)
#F9F4F8
(249,244,248)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC7DD; }

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

This text font color is #DEC7DD.


Background Color

.myBgColor { background-color: #DEC7DD; }

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

This div background color is #DEC7DD.


Border color

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

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

This div border color is #DEC7DD.


Opacity

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

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

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

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

This text has shadow with #DEC7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC7DD on black background.


Color preview on white background

This text has color #DEC7DD on white background.



Black color preview on #DEC7DD background

This text has black color on #DEC7DD background.


White color preview on #DEC7DD background

This text has white color on #DEC7DD background.