COLOR #DF9DED

HEX: #DF9DED RGB: (223,157,237)

Color info

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

RGB color model

#DF9DED color RGB value is (223,157,237).

RGB: (223,157,237) (87%, 62%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 157 of 255 = 62%
B 237 of 255 = 93%

223
157
237

R + G + B ~ 81%. #DF9DED is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 157 + 237 = 617 (100%)
R 223 of 617 ~ 36.14%
G 157 of 617 ~ 25.45%
B 237 of 617 ~ 38.41'%

%36.14
%25.45
%38.41

CMYK color model

#DF9DED color CMYK value is (6,34,0,7).

  • cyan value is 5.91%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (6,34,0,7)
C6M34Y0K7 (6%, 34%, 0%, 7%)
(0.06 / 0.34 / 0.00 / 0.07)

CMYK percentages

%5.91
%33.76
%0
%7.06

Codes

Color #DF9DED in popluar color models

DF 9D ED
RGB 223 157 237
HSL 290° 68.97% 77.25%
HSB/HSV 290° 33.76% 92.94%
CMYK 5.91% 33.76% 0.00%
7.06%

Color #DF9DED in popluar number systems.

HEX DF 9D ED
Decimal 223 157 237
Binary 11011111 10011101 11101101
Octal 337 235 355

Shades and tints

Shades of #DF9DED

#DF9DED
(223,157,237)
#CB8FD8
(203,143,216)
#B781C3
(183,129,195)
#A373AE
(163,115,174)
#8F6599
(143,101,153)
#7B5784
(123,87,132)
#67496F
(103,73,111)
#533B5A
(83,59,90)
#3F2D45
(63,45,69)
#2B1F30
(43,31,48)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #DF9DED

#DF9DED
(223,157,237)
#E1A5EE
(225,165,238)
#E3ADEF
(227,173,239)
#E5B5F0
(229,181,240)
#E7BDF1
(231,189,241)
#E9C5F2
(233,197,242)
#EBCDF3
(235,205,243)
#EDD5F4
(237,213,244)
#EFDDF5
(239,221,245)
#F1E5F6
(241,229,246)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9DED color. Also use rgb(223,157,237) instead hex code.

Text Font Color

.myTextColor { color: #DF9DED; }

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

This text font color is #DF9DED.

Background Color

.myBgColor { background-color: #DF9DED; }

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

This div background color is #DF9DED.

Border color

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

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

This div border color is #DF9DED.

Opacity

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

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

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

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

This text has shadow with #DF9DED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF9DED.

Preview

Color preview on black background

This text has color #DF9DED on black background.


Color preview on white background

This text has color #DF9DED on white background.


Black color preview on #DF9DED background

This text has black color on #DF9DED background.


White color preview on #DF9DED background

This text has white color on #DF9DED background.


Related colors

Complementary color

Complementary color for #hex is #206212.


I love getcolorcode.com

Triadic colors

1 #EDDF9D and #9DEDDF with #DF9DED are triadic colors.

2 #ED9DDF and #9DDFED with #DF9DED are triadic colors.