COLOR #DE8EC6

HEX: #DE8EC6 RGB: (222,142,198)

Color info

#DE8EC6 contains mainly red and blue colors. Web safe color of #DE8EC6 is #CC99CC (or #C9C).

RGB color model

#DE8EC6 color RGB value is (222,142,198).

RGB: (222,142,198) (87%, 56%, 78%)

RGB channels and saturation

R 222 of 255 = 87%
G 142 of 255 = 56%
B 198 of 255 = 78%

222
142
198

R + G + B ~ 74%. #DE8EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 142 + 198 = 562 (100%)
R 222 of 562 ~ 39.5%
G 142 of 562 ~ 25.27%
B 198 of 562 ~ 35.23'%

%39.5
%25.27
%35.23

CMYK color model

#DE8EC6 color CMYK value is (0,36,11,13).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 10.81%
  • key color value is 12.94%

CMYK: (0,36,11,13)
C0M36Y11K13 (0%, 36%, 11%, 13%)
(0.00 / 0.36 / 0.11 / 0.13)

CMYK percentages

%0
%36.04
%10.81
%12.94

Codes

Color #DE8EC6 in popluar color models

DE 8E C6
RGB 222 142 198
HSL 318° 54.79% 71.37%
HSB/HSV 318° 36.04% 87.06%
CMYK 0.00% 36.04% 10.81%
12.94%

Color #DE8EC6 in popluar number systems.

HEX DE 8E C6
Decimal 222 142 198
Binary 11011110 10001110 11000110
Octal 336 216 306

Shades and tints

Shades of #DE8EC6

#DE8EC6
(222,142,198)
#CA82B4
(202,130,180)
#B676A2
(182,118,162)
#A26A90
(162,106,144)
#8E5E7E
(142,94,126)
#7A526C
(122,82,108)
#66465A
(102,70,90)
#523A48
(82,58,72)
#3E2E36
(62,46,54)
#2A2224
(42,34,36)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #DE8EC6

#DE8EC6
(222,142,198)
#E198CB
(225,152,203)
#E4A2D0
(228,162,208)
#E7ACD5
(231,172,213)
#EAB6DA
(234,182,218)
#EDC0DF
(237,192,223)
#F0CAE4
(240,202,228)
#F3D4E9
(243,212,233)
#F6DEEE
(246,222,238)
#F9E8F3
(249,232,243)
#FCF2F8
(252,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8EC6 color. Also use rgb(222,142,198) instead hex code.

Text Font Color

.myTextColor { color: #DE8EC6; }

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

This text font color is #DE8EC6.

Background Color

.myBgColor { background-color: #DE8EC6; }

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

This div background color is #DE8EC6.

Border color

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

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

This div border color is #DE8EC6.

Opacity

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

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

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

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

This text has shadow with #DE8EC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE8EC6.

Preview

Color preview on black background

This text has color #DE8EC6 on black background.


Color preview on white background

This text has color #DE8EC6 on white background.


Black color preview on #DE8EC6 background

This text has black color on #DE8EC6 background.


White color preview on #DE8EC6 background

This text has white color on #DE8EC6 background.


Related colors

Complementary color

Complementary color for #hex is #217139.


I love getcolorcode.com

Triadic colors

1 #C6DE8E and #8EC6DE with #DE8EC6 are triadic colors.

2 #C68EDE and #8EDEC6 with #DE8EC6 are triadic colors.