COLOR #DEC6DB

HEX: #DEC6DB
RGB: (222,198,219)

Color info

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

RGB color model

#DEC6DB color RGB value is (222,198,219).

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

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 219 of 255 = 86%

222
198
219

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

Portions of RGB colors in percentages

R + G + B =
222 + 198 + 219 = 639 (100%)
R 222 of 639 ~ 34.74%
G 198 of 639 ~ 30.99%
B 219 of 639 ~ 34.27%

%34.74
%30.99
%34.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 1.35%
  • key color value is 12.94%
CMYK:
(0,11,1,13)
C0M11Y1K13 
(0%,11%,1%,13%)
(0.00/0.11/0.01/0.13)	

CMYK percentages

%0
%10.81
%1.35
%12.94

Codes

Color #DEC6DB in popluar color models

DEC6DB
RGB222198219
HSL308°26.67%82.35%
HSB/HSV308°10.81%87.06%
CMYK0.00%10.81%1.35%
12.94%

Color #DEC6DB in popluar number systems.

HEXDEC6DB
Decimal222198219
Binary110111101100011011011011
Octal336306333

Shades and tints

Shades of #DEC6DB

#DEC6DB
(222,198,219)
#CAB4C8
(202,180,200)
#B6A2B5
(182,162,181)
#A290A2
(162,144,162)
#8E7E8F
(142,126,143)
#7A6C7C
(122,108,124)
#665A69
(102,90,105)
#524856
(82,72,86)
#3E3643
(62,54,67)
#2A2430
(42,36,48)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #DEC6DB

#DEC6DB
(222,198,219)
#E1CBDE
(225,203,222)
#E4D0E1
(228,208,225)
#E7D5E4
(231,213,228)
#EADAE7
(234,218,231)
#EDDFEA
(237,223,234)
#F0E4ED
(240,228,237)
#F3E9F0
(243,233,240)
#F6EEF3
(246,238,243)
#F9F3F6
(249,243,246)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC6DB; }

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

This text font color is #DEC6DB.


Background Color

.myBgColor { background-color: #DEC6DB; }

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

This div background color is #DEC6DB.


Border color

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

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

This div border color is #DEC6DB.


Opacity

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

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

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

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

This text has shadow with #DEC6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC6DB on black background.


Color preview on white background

This text has color #DEC6DB on white background.



Black color preview on #DEC6DB background

This text has black color on #DEC6DB background.


White color preview on #DEC6DB background

This text has white color on #DEC6DB background.