COLOR #DFBCE0

HEX: #DFBCE0 RGB: (223,188,224)

Color info

#DFBCE0 contains red, green and blue colors in about the same proportion. Web safe color of #DFBCE0 is #CCCCCC (or #CCC).

RGB color model

#DFBCE0 color RGB value is (223,188,224).

RGB: (223,188,224) (87%, 74%, 88%)

RGB channels and saturation

R 223 of 255 = 87%
G 188 of 255 = 74%
B 224 of 255 = 88%

223
188
224

R + G + B ~ 83%. #DFBCE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 188 + 224 = 635 (100%)
R 223 of 635 ~ 35.12%
G 188 of 635 ~ 29.61%
B 224 of 635 ~ 35.28'%

%35.12
%29.61
%35.28

CMYK color model

#DFBCE0 color CMYK value is (0,16,0,12).

  • cyan value is 0.45%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (0,16,0,12)
C0M16Y0K12 (0%, 16%, 0%, 12%)
(0.00 / 0.16 / 0.00 / 0.12)

CMYK percentages

%0.45
%16.07
%0
%12.16

Codes

Color #DFBCE0 in popluar color models

DF BC E0
RGB 223 188 224
HSL 298° 36.73% 80.78%
HSB/HSV 298° 16.07% 87.84%
CMYK 0.45% 16.07% 0.00%
12.16%

Color #DFBCE0 in popluar number systems.

HEX DF BC E0
Decimal 223 188 224
Binary 11011111 10111100 11100000
Octal 337 274 340

Shades and tints

Shades of #DFBCE0

#DFBCE0
(223,188,224)
#CBABCC
(203,171,204)
#B79AB8
(183,154,184)
#A389A4
(163,137,164)
#8F7890
(143,120,144)
#7B677C
(123,103,124)
#675668
(103,86,104)
#534554
(83,69,84)
#3F3440
(63,52,64)
#2B232C
(43,35,44)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #DFBCE0

#DFBCE0
(223,188,224)
#E1C2E2
(225,194,226)
#E3C8E4
(227,200,228)
#E5CEE6
(229,206,230)
#E7D4E8
(231,212,232)
#E9DAEA
(233,218,234)
#EBE0EC
(235,224,236)
#EDE6EE
(237,230,238)
#EFECF0
(239,236,240)
#F1F2F2
(241,242,242)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBCE0 color. Also use rgb(223,188,224) instead hex code.

Text Font Color

.myTextColor { color: #DFBCE0; }

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

This text font color is #DFBCE0.

Background Color

.myBgColor { background-color: #DFBCE0; }

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

This div background color is #DFBCE0.

Border color

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

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

This div border color is #DFBCE0.

Opacity

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

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

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

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

This text has shadow with #DFBCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBCE0.

Preview

Color preview on black background

This text has color #DFBCE0 on black background.


Color preview on white background

This text has color #DFBCE0 on white background.


Black color preview on #DFBCE0 background

This text has black color on #DFBCE0 background.


White color preview on #DFBCE0 background

This text has white color on #DFBCE0 background.


Related colors

Complementary color

Complementary color for #hex is #20431F.


I love getcolorcode.com

Triadic colors

1 #E0DFBC and #BCE0DF with #DFBCE0 are triadic colors.

2 #E0BCDF and #BCDFE0 with #DFBCE0 are triadic colors.