COLOR #DE9EF4

HEX: #DE9EF4 RGB: (222,158,244)

Color info

#DE9EF4 contains mainly red and blue colors. Web safe color of #DE9EF4 is #CC99FF (or #C9F).

RGB color model

#DE9EF4 color RGB value is (222,158,244).

RGB: (222,158,244) (87%, 62%, 96%)

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 244 of 255 = 96%

222
158
244

R + G + B ~ 82%. #DE9EF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 158 + 244 = 624 (100%)
R 222 of 624 ~ 35.58%
G 158 of 624 ~ 25.32%
B 244 of 624 ~ 39.1'%

%35.58
%25.32
%39.1

CMYK color model

#DE9EF4 color CMYK value is (9,35,0,4).

  • cyan value is 9.02%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (9,35,0,4)
C9M35Y0K4 (9%, 35%, 0%, 4%)
(0.09 / 0.35 / 0.00 / 0.04)

CMYK percentages

%9.02
%35.25
%0
%4.31

Codes

Color #DE9EF4 in popluar color models

DE 9E F4
RGB 222 158 244
HSL 285° 79.63% 78.82%
HSB/HSV 285° 35.25% 95.69%
CMYK 9.02% 35.25% 0.00%
4.31%

Color #DE9EF4 in popluar number systems.

HEX DE 9E F4
Decimal 222 158 244
Binary 11011110 10011110 11110100
Octal 336 236 364

Shades and tints

Shades of #DE9EF4

#DE9EF4
(222,158,244)
#CA90DE
(202,144,222)
#B682C8
(182,130,200)
#A274B2
(162,116,178)
#8E669C
(142,102,156)
#7A5886
(122,88,134)
#664A70
(102,74,112)
#523C5A
(82,60,90)
#3E2E44
(62,46,68)
#2A202E
(42,32,46)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #DE9EF4

#DE9EF4
(222,158,244)
#E1A6F5
(225,166,245)
#E4AEF6
(228,174,246)
#E7B6F7
(231,182,247)
#EABEF8
(234,190,248)
#EDC6F9
(237,198,249)
#F0CEFA
(240,206,250)
#F3D6FB
(243,214,251)
#F6DEFC
(246,222,252)
#F9E6FD
(249,230,253)
#FCEEFE
(252,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9EF4 color. Also use rgb(222,158,244) instead hex code.

Text Font Color

.myTextColor { color: #DE9EF4; }

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

This text font color is #DE9EF4.

Background Color

.myBgColor { background-color: #DE9EF4; }

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

This div background color is #DE9EF4.

Border color

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

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

This div border color is #DE9EF4.

Opacity

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

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

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

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

This text has shadow with #DE9EF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9EF4.

Preview

Color preview on black background

This text has color #DE9EF4 on black background.


Color preview on white background

This text has color #DE9EF4 on white background.


Black color preview on #DE9EF4 background

This text has black color on #DE9EF4 background.


White color preview on #DE9EF4 background

This text has white color on #DE9EF4 background.


Related colors

Complementary color

Complementary color for #hex is #21610B.


I love getcolorcode.com

Triadic colors

1 #F4DE9E and #9EF4DE with #DE9EF4 are triadic colors.

2 #F49EDE and #9EDEF4 with #DE9EF4 are triadic colors.