COLOR #DEC2E8

HEX: #DEC2E8
RGB: (222,194,232)

Color info

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

RGB color model

#DEC2E8 color RGB value is (222,194,232).

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

RGB channels and saturation

R 222 of 255 = 87%
G 194 of 255 = 76%
B 232 of 255 = 91%

222
194
232

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

Portions of RGB colors in percentages

R + G + B =
222 + 194 + 232 = 648 (100%)
R 222 of 648 ~ 34.26%
G 194 of 648 ~ 29.94%
B 232 of 648 ~ 35.8%

%34.26
%29.94
%35.8

CMYK color model

#DEC2E8 color CMYK value is (4,16,0,9).

  • cyan value is 4.31%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(4,16,0,9)
C4M16Y0K9 
(4%,16%,0%,9%)
(0.04/0.16/0.00/0.09)	

CMYK percentages

%4.31
%16.38
%0
%9.02

Codes

Color #DEC2E8 in popluar color models

DEC2E8
RGB222194232
HSL284°45.24%83.53%
HSB/HSV284°16.38%90.98%
CMYK4.31%16.38%0.00%
9.02%

Color #DEC2E8 in popluar number systems.

HEXDEC2E8
Decimal222194232
Binary110111101100001011101000
Octal336302350

Shades and tints

Shades of #DEC2E8

#DEC2E8
(222,194,232)
#CAB1D3
(202,177,211)
#B6A0BE
(182,160,190)
#A28FA9
(162,143,169)
#8E7E94
(142,126,148)
#7A6D7F
(122,109,127)
#665C6A
(102,92,106)
#524B55
(82,75,85)
#3E3A40
(62,58,64)
#2A292B
(42,41,43)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #DEC2E8

#DEC2E8
(222,194,232)
#E1C7EA
(225,199,234)
#E4CCEC
(228,204,236)
#E7D1EE
(231,209,238)
#EAD6F0
(234,214,240)
#EDDBF2
(237,219,242)
#F0E0F4
(240,224,244)
#F3E5F6
(243,229,246)
#F6EAF8
(246,234,248)
#F9EFFA
(249,239,250)
#FCF4FC
(252,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC2E8; }

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

This text font color is #DEC2E8.


Background Color

.myBgColor { background-color: #DEC2E8; }

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

This div background color is #DEC2E8.


Border color

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

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

This div border color is #DEC2E8.


Opacity

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

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

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

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

This text has shadow with #DEC2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC2E8 on black background.


Color preview on white background

This text has color #DEC2E8 on white background.



Black color preview on #DEC2E8 background

This text has black color on #DEC2E8 background.


White color preview on #DEC2E8 background

This text has white color on #DEC2E8 background.