COLOR #DE9EDA

HEX: #DE9EDA RGB: (222,158,218)

Color info

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

RGB color model

#DE9EDA color RGB value is (222,158,218).

RGB: (222,158,218) (87%, 62%, 85%)

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 218 of 255 = 85%

222
158
218

R + G + B ~ 78%. #DE9EDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 158 + 218 = 598 (100%)
R 222 of 598 ~ 37.12%
G 158 of 598 ~ 26.42%
B 218 of 598 ~ 36.45'%

%37.12
%26.42
%36.45

CMYK color model

#DE9EDA color CMYK value is (0,29,2,13).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 1.80%
  • key color value is 12.94%

CMYK: (0,29,2,13)
C0M29Y2K13 (0%, 29%, 2%, 13%)
(0.00 / 0.29 / 0.02 / 0.13)

CMYK percentages

%0
%28.83
%1.8
%12.94

Codes

Color #DE9EDA in popluar color models

DE 9E DA
RGB 222 158 218
HSL 304° 49.23% 74.51%
HSB/HSV 304° 28.83% 87.06%
CMYK 0.00% 28.83% 1.80%
12.94%

Color #DE9EDA in popluar number systems.

HEX DE 9E DA
Decimal 222 158 218
Binary 11011110 10011110 11011010
Octal 336 236 332

Shades and tints

Shades of #DE9EDA

#DE9EDA
(222,158,218)
#CA90C7
(202,144,199)
#B682B4
(182,130,180)
#A274A1
(162,116,161)
#8E668E
(142,102,142)
#7A587B
(122,88,123)
#664A68
(102,74,104)
#523C55
(82,60,85)
#3E2E42
(62,46,66)
#2A202F
(42,32,47)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #DE9EDA

#DE9EDA
(222,158,218)
#E1A6DD
(225,166,221)
#E4AEE0
(228,174,224)
#E7B6E3
(231,182,227)
#EABEE6
(234,190,230)
#EDC6E9
(237,198,233)
#F0CEEC
(240,206,236)
#F3D6EF
(243,214,239)
#F6DEF2
(246,222,242)
#F9E6F5
(249,230,245)
#FCEEF8
(252,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9EDA; }

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

This text font color is #DE9EDA.

Background Color

.myBgColor { background-color: #DE9EDA; }

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

This div background color is #DE9EDA.

Border color

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

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

This div border color is #DE9EDA.

Opacity

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

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

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

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

This text has shadow with #DE9EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9EDA.

Preview

Color preview on black background

This text has color #DE9EDA on black background.


Color preview on white background

This text has color #DE9EDA on white background.


Black color preview on #DE9EDA background

This text has black color on #DE9EDA background.


White color preview on #DE9EDA background

This text has white color on #DE9EDA background.


Related colors

Complementary color

Complementary color for #hex is #216125.


I love getcolorcode.com

Triadic colors

1 #DADE9E and #9EDADE with #DE9EDA are triadic colors.

2 #DA9EDE and #9EDEDA with #DE9EDA are triadic colors.