COLOR #DEC7E2

HEX: #DEC7E2 RGB: (222,199,226)

Color info

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

RGB color model

#DEC7E2 color RGB value is (222,199,226).

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

RGB channels and saturation

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

222
199
226

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

Portions of RGB colors in percentages

R + G + B = 222 + 199 + 226 = 647 (100%)
R 222 of 647 ~ 34.31%
G 199 of 647 ~ 30.76%
B 226 of 647 ~ 34.93'%

%34.31
%30.76
%34.93

CMYK color model

#DEC7E2 color CMYK value is (2,12,0,11).

  • cyan value is 1.77%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (2,12,0,11)
C2M12Y0K11 (2%, 12%, 0%, 11%)
(0.02 / 0.12 / 0.00 / 0.11)

CMYK percentages

%1.77
%11.95
%0
%11.37

Codes

Color #DEC7E2 in popluar color models

DE C7 E2
RGB 222 199 226
HSL 291° 31.76% 83.33%
HSB/HSV 291° 11.95% 88.63%
CMYK 1.77% 11.95% 0.00%
11.37%

Color #DEC7E2 in popluar number systems.

HEX DE C7 E2
Decimal 222 199 226
Binary 11011110 11000111 11100010
Octal 336 307 342

Shades and tints

Shades of #DEC7E2

#DEC7E2
(222,199,226)
#CAB5CE
(202,181,206)
#B6A3BA
(182,163,186)
#A291A6
(162,145,166)
#8E7F92
(142,127,146)
#7A6D7E
(122,109,126)
#665B6A
(102,91,106)
#524956
(82,73,86)
#3E3742
(62,55,66)
#2A252E
(42,37,46)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #DEC7E2

#DEC7E2
(222,199,226)
#E1CCE4
(225,204,228)
#E4D1E6
(228,209,230)
#E7D6E8
(231,214,232)
#EADBEA
(234,219,234)
#EDE0EC
(237,224,236)
#F0E5EE
(240,229,238)
#F3EAF0
(243,234,240)
#F6EFF2
(246,239,242)
#F9F4F4
(249,244,244)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC7E2; }

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

This text font color is #DEC7E2.

Background Color

.myBgColor { background-color: #DEC7E2; }

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

This div background color is #DEC7E2.

Border color

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

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

This div border color is #DEC7E2.

Opacity

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

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

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

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

This text has shadow with #DEC7E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC7E2.

Preview

Color preview on black background

This text has color #DEC7E2 on black background.


Color preview on white background

This text has color #DEC7E2 on white background.


Black color preview on #DEC7E2 background

This text has black color on #DEC7E2 background.


White color preview on #DEC7E2 background

This text has white color on #DEC7E2 background.


Related colors

Complementary color

Complementary color for #hex is #21381D.


I love getcolorcode.com

Triadic colors

1 #E2DEC7 and #C7E2DE with #DEC7E2 are triadic colors.

2 #E2C7DE and #C7DEE2 with #DEC7E2 are triadic colors.