COLOR #DEC5DD

HEX: #DEC5DD
RGB: (222,197,221)

Color info

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

RGB color model

#DEC5DD color RGB value is (222,197,221).

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

RGB channels and saturation

R 222 of 255 = 87%
G 197 of 255 = 77%
B 221 of 255 = 87%

222
197
221

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

Portions of RGB colors in percentages

R + G + B =
222 + 197 + 221 = 640 (100%)
R 222 of 640 ~ 34.69%
G 197 of 640 ~ 30.78%
B 221 of 640 ~ 34.53%

%34.69
%30.78
%34.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 0.45%
  • key color value is 12.94%
CMYK:
(0,11,0,13)
C0M11Y0K13 
(0%,11%,0%,13%)
(0.00/0.11/0.00/0.13)	

CMYK percentages

%0
%11.26
%0.45
%12.94

Codes

Color #DEC5DD in popluar color models

DEC5DD
RGB222197221
HSL302°27.47%82.16%
HSB/HSV302°11.26%87.06%
CMYK0.00%11.26%0.45%
12.94%

Color #DEC5DD in popluar number systems.

HEXDEC5DD
Decimal222197221
Binary110111101100010111011101
Octal336305335

Shades and tints

Shades of #DEC5DD

#DEC5DD
(222,197,221)
#CAB4C9
(202,180,201)
#B6A3B5
(182,163,181)
#A292A1
(162,146,161)
#8E818D
(142,129,141)
#7A7079
(122,112,121)
#665F65
(102,95,101)
#524E51
(82,78,81)
#3E3D3D
(62,61,61)
#2A2C29
(42,44,41)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #DEC5DD

#DEC5DD
(222,197,221)
#E1CAE0
(225,202,224)
#E4CFE3
(228,207,227)
#E7D4E6
(231,212,230)
#EAD9E9
(234,217,233)
#EDDEEC
(237,222,236)
#F0E3EF
(240,227,239)
#F3E8F2
(243,232,242)
#F6EDF5
(246,237,245)
#F9F2F8
(249,242,248)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC5DD; }

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

This text font color is #DEC5DD.


Background Color

.myBgColor { background-color: #DEC5DD; }

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

This div background color is #DEC5DD.


Border color

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

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

This div border color is #DEC5DD.


Opacity

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

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

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

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

This text has shadow with #DEC5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC5DD on black background.


Color preview on white background

This text has color #DEC5DD on white background.



Black color preview on #DEC5DD background

This text has black color on #DEC5DD background.


White color preview on #DEC5DD background

This text has white color on #DEC5DD background.