COLOR #DFB2E4

HEX: #DFB2E4
RGB: (223,178,228)

Color info

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

RGB color model

#DFB2E4 color RGB value is (223,178,228).

  • red value is 223;
  • green value is 178;
  • blue value is 228.
RGB:
(223,178,228)
(87%,70%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 178 of 255 = 70%
B 228 of 255 = 89%

223
178
228

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

Portions of RGB colors in percentages

R + G + B =
223 + 178 + 228 = 629 (100%)
R 223 of 629 ~ 35.45%
G 178 of 629 ~ 28.3%
B 228 of 629 ~ 36.25%

%35.45
%28.3
%36.25

CMYK color model

#DFB2E4 color CMYK value is (2,22,0,11).

  • cyan value is 2.19%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(2,22,0,11)
C2M22Y0K11 
(2%,22%,0%,11%)
(0.02/0.22/0.00/0.11)	

CMYK percentages

%2.19
%21.93
%0
%10.59

Codes

Color #DFB2E4 in popluar color models

DFB2E4
RGB223178228
HSL294°48.08%79.61%
HSB/HSV294°21.93%89.41%
CMYK2.19%21.93%0.00%
10.59%

Color #DFB2E4 in popluar number systems.

HEXDFB2E4
Decimal223178228
Binary110111111011001011100100
Octal337262344

Shades and tints

Shades of #DFB2E4

#DFB2E4
(223,178,228)
#CBA2D0
(203,162,208)
#B792BC
(183,146,188)
#A382A8
(163,130,168)
#8F7294
(143,114,148)
#7B6280
(123,98,128)
#67526C
(103,82,108)
#534258
(83,66,88)
#3F3244
(63,50,68)
#2B2230
(43,34,48)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #DFB2E4

#DFB2E4
(223,178,228)
#E1B9E6
(225,185,230)
#E3C0E8
(227,192,232)
#E5C7EA
(229,199,234)
#E7CEEC
(231,206,236)
#E9D5EE
(233,213,238)
#EBDCF0
(235,220,240)
#EDE3F2
(237,227,242)
#EFEAF4
(239,234,244)
#F1F1F6
(241,241,246)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB2E4 color. Also use rgb(223,178,228) instead hex code.

Text Font Color

.myTextColor { color: #DFB2E4; }

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

This text font color is #DFB2E4.


Background Color

.myBgColor { background-color: #DFB2E4; }

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

This div background color is #DFB2E4.


Border color

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

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

This div border color is #DFB2E4.


Opacity

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

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

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

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

This text has shadow with #DFB2E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB2E4 on black background.


Color preview on white background

This text has color #DFB2E4 on white background.



Black color preview on #DFB2E4 background

This text has black color on #DFB2E4 background.


White color preview on #DFB2E4 background

This text has white color on #DFB2E4 background.