COLOR #DEC7E4

HEX: #DEC7E4 RGB: (222,199,228)

Color info

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

RGB color model

#DEC7E4 color RGB value is (222,199,228).

RGB: (222,199,228) (87%, 78%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 199 of 255 = 78%
B 228 of 255 = 89%

222
199
228

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

Portions of RGB colors in percentages

R + G + B = 222 + 199 + 228 = 649 (100%)
R 222 of 649 ~ 34.21%
G 199 of 649 ~ 30.66%
B 228 of 649 ~ 35.13'%

%34.21
%30.66
%35.13

CMYK color model

#DEC7E4 color CMYK value is (3,13,0,11).

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

CMYK: (3,13,0,11)
C3M13Y0K11 (3%, 13%, 0%, 11%)
(0.03 / 0.13 / 0.00 / 0.11)

CMYK percentages

%2.63
%12.72
%0
%10.59

Codes

Color #DEC7E4 in popluar color models

DE C7 E4
RGB 222 199 228
HSL 288° 34.94% 83.73%
HSB/HSV 288° 12.72% 89.41%
CMYK 2.63% 12.72% 0.00%
10.59%

Color #DEC7E4 in popluar number systems.

HEX DE C7 E4
Decimal 222 199 228
Binary 11011110 11000111 11100100
Octal 336 307 344

Shades and tints

Shades of #DEC7E4

#DEC7E4
(222,199,228)
#CAB5D0
(202,181,208)
#B6A3BC
(182,163,188)
#A291A8
(162,145,168)
#8E7F94
(142,127,148)
#7A6D80
(122,109,128)
#665B6C
(102,91,108)
#524958
(82,73,88)
#3E3744
(62,55,68)
#2A2530
(42,37,48)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #DEC7E4

#DEC7E4
(222,199,228)
#E1CCE6
(225,204,230)
#E4D1E8
(228,209,232)
#E7D6EA
(231,214,234)
#EADBEC
(234,219,236)
#EDE0EE
(237,224,238)
#F0E5F0
(240,229,240)
#F3EAF2
(243,234,242)
#F6EFF4
(246,239,244)
#F9F4F6
(249,244,246)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC7E4; }

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

This text font color is #DEC7E4.

Background Color

.myBgColor { background-color: #DEC7E4; }

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

This div background color is #DEC7E4.

Border color

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

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

This div border color is #DEC7E4.

Opacity

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

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

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

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

This text has shadow with #DEC7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC7E4.

Preview

Color preview on black background

This text has color #DEC7E4 on black background.


Color preview on white background

This text has color #DEC7E4 on white background.


Black color preview on #DEC7E4 background

This text has black color on #DEC7E4 background.


White color preview on #DEC7E4 background

This text has white color on #DEC7E4 background.


Related colors

Complementary color

Complementary color for #hex is #21381B.


I love getcolorcode.com

Triadic colors

1 #E4DEC7 and #C7E4DE with #DEC7E4 are triadic colors.

2 #E4C7DE and #C7DEE4 with #DEC7E4 are triadic colors.