COLOR #DFADED

HEX: #DFADED RGB: (223,173,237)

Color info

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

RGB color model

#DFADED color RGB value is (223,173,237).

RGB: (223,173,237) (87%, 68%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 173 of 255 = 68%
B 237 of 255 = 93%

223
173
237

R + G + B ~ 83%. #DFADED is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 173 + 237 = 633 (100%)
R 223 of 633 ~ 35.23%
G 173 of 633 ~ 27.33%
B 237 of 633 ~ 37.44'%

%35.23
%27.33
%37.44

CMYK color model

#DFADED color CMYK value is (6,27,0,7).

  • cyan value is 5.91%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (6,27,0,7) C6M27Y0K7 (6%,27%,0%,7%) (0.06/0.27/0.00/0.07) 

CMYK percentages

%5.91
%27
%0
%7.06

Codes

Color #DFADED in popluar color models

DF AD ED
RGB 223 173 237
HSL 287° 64.00% 80.39%
HSB/HSV 287° 27.00% 92.94%
CMYK 5.91% 27.00% 0.00%
7.06%

Color #DFADED in popluar number systems.

HEX DF AD ED
Decimal 223 173 237
Binary 11011111 10101101 11101101
Octal 337 255 355

Shades and tints

Shades of #DFADED

#DFADED
(223,173,237)
#CB9ED8
(203,158,216)
#B78FC3
(183,143,195)
#A380AE
(163,128,174)
#8F7199
(143,113,153)
#7B6284
(123,98,132)
#67536F
(103,83,111)
#53445A
(83,68,90)
#3F3545
(63,53,69)
#2B2630
(43,38,48)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #DFADED

#DFADED
(223,173,237)
#E1B4EE
(225,180,238)
#E3BBEF
(227,187,239)
#E5C2F0
(229,194,240)
#E7C9F1
(231,201,241)
#E9D0F2
(233,208,242)
#EBD7F3
(235,215,243)
#EDDEF4
(237,222,244)
#EFE5F5
(239,229,245)
#F1ECF6
(241,236,246)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFADED; }

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

This text font color is #DFADED.

Background Color

.myBgColor { background-color: #DFADED; }

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

This div background color is #DFADED.

Border color

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

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

This div border color is #DFADED.

Opacity

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

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

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

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

This text has shadow with #DFADED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFADED.

Preview

Color preview on black background

This text has color #DFADED on black background.


Color preview on white background

This text has color #DFADED on white background.


Black color preview on #DFADED background

This text has black color on #DFADED background.


White color preview on #DFADED background

This text has white color on #DFADED background.


Related colors

Complementary color

Complementary color for #hex is #205212.


I love getcolorcode.com

Triadic colors

1 #EDDFAD and #ADEDDF with #DFADED are triadic colors.

2 #EDADDF and #ADDFED with #DFADED are triadic colors.