COLOR #DFACE1

HEX: #DFACE1
RGB: (223,172,225)

Color info

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

RGB color model

#DFACE1 color RGB value is (223,172,225).

  • red value is 223;
  • green value is 172;
  • blue value is 225.
RGB:
(223,172,225)
(87%,67%,88%)

RGB channels and saturation

R 223 of 255 = 87%
G 172 of 255 = 67%
B 225 of 255 = 88%

223
172
225

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

Portions of RGB colors in percentages

R + G + B =
223 + 172 + 225 = 620 (100%)
R 223 of 620 ~ 35.97%
G 172 of 620 ~ 27.74%
B 225 of 620 ~ 36.29%

%35.97
%27.74
%36.29

CMYK color model

#DFACE1 color CMYK value is (1,24,0,12).

  • cyan value is 0.89%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,24,0,12)
C1M24Y0K12 
(1%,24%,0%,12%)
(0.01/0.24/0.00/0.12)	

CMYK percentages

%0.89
%23.56
%0
%11.76

Codes

Color #DFACE1 in popluar color models

DFACE1
RGB223172225
HSL298°46.90%77.84%
HSB/HSV298°23.56%88.24%
CMYK0.89%23.56%0.00%
11.76%

Color #DFACE1 in popluar number systems.

HEXDFACE1
Decimal223172225
Binary110111111010110011100001
Octal337254341

Shades and tints

Shades of #DFACE1

#DFACE1
(223,172,225)
#CB9DCD
(203,157,205)
#B78EB9
(183,142,185)
#A37FA5
(163,127,165)
#8F7091
(143,112,145)
#7B617D
(123,97,125)
#675269
(103,82,105)
#534355
(83,67,85)
#3F3441
(63,52,65)
#2B252D
(43,37,45)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #DFACE1

#DFACE1
(223,172,225)
#E1B3E3
(225,179,227)
#E3BAE5
(227,186,229)
#E5C1E7
(229,193,231)
#E7C8E9
(231,200,233)
#E9CFEB
(233,207,235)
#EBD6ED
(235,214,237)
#EDDDEF
(237,221,239)
#EFE4F1
(239,228,241)
#F1EBF3
(241,235,243)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFACE1 color. Also use rgb(223,172,225) instead hex code.

Text Font Color

.myTextColor { color: #DFACE1; }

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

This text font color is #DFACE1.


Background Color

.myBgColor { background-color: #DFACE1; }

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

This div background color is #DFACE1.


Border color

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

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

This div border color is #DFACE1.


Opacity

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

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

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

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

This text has shadow with #DFACE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFACE1 on black background.


Color preview on white background

This text has color #DFACE1 on white background.



Black color preview on #DFACE1 background

This text has black color on #DFACE1 background.


White color preview on #DFACE1 background

This text has white color on #DFACE1 background.