COLOR #DFBEF3

HEX: #DFBEF3 RGB: (223,190,243)

Color info

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

RGB color model

#DFBEF3 color RGB value is (223,190,243).

RGB: (223,190,243) (87%, 75%, 95%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 243 of 255 = 95%

223
190
243

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

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 243 = 656 (100%)
R 223 of 656 ~ 33.99%
G 190 of 656 ~ 28.96%
B 243 of 656 ~ 37.04'%

%33.99
%28.96
%37.04

CMYK color model

#DFBEF3 color CMYK value is (8,22,0,5).

  • cyan value is 8.23%
  • magenta value is 21.81%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (8,22,0,5)
C8M22Y0K5 (8%, 22%, 0%, 5%)
(0.08 / 0.22 / 0.00 / 0.05)

CMYK percentages

%8.23
%21.81
%0
%4.71

Codes

Color #DFBEF3 in popluar color models

DF BE F3
RGB 223 190 243
HSL 277° 68.83% 84.90%
HSB/HSV 277° 21.81% 95.29%
CMYK 8.23% 21.81% 0.00%
4.71%

Color #DFBEF3 in popluar number systems.

HEX DF BE F3
Decimal 223 190 243
Binary 11011111 10111110 11110011
Octal 337 276 363

Shades and tints

Shades of #DFBEF3

#DFBEF3
(223,190,243)
#CBADDD
(203,173,221)
#B79CC7
(183,156,199)
#A38BB1
(163,139,177)
#8F7A9B
(143,122,155)
#7B6985
(123,105,133)
#67586F
(103,88,111)
#534759
(83,71,89)
#3F3643
(63,54,67)
#2B252D
(43,37,45)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #DFBEF3

#DFBEF3
(223,190,243)
#E1C3F4
(225,195,244)
#E3C8F5
(227,200,245)
#E5CDF6
(229,205,246)
#E7D2F7
(231,210,247)
#E9D7F8
(233,215,248)
#EBDCF9
(235,220,249)
#EDE1FA
(237,225,250)
#EFE6FB
(239,230,251)
#F1EBFC
(241,235,252)
#F3F0FD
(243,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBEF3; }

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

This text font color is #DFBEF3.

Background Color

.myBgColor { background-color: #DFBEF3; }

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

This div background color is #DFBEF3.

Border color

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

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

This div border color is #DFBEF3.

Opacity

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

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

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

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

This text has shadow with #DFBEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBEF3.

Preview

Color preview on black background

This text has color #DFBEF3 on black background.


Color preview on white background

This text has color #DFBEF3 on white background.


Black color preview on #DFBEF3 background

This text has black color on #DFBEF3 background.


White color preview on #DFBEF3 background

This text has white color on #DFBEF3 background.


Related colors

Complementary color

Complementary color for #hex is #20410C.


I love getcolorcode.com

Triadic colors

1 #F3DFBE and #BEF3DF with #DFBEF3 are triadic colors.

2 #F3BEDF and #BEDFF3 with #DFBEF3 are triadic colors.