COLOR #DEC1E7

HEX: #DEC1E7 RGB: (222,193,231)

Color info

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

RGB color model

#DEC1E7 color RGB value is (222,193,231).

RGB: (222,193,231) (87%, 76%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 193 of 255 = 76%
B 231 of 255 = 91%

222
193
231

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

Portions of RGB colors in percentages

R + G + B = 222 + 193 + 231 = 646 (100%)
R 222 of 646 ~ 34.37%
G 193 of 646 ~ 29.88%
B 231 of 646 ~ 35.76'%

%34.37
%29.88
%35.76

CMYK color model

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

  • cyan value is 3.90%
  • magenta value is 16.45%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (4,16,0,9)
C4M16Y0K9 (4%, 16%, 0%, 9%)
(0.04 / 0.16 / 0.00 / 0.09)

CMYK percentages

%3.9
%16.45
%0
%9.41

Codes

Color #DEC1E7 in popluar color models

DE C1 E7
RGB 222 193 231
HSL 286° 44.19% 83.14%
HSB/HSV 286° 16.45% 90.59%
CMYK 3.90% 16.45% 0.00%
9.41%

Color #DEC1E7 in popluar number systems.

HEX DE C1 E7
Decimal 222 193 231
Binary 11011110 11000001 11100111
Octal 336 301 347

Shades and tints

Shades of #DEC1E7

#DEC1E7
(222,193,231)
#CAB0D2
(202,176,210)
#B69FBD
(182,159,189)
#A28EA8
(162,142,168)
#8E7D93
(142,125,147)
#7A6C7E
(122,108,126)
#665B69
(102,91,105)
#524A54
(82,74,84)
#3E393F
(62,57,63)
#2A282A
(42,40,42)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #DEC1E7

#DEC1E7
(222,193,231)
#E1C6E9
(225,198,233)
#E4CBEB
(228,203,235)
#E7D0ED
(231,208,237)
#EAD5EF
(234,213,239)
#EDDAF1
(237,218,241)
#F0DFF3
(240,223,243)
#F3E4F5
(243,228,245)
#F6E9F7
(246,233,247)
#F9EEF9
(249,238,249)
#FCF3FB
(252,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC1E7 color. Also use rgb(222,193,231) instead hex code.

Text Font Color

.myTextColor { color: #DEC1E7; }

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

This text font color is #DEC1E7.

Background Color

.myBgColor { background-color: #DEC1E7; }

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

This div background color is #DEC1E7.

Border color

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

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

This div border color is #DEC1E7.

Opacity

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

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

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

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

This text has shadow with #DEC1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC1E7.

Preview

Color preview on black background

This text has color #DEC1E7 on black background.


Color preview on white background

This text has color #DEC1E7 on white background.


Black color preview on #DEC1E7 background

This text has black color on #DEC1E7 background.


White color preview on #DEC1E7 background

This text has white color on #DEC1E7 background.


Related colors

Complementary color

Complementary color for #hex is #213E18.


I love getcolorcode.com

Triadic colors

1 #E7DEC1 and #C1E7DE with #DEC1E7 are triadic colors.

2 #E7C1DE and #C1DEE7 with #DEC1E7 are triadic colors.