COLOR #DEC7E1

HEX: #DEC7E1 RGB: (222,199,225)

Color info

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

RGB color model

#DEC7E1 color RGB value is (222,199,225).

RGB: (222,199,225) (87%, 78%, 88%)

RGB channels and saturation

R 222 of 255 = 87%
G 199 of 255 = 78%
B 225 of 255 = 88%

222
199
225

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

Portions of RGB colors in percentages

R + G + B = 222 + 199 + 225 = 646 (100%)
R 222 of 646 ~ 34.37%
G 199 of 646 ~ 30.8%
B 225 of 646 ~ 34.83'%

%34.37
%30.8
%34.83

CMYK color model

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

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

CMYK: (1,12,0,12)
C1M12Y0K12 (1%, 12%, 0%, 12%)
(0.01 / 0.12 / 0.00 / 0.12)

CMYK percentages

%1.33
%11.56
%0
%11.76

Codes

Color #DEC7E1 in popluar color models

DE C7 E1
RGB 222 199 225
HSL 293° 30.23% 83.14%
HSB/HSV 293° 11.56% 88.24%
CMYK 1.33% 11.56% 0.00%
11.76%

Color #DEC7E1 in popluar number systems.

HEX DE C7 E1
Decimal 222 199 225
Binary 11011110 11000111 11100001
Octal 336 307 341

Shades and tints

Shades of #DEC7E1

#DEC7E1
(222,199,225)
#CAB5CD
(202,181,205)
#B6A3B9
(182,163,185)
#A291A5
(162,145,165)
#8E7F91
(142,127,145)
#7A6D7D
(122,109,125)
#665B69
(102,91,105)
#524955
(82,73,85)
#3E3741
(62,55,65)
#2A252D
(42,37,45)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #DEC7E1

#DEC7E1
(222,199,225)
#E1CCE3
(225,204,227)
#E4D1E5
(228,209,229)
#E7D6E7
(231,214,231)
#EADBE9
(234,219,233)
#EDE0EB
(237,224,235)
#F0E5ED
(240,229,237)
#F3EAEF
(243,234,239)
#F6EFF1
(246,239,241)
#F9F4F3
(249,244,243)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC7E1; }

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

This text font color is #DEC7E1.

Background Color

.myBgColor { background-color: #DEC7E1; }

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

This div background color is #DEC7E1.

Border color

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

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

This div border color is #DEC7E1.

Opacity

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

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

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

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

This text has shadow with #DEC7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC7E1.

Preview

Color preview on black background

This text has color #DEC7E1 on black background.


Color preview on white background

This text has color #DEC7E1 on white background.


Black color preview on #DEC7E1 background

This text has black color on #DEC7E1 background.


White color preview on #DEC7E1 background

This text has white color on #DEC7E1 background.


Related colors

Complementary color

Complementary color for #hex is #21381E.


I love getcolorcode.com

Triadic colors

1 #E1DEC7 and #C7E1DE with #DEC7E1 are triadic colors.

2 #E1C7DE and #C7DEE1 with #DEC7E1 are triadic colors.