COLOR #DEC2ED

HEX: #DEC2ED
RGB: (222,194,237)

Color info

#DEC2ED contains red, green and blue colors in about the same proportion. Web safe color of #DEC2ED is #CCCCFF (or #CCF).

RGB color model

#DEC2ED color RGB value is (222,194,237).

  • red value is 222;
  • green value is 194;
  • blue value is 237.
RGB:
(222,194,237)
(87%,76%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 194 of 255 = 76%
B 237 of 255 = 93%

222
194
237

R + G + B ~ 85%. #DEC2ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 194 + 237 = 653 (100%)
R 222 of 653 ~ 34%
G 194 of 653 ~ 29.71%
B 237 of 653 ~ 36.29%

%34
%29.71
%36.29

CMYK color model

#DEC2ED color CMYK value is (6,18,0,7).

  • cyan value is 6.33%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(6,18,0,7)
C6M18Y0K7 
(6%,18%,0%,7%)
(0.06/0.18/0.00/0.07)	

CMYK percentages

%6.33
%18.14
%0
%7.06

Codes

Color #DEC2ED in popluar color models

DEC2ED
RGB222194237
HSL279°54.43%84.51%
HSB/HSV279°18.14%92.94%
CMYK6.33%18.14%0.00%
7.06%

Color #DEC2ED in popluar number systems.

HEXDEC2ED
Decimal222194237
Binary110111101100001011101101
Octal336302355

Shades and tints

Shades of #DEC2ED

#DEC2ED
(222,194,237)
#CAB1D8
(202,177,216)
#B6A0C3
(182,160,195)
#A28FAE
(162,143,174)
#8E7E99
(142,126,153)
#7A6D84
(122,109,132)
#665C6F
(102,92,111)
#524B5A
(82,75,90)
#3E3A45
(62,58,69)
#2A2930
(42,41,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #DEC2ED

#DEC2ED
(222,194,237)
#E1C7EE
(225,199,238)
#E4CCEF
(228,204,239)
#E7D1F0
(231,209,240)
#EAD6F1
(234,214,241)
#EDDBF2
(237,219,242)
#F0E0F3
(240,224,243)
#F3E5F4
(243,229,244)
#F6EAF5
(246,234,245)
#F9EFF6
(249,239,246)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC2ED color. Also use rgb(222,194,237) instead hex code.

Text Font Color

.myTextColor { color: #DEC2ED; }

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

This text font color is #DEC2ED.


Background Color

.myBgColor { background-color: #DEC2ED; }

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

This div background color is #DEC2ED.


Border color

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

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

This div border color is #DEC2ED.


Opacity

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

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

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

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

This text has shadow with #DEC2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC2ED on black background.


Color preview on white background

This text has color #DEC2ED on white background.



Black color preview on #DEC2ED background

This text has black color on #DEC2ED background.


White color preview on #DEC2ED background

This text has white color on #DEC2ED background.