COLOR #DFBFEE

HEX: #DFBFEE
RGB: (223,191,238)

Color info

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

RGB color model

#DFBFEE color RGB value is (223,191,238).

  • red value is 223;
  • green value is 191;
  • blue value is 238.
RGB:
(223,191,238)
(87%,75%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 238 of 255 = 93%

223
191
238

R + G + B ~ 85%. #DFBFEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 191 + 238 = 652 (100%)
R 223 of 652 ~ 34.2%
G 191 of 652 ~ 29.29%
B 238 of 652 ~ 36.5%

%34.2
%29.29
%36.5

CMYK color model

#DFBFEE color CMYK value is (6,20,0,7).

  • cyan value is 6.30%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,20,0,7)
C6M20Y0K7 
(6%,20%,0%,7%)
(0.06/0.20/0.00/0.07)	

CMYK percentages

%6.3
%19.75
%0
%6.67

Codes

Color #DFBFEE in popluar color models

DFBFEE
RGB223191238
HSL281°58.02%84.12%
HSB/HSV281°19.75%93.33%
CMYK6.30%19.75%0.00%
6.67%

Color #DFBFEE in popluar number systems.

HEXDFBFEE
Decimal223191238
Binary110111111011111111101110
Octal337277356

Shades and tints

Shades of #DFBFEE

#DFBFEE
(223,191,238)
#CBAED9
(203,174,217)
#B79DC4
(183,157,196)
#A38CAF
(163,140,175)
#8F7B9A
(143,123,154)
#7B6A85
(123,106,133)
#675970
(103,89,112)
#53485B
(83,72,91)
#3F3746
(63,55,70)
#2B2631
(43,38,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #DFBFEE

#DFBFEE
(223,191,238)
#E1C4EF
(225,196,239)
#E3C9F0
(227,201,240)
#E5CEF1
(229,206,241)
#E7D3F2
(231,211,242)
#E9D8F3
(233,216,243)
#EBDDF4
(235,221,244)
#EDE2F5
(237,226,245)
#EFE7F6
(239,231,246)
#F1ECF7
(241,236,247)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBFEE color. Also use rgb(223,191,238) instead hex code.

Text Font Color

.myTextColor { color: #DFBFEE; }

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

This text font color is #DFBFEE.


Background Color

.myBgColor { background-color: #DFBFEE; }

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

This div background color is #DFBFEE.


Border color

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

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

This div border color is #DFBFEE.


Opacity

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

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

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

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

This text has shadow with #DFBFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBFEE on black background.


Color preview on white background

This text has color #DFBFEE on white background.



Black color preview on #DFBFEE background

This text has black color on #DFBFEE background.


White color preview on #DFBFEE background

This text has white color on #DFBFEE background.