COLOR #DFAED0

HEX: #DFAED0
RGB: (223,174,208)

Color info

#DFAED0 contains red, green and blue colors in about the same proportion. Web safe color of #DFAED0 is #CC99CC (or #C9C).

RGB color model

#DFAED0 color RGB value is (223,174,208).

  • red value is 223;
  • green value is 174;
  • blue value is 208.
RGB:
(223,174,208)
(87%,68%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 208 of 255 = 82%

223
174
208

R + G + B ~ 79%. #DFAED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 174 + 208 = 605 (100%)
R 223 of 605 ~ 36.86%
G 174 of 605 ~ 28.76%
B 208 of 605 ~ 34.38%

%36.86
%28.76
%34.38

CMYK color model

#DFAED0 color CMYK value is (0,22,7,13).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 6.73%
  • key color value is 12.55%
CMYK:
(0,22,7,13)
C0M22Y7K13 
(0%,22%,7%,13%)
(0.00/0.22/0.07/0.13)	

CMYK percentages

%0
%21.97
%6.73
%12.55

Codes

Color #DFAED0 in popluar color models

DFAED0
RGB223174208
HSL318°43.36%77.84%
HSB/HSV318°21.97%87.45%
CMYK0.00%21.97%6.73%
12.55%

Color #DFAED0 in popluar number systems.

HEXDFAED0
Decimal223174208
Binary110111111010111011010000
Octal337256320

Shades and tints

Shades of #DFAED0

#DFAED0
(223,174,208)
#CB9FBE
(203,159,190)
#B790AC
(183,144,172)
#A3819A
(163,129,154)
#8F7288
(143,114,136)
#7B6376
(123,99,118)
#675464
(103,84,100)
#534552
(83,69,82)
#3F3640
(63,54,64)
#2B272E
(43,39,46)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #DFAED0

#DFAED0
(223,174,208)
#E1B5D4
(225,181,212)
#E3BCD8
(227,188,216)
#E5C3DC
(229,195,220)
#E7CAE0
(231,202,224)
#E9D1E4
(233,209,228)
#EBD8E8
(235,216,232)
#EDDFEC
(237,223,236)
#EFE6F0
(239,230,240)
#F1EDF4
(241,237,244)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAED0; }

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

This text font color is #DFAED0.


Background Color

.myBgColor { background-color: #DFAED0; }

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

This div background color is #DFAED0.


Border color

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

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

This div border color is #DFAED0.


Opacity

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

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

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

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

This text has shadow with #DFAED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAED0 on black background.


Color preview on white background

This text has color #DFAED0 on white background.



Black color preview on #DFAED0 background

This text has black color on #DFAED0 background.


White color preview on #DFAED0 background

This text has white color on #DFAED0 background.