COLOR #DEC2E4

HEX: #DEC2E4 RGB: (222,194,228)

Color info

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

RGB color model

#DEC2E4 color RGB value is (222,194,228).

RGB: (222,194,228) (87%, 76%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 194 of 255 = 76%
B 228 of 255 = 89%

222
194
228

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

Portions of RGB colors in percentages

R + G + B = 222 + 194 + 228 = 644 (100%)
R 222 of 644 ~ 34.47%
G 194 of 644 ~ 30.12%
B 228 of 644 ~ 35.4'%

%34.47
%30.12
%35.4

CMYK color model

#DEC2E4 color CMYK value is (3,15,0,11).

  • cyan value is 2.63%
  • magenta value is 14.91%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (3,15,0,11)
C3M15Y0K11 (3%, 15%, 0%, 11%)
(0.03 / 0.15 / 0.00 / 0.11)

CMYK percentages

%2.63
%14.91
%0
%10.59

Codes

Color #DEC2E4 in popluar color models

DE C2 E4
RGB 222 194 228
HSL 289° 38.64% 82.75%
HSB/HSV 289° 14.91% 89.41%
CMYK 2.63% 14.91% 0.00%
10.59%

Color #DEC2E4 in popluar number systems.

HEX DE C2 E4
Decimal 222 194 228
Binary 11011110 11000010 11100100
Octal 336 302 344

Shades and tints

Shades of #DEC2E4

#DEC2E4
(222,194,228)
#CAB1D0
(202,177,208)
#B6A0BC
(182,160,188)
#A28FA8
(162,143,168)
#8E7E94
(142,126,148)
#7A6D80
(122,109,128)
#665C6C
(102,92,108)
#524B58
(82,75,88)
#3E3A44
(62,58,68)
#2A2930
(42,41,48)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #DEC2E4

#DEC2E4
(222,194,228)
#E1C7E6
(225,199,230)
#E4CCE8
(228,204,232)
#E7D1EA
(231,209,234)
#EAD6EC
(234,214,236)
#EDDBEE
(237,219,238)
#F0E0F0
(240,224,240)
#F3E5F2
(243,229,242)
#F6EAF4
(246,234,244)
#F9EFF6
(249,239,246)
#FCF4F8
(252,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC2E4; }

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

This text font color is #DEC2E4.

Background Color

.myBgColor { background-color: #DEC2E4; }

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

This div background color is #DEC2E4.

Border color

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

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

This div border color is #DEC2E4.

Opacity

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

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

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

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

This text has shadow with #DEC2E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC2E4.

Preview

Color preview on black background

This text has color #DEC2E4 on black background.


Color preview on white background

This text has color #DEC2E4 on white background.


Black color preview on #DEC2E4 background

This text has black color on #DEC2E4 background.


White color preview on #DEC2E4 background

This text has white color on #DEC2E4 background.


Related colors

Complementary color

Complementary color for #hex is #213D1B.


I love getcolorcode.com

Triadic colors

1 #E4DEC2 and #C2E4DE with #DEC2E4 are triadic colors.

2 #E4C2DE and #C2DEE4 with #DEC2E4 are triadic colors.