COLOR #DFB5EE

HEX: #DFB5EE RGB: (223,181,238)

Color info

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

RGB color model

#DFB5EE color RGB value is (223,181,238).

RGB: (223,181,238) (87%, 71%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 181 of 255 = 71%
B 238 of 255 = 93%

223
181
238

R + G + B ~ 84%. #DFB5EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 181 + 238 = 642 (100%)
R 223 of 642 ~ 34.74%
G 181 of 642 ~ 28.19%
B 238 of 642 ~ 37.07'%

%34.74
%28.19
%37.07

CMYK color model

#DFB5EE color CMYK value is (6,24,0,7).

  • cyan value is 6.30%
  • magenta value is 23.95%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (6,24,0,7)
C6M24Y0K7 (6%, 24%, 0%, 7%)
(0.06 / 0.24 / 0.00 / 0.07)

CMYK percentages

%6.3
%23.95
%0
%6.67

Codes

Color #DFB5EE in popluar color models

DF B5 EE
RGB 223 181 238
HSL 284° 62.64% 82.16%
HSB/HSV 284° 23.95% 93.33%
CMYK 6.30% 23.95% 0.00%
6.67%

Color #DFB5EE in popluar number systems.

HEX DF B5 EE
Decimal 223 181 238
Binary 11011111 10110101 11101110
Octal 337 265 356

Shades and tints

Shades of #DFB5EE

#DFB5EE
(223,181,238)
#CBA5D9
(203,165,217)
#B795C4
(183,149,196)
#A385AF
(163,133,175)
#8F759A
(143,117,154)
#7B6585
(123,101,133)
#675570
(103,85,112)
#53455B
(83,69,91)
#3F3546
(63,53,70)
#2B2531
(43,37,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #DFB5EE

#DFB5EE
(223,181,238)
#E1BBEF
(225,187,239)
#E3C1F0
(227,193,240)
#E5C7F1
(229,199,241)
#E7CDF2
(231,205,242)
#E9D3F3
(233,211,243)
#EBD9F4
(235,217,244)
#EDDFF5
(237,223,245)
#EFE5F6
(239,229,246)
#F1EBF7
(241,235,247)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB5EE; }

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

This text font color is #DFB5EE.

Background Color

.myBgColor { background-color: #DFB5EE; }

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

This div background color is #DFB5EE.

Border color

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

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

This div border color is #DFB5EE.

Opacity

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

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

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

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

This text has shadow with #DFB5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB5EE.

Preview

Color preview on black background

This text has color #DFB5EE on black background.


Color preview on white background

This text has color #DFB5EE on white background.


Black color preview on #DFB5EE background

This text has black color on #DFB5EE background.


White color preview on #DFB5EE background

This text has white color on #DFB5EE background.


Related colors

Complementary color

Complementary color for #hex is #204A11.


I love getcolorcode.com

Triadic colors

1 #EEDFB5 and #B5EEDF with #DFB5EE are triadic colors.

2 #EEB5DF and #B5DFEE with #DFB5EE are triadic colors.