COLOR #DFADD2

HEX: #DFADD2
RGB: (223,173,210)

Color info

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

RGB color model

#DFADD2 color RGB value is (223,173,210).

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

RGB channels and saturation

R 223 of 255 = 87%
G 173 of 255 = 68%
B 210 of 255 = 82%

223
173
210

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

Portions of RGB colors in percentages

R + G + B =
223 + 173 + 210 = 606 (100%)
R 223 of 606 ~ 36.8%
G 173 of 606 ~ 28.55%
B 210 of 606 ~ 34.65%

%36.8
%28.55
%34.65

CMYK color model

#DFADD2 color CMYK value is (0,22,6,13).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 5.83%
  • key color value is 12.55%
CMYK:
(0,22,6,13)
C0M22Y6K13 
(0%,22%,6%,13%)
(0.00/0.22/0.06/0.13)	

CMYK percentages

%0
%22.42
%5.83
%12.55

Codes

Color #DFADD2 in popluar color models

DFADD2
RGB223173210
HSL316°43.86%77.65%
HSB/HSV316°22.42%87.45%
CMYK0.00%22.42%5.83%
12.55%

Color #DFADD2 in popluar number systems.

HEXDFADD2
Decimal223173210
Binary110111111010110111010010
Octal337255322

Shades and tints

Shades of #DFADD2

#DFADD2
(223,173,210)
#CB9EBF
(203,158,191)
#B78FAC
(183,143,172)
#A38099
(163,128,153)
#8F7186
(143,113,134)
#7B6273
(123,98,115)
#675360
(103,83,96)
#53444D
(83,68,77)
#3F353A
(63,53,58)
#2B2627
(43,38,39)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #DFADD2

#DFADD2
(223,173,210)
#E1B4D6
(225,180,214)
#E3BBDA
(227,187,218)
#E5C2DE
(229,194,222)
#E7C9E2
(231,201,226)
#E9D0E6
(233,208,230)
#EBD7EA
(235,215,234)
#EDDEEE
(237,222,238)
#EFE5F2
(239,229,242)
#F1ECF6
(241,236,246)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFADD2; }

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

This text font color is #DFADD2.


Background Color

.myBgColor { background-color: #DFADD2; }

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

This div background color is #DFADD2.


Border color

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

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

This div border color is #DFADD2.


Opacity

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

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

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

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

This text has shadow with #DFADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFADD2 on black background.


Color preview on white background

This text has color #DFADD2 on white background.



Black color preview on #DFADD2 background

This text has black color on #DFADD2 background.


White color preview on #DFADD2 background

This text has white color on #DFADD2 background.