COLOR #DFAEED

HEX: #DFAEED RGB: (223,174,237)

Color info

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

RGB color model

#DFAEED color RGB value is (223,174,237).

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

RGB channels and saturation

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

223
174
237

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

Portions of RGB colors in percentages

R + G + B = 223 + 174 + 237 = 634 (100%)
R 223 of 634 ~ 35.17%
G 174 of 634 ~ 27.44%
B 237 of 634 ~ 37.38'%

%35.17
%27.44
%37.38

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 26.58%
  • 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
%26.58
%0
%7.06

Codes

Color #DFAEED in popluar color models

DF AE ED
RGB 223 174 237
HSL 287° 63.64% 80.59%
HSB/HSV 287° 26.58% 92.94%
CMYK 5.91% 26.58% 0.00%
7.06%

Color #DFAEED in popluar number systems.

HEX DF AE ED
Decimal 223 174 237
Binary 11011111 10101110 11101101
Octal 337 256 355

Shades and tints

Shades of #DFAEED

#DFAEED
(223,174,237)
#CB9FD8
(203,159,216)
#B790C3
(183,144,195)
#A381AE
(163,129,174)
#8F7299
(143,114,153)
#7B6384
(123,99,132)
#67546F
(103,84,111)
#53455A
(83,69,90)
#3F3645
(63,54,69)
#2B2730
(43,39,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #DFAEED

#DFAEED
(223,174,237)
#E1B5EE
(225,181,238)
#E3BCEF
(227,188,239)
#E5C3F0
(229,195,240)
#E7CAF1
(231,202,241)
#E9D1F2
(233,209,242)
#EBD8F3
(235,216,243)
#EDDFF4
(237,223,244)
#EFE6F5
(239,230,245)
#F1EDF6
(241,237,246)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAEED; }

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

This text font color is #DFAEED.

Background Color

.myBgColor { background-color: #DFAEED; }

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

This div background color is #DFAEED.

Border color

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

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

This div border color is #DFAEED.

Opacity

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

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

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

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

This text has shadow with #DFAEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFAEED.

Preview

Color preview on black background

This text has color #DFAEED on black background.


Color preview on white background

This text has color #DFAEED on white background.


Black color preview on #DFAEED background

This text has black color on #DFAEED background.


White color preview on #DFAEED background

This text has white color on #DFAEED background.


Related colors

Complementary color

Complementary color for #hex is #205112.


I love getcolorcode.com

Triadic colors

1 #EDDFAE and #AEEDDF with #DFAEED are triadic colors.

2 #EDAEDF and #AEDFED with #DFAEED are triadic colors.