COLOR #DEC5EA

HEX: #DEC5EA RGB: (222,197,234)

Color info

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

RGB color model

#DEC5EA color RGB value is (222,197,234).

RGB: (222,197,234) (87%, 77%, 92%)

RGB channels and saturation

R 222 of 255 = 87%
G 197 of 255 = 77%
B 234 of 255 = 92%

222
197
234

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

Portions of RGB colors in percentages

R + G + B = 222 + 197 + 234 = 653 (100%)
R 222 of 653 ~ 34%
G 197 of 653 ~ 30.17%
B 234 of 653 ~ 35.83'%

%34
%30.17
%35.83

CMYK color model

#DEC5EA color CMYK value is (5,16,0,8).

  • cyan value is 5.13%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (5,16,0,8) C5M16Y0K8 (5%,16%,0%,8%) (0.05/0.16/0.00/0.08) 

CMYK percentages

%5.13
%15.81
%0
%8.24

Codes

Color #DEC5EA in popluar color models

DE C5 EA
RGB 222 197 234
HSL 281° 46.84% 84.51%
HSB/HSV 281° 15.81% 91.76%
CMYK 5.13% 15.81% 0.00%
8.24%

Color #DEC5EA in popluar number systems.

HEX DE C5 EA
Decimal 222 197 234
Binary 11011110 11000101 11101010
Octal 336 305 352

Shades and tints

Shades of #DEC5EA

#DEC5EA
(222,197,234)
#CAB4D5
(202,180,213)
#B6A3C0
(182,163,192)
#A292AB
(162,146,171)
#8E8196
(142,129,150)
#7A7081
(122,112,129)
#665F6C
(102,95,108)
#524E57
(82,78,87)
#3E3D42
(62,61,66)
#2A2C2D
(42,44,45)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #DEC5EA

#DEC5EA
(222,197,234)
#E1CAEB
(225,202,235)
#E4CFEC
(228,207,236)
#E7D4ED
(231,212,237)
#EAD9EE
(234,217,238)
#EDDEEF
(237,222,239)
#F0E3F0
(240,227,240)
#F3E8F1
(243,232,241)
#F6EDF2
(246,237,242)
#F9F2F3
(249,242,243)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC5EA; }

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

This text font color is #DEC5EA.

Background Color

.myBgColor { background-color: #DEC5EA; }

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

This div background color is #DEC5EA.

Border color

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

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

This div border color is #DEC5EA.

Opacity

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

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

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

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

This text has shadow with #DEC5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC5EA.

Preview

Color preview on black background

This text has color #DEC5EA on black background.


Color preview on white background

This text has color #DEC5EA on white background.


Black color preview on #DEC5EA background

This text has black color on #DEC5EA background.


White color preview on #DEC5EA background

This text has white color on #DEC5EA background.


Related colors

Complementary color

Complementary color for #hex is #213A15.


I love getcolorcode.com

Triadic colors

1 #EADEC5 and #C5EADE with #DEC5EA are triadic colors.

2 #EAC5DE and #C5DEEA with #DEC5EA are triadic colors.