COLOR #DEC1E1

HEX: #DEC1E1 RGB: (222,193,225)

Color info

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

RGB color model

#DEC1E1 color RGB value is (222,193,225).

RGB: (222,193,225) (87%, 76%, 88%)

RGB channels and saturation

R 222 of 255 = 87%
G 193 of 255 = 76%
B 225 of 255 = 88%

222
193
225

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

Portions of RGB colors in percentages

R + G + B = 222 + 193 + 225 = 640 (100%)
R 222 of 640 ~ 34.69%
G 193 of 640 ~ 30.16%
B 225 of 640 ~ 35.16'%

%34.69
%30.16
%35.16

CMYK color model

#DEC1E1 color CMYK value is (1,14,0,12).

  • cyan value is 1.33%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (1,14,0,12)
C1M14Y0K12 (1%, 14%, 0%, 12%)
(0.01 / 0.14 / 0.00 / 0.12)

CMYK percentages

%1.33
%14.22
%0
%11.76

Codes

Color #DEC1E1 in popluar color models

DE C1 E1
RGB 222 193 225
HSL 294° 34.78% 81.96%
HSB/HSV 294° 14.22% 88.24%
CMYK 1.33% 14.22% 0.00%
11.76%

Color #DEC1E1 in popluar number systems.

HEX DE C1 E1
Decimal 222 193 225
Binary 11011110 11000001 11100001
Octal 336 301 341

Shades and tints

Shades of #DEC1E1

#DEC1E1
(222,193,225)
#CAB0CD
(202,176,205)
#B69FB9
(182,159,185)
#A28EA5
(162,142,165)
#8E7D91
(142,125,145)
#7A6C7D
(122,108,125)
#665B69
(102,91,105)
#524A55
(82,74,85)
#3E3941
(62,57,65)
#2A282D
(42,40,45)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #DEC1E1

#DEC1E1
(222,193,225)
#E1C6E3
(225,198,227)
#E4CBE5
(228,203,229)
#E7D0E7
(231,208,231)
#EAD5E9
(234,213,233)
#EDDAEB
(237,218,235)
#F0DFED
(240,223,237)
#F3E4EF
(243,228,239)
#F6E9F1
(246,233,241)
#F9EEF3
(249,238,243)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC1E1; }

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

This text font color is #DEC1E1.

Background Color

.myBgColor { background-color: #DEC1E1; }

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

This div background color is #DEC1E1.

Border color

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

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

This div border color is #DEC1E1.

Opacity

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

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

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

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

This text has shadow with #DEC1E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC1E1.

Preview

Color preview on black background

This text has color #DEC1E1 on black background.


Color preview on white background

This text has color #DEC1E1 on white background.


Black color preview on #DEC1E1 background

This text has black color on #DEC1E1 background.


White color preview on #DEC1E1 background

This text has white color on #DEC1E1 background.


Related colors

Complementary color

Complementary color for #hex is #213E1E.


I love getcolorcode.com

Triadic colors

1 #E1DEC1 and #C1E1DE with #DEC1E1 are triadic colors.

2 #E1C1DE and #C1DEE1 with #DEC1E1 are triadic colors.