COLOR #DFB5E2

HEX: #DFB5E2
RGB: (223,181,226)

Color info

#DFB5E2 contains red, green and blue colors in about the same proportion. Web safe color of #DFB5E2 is #CCCCCC (or #CCC).

RGB color model

#DFB5E2 color RGB value is (223,181,226).

  • red value is 223;
  • green value is 181;
  • blue value is 226.
RGB:
(223,181,226)
(87%,71%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 181 of 255 = 71%
B 226 of 255 = 89%

223
181
226

R + G + B ~ 82%. #DFB5E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 181 + 226 = 630 (100%)
R 223 of 630 ~ 35.4%
G 181 of 630 ~ 28.73%
B 226 of 630 ~ 35.87%

%35.4
%28.73
%35.87

CMYK color model

#DFB5E2 color CMYK value is (1,20,0,11).

  • cyan value is 1.33%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(1,20,0,11)
C1M20Y0K11 
(1%,20%,0%,11%)
(0.01/0.20/0.00/0.11)	

CMYK percentages

%1.33
%19.91
%0
%11.37

Codes

Color #DFB5E2 in popluar color models

DFB5E2
RGB223181226
HSL296°43.69%79.80%
HSB/HSV296°19.91%88.63%
CMYK1.33%19.91%0.00%
11.37%

Color #DFB5E2 in popluar number systems.

HEXDFB5E2
Decimal223181226
Binary110111111011010111100010
Octal337265342

Shades and tints

Shades of #DFB5E2

#DFB5E2
(223,181,226)
#CBA5CE
(203,165,206)
#B795BA
(183,149,186)
#A385A6
(163,133,166)
#8F7592
(143,117,146)
#7B657E
(123,101,126)
#67556A
(103,85,106)
#534556
(83,69,86)
#3F3542
(63,53,66)
#2B252E
(43,37,46)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #DFB5E2

#DFB5E2
(223,181,226)
#E1BBE4
(225,187,228)
#E3C1E6
(227,193,230)
#E5C7E8
(229,199,232)
#E7CDEA
(231,205,234)
#E9D3EC
(233,211,236)
#EBD9EE
(235,217,238)
#EDDFF0
(237,223,240)
#EFE5F2
(239,229,242)
#F1EBF4
(241,235,244)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB5E2 color. Also use rgb(223,181,226) instead hex code.

Text Font Color

.myTextColor { color: #DFB5E2; }

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

This text font color is #DFB5E2.


Background Color

.myBgColor { background-color: #DFB5E2; }

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

This div background color is #DFB5E2.


Border color

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

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

This div border color is #DFB5E2.


Opacity

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

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

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

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

This text has shadow with #DFB5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB5E2 on black background.


Color preview on white background

This text has color #DFB5E2 on white background.



Black color preview on #DFB5E2 background

This text has black color on #DFB5E2 background.


White color preview on #DFB5E2 background

This text has white color on #DFB5E2 background.