COLOR #DFBEF5

HEX: #DFBEF5
RGB: (223,190,245)

Color info

#DFBEF5 contains red, green and blue colors in about the same proportion. Web safe color of #DFBEF5 is #CCCCFF (or #CCF).

RGB color model

#DFBEF5 color RGB value is (223,190,245).

  • red value is 223;
  • green value is 190;
  • blue value is 245.
RGB:
(223,190,245)
(87%,75%,96%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 245 of 255 = 96%

223
190
245

R + G + B ~ 86%. #DFBEF5 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 190 + 245 = 658 (100%)
R 223 of 658 ~ 33.89%
G 190 of 658 ~ 28.88%
B 245 of 658 ~ 37.23%

%33.89
%28.88
%37.23

CMYK color model

#DFBEF5 color CMYK value is (9,22,0,4).

  • cyan value is 8.98%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(9,22,0,4)
C9M22Y0K4 
(9%,22%,0%,4%)
(0.09/0.22/0.00/0.04)	

CMYK percentages

%8.98
%22.45
%0
%3.92

Codes

Color #DFBEF5 in popluar color models

DFBEF5
RGB223190245
HSL276°73.33%85.29%
HSB/HSV276°22.45%96.08%
CMYK8.98%22.45%0.00%
3.92%

Color #DFBEF5 in popluar number systems.

HEXDFBEF5
Decimal223190245
Binary110111111011111011110101
Octal337276365

Shades and tints

Shades of #DFBEF5

#DFBEF5
(223,190,245)
#CBADDF
(203,173,223)
#B79CC9
(183,156,201)
#A38BB3
(163,139,179)
#8F7A9D
(143,122,157)
#7B6987
(123,105,135)
#675871
(103,88,113)
#53475B
(83,71,91)
#3F3645
(63,54,69)
#2B252F
(43,37,47)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #DFBEF5

#DFBEF5
(223,190,245)
#E1C3F5
(225,195,245)
#E3C8F5
(227,200,245)
#E5CDF5
(229,205,245)
#E7D2F5
(231,210,245)
#E9D7F5
(233,215,245)
#EBDCF5
(235,220,245)
#EDE1F5
(237,225,245)
#EFE6F5
(239,230,245)
#F1EBF5
(241,235,245)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBEF5 color. Also use rgb(223,190,245) instead hex code.

Text Font Color

.myTextColor { color: #DFBEF5; }

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

This text font color is #DFBEF5.


Background Color

.myBgColor { background-color: #DFBEF5; }

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

This div background color is #DFBEF5.


Border color

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

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

This div border color is #DFBEF5.


Opacity

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

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

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

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

This text has shadow with #DFBEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBEF5 on black background.


Color preview on white background

This text has color #DFBEF5 on white background.



Black color preview on #DFBEF5 background

This text has black color on #DFBEF5 background.


White color preview on #DFBEF5 background

This text has white color on #DFBEF5 background.