COLOR #DFB8E4

HEX: #DFB8E4 RGB: (223,184,228)

Color info

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

RGB color model

#DFB8E4 color RGB value is (223,184,228).

RGB: (223,184,228) (87%, 72%, 89%)

RGB channels and saturation

R 223 of 255 = 87%
G 184 of 255 = 72%
B 228 of 255 = 89%

223
184
228

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

Portions of RGB colors in percentages

R + G + B = 223 + 184 + 228 = 635 (100%)
R 223 of 635 ~ 35.12%
G 184 of 635 ~ 28.98%
B 228 of 635 ~ 35.91'%

%35.12
%28.98
%35.91

CMYK color model

#DFB8E4 color CMYK value is (2,19,0,11).

  • cyan value is 2.19%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (2,19,0,11) C2M19Y0K11 (2%,19%,0%,11%) (0.02/0.19/0.00/0.11) 

CMYK percentages

%2.19
%19.3
%0
%10.59

Codes

Color #DFB8E4 in popluar color models

DF B8 E4
RGB 223 184 228
HSL 293° 44.90% 80.78%
HSB/HSV 293° 19.30% 89.41%
CMYK 2.19% 19.30% 0.00%
10.59%

Color #DFB8E4 in popluar number systems.

HEX DF B8 E4
Decimal 223 184 228
Binary 11011111 10111000 11100100
Octal 337 270 344

Shades and tints

Shades of #DFB8E4

#DFB8E4
(223,184,228)
#CBA8D0
(203,168,208)
#B798BC
(183,152,188)
#A388A8
(163,136,168)
#8F7894
(143,120,148)
#7B6880
(123,104,128)
#67586C
(103,88,108)
#534858
(83,72,88)
#3F3844
(63,56,68)
#2B2830
(43,40,48)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #DFB8E4

#DFB8E4
(223,184,228)
#E1BEE6
(225,190,230)
#E3C4E8
(227,196,232)
#E5CAEA
(229,202,234)
#E7D0EC
(231,208,236)
#E9D6EE
(233,214,238)
#EBDCF0
(235,220,240)
#EDE2F2
(237,226,242)
#EFE8F4
(239,232,244)
#F1EEF6
(241,238,246)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB8E4 color. Also use rgb(223,184,228) instead hex code.

Text Font Color

.myTextColor { color: #DFB8E4; }

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

This text font color is #DFB8E4.

Background Color

.myBgColor { background-color: #DFB8E4; }

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

This div background color is #DFB8E4.

Border color

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

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

This div border color is #DFB8E4.

Opacity

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

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

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

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

This text has shadow with #DFB8E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB8E4.

Preview

Color preview on black background

This text has color #DFB8E4 on black background.


Color preview on white background

This text has color #DFB8E4 on white background.


Black color preview on #DFB8E4 background

This text has black color on #DFB8E4 background.


White color preview on #DFB8E4 background

This text has white color on #DFB8E4 background.


Related colors

Complementary color

Complementary color for #hex is #20471B.


I love getcolorcode.com

Triadic colors

1 #E4DFB8 and #B8E4DF with #DFB8E4 are triadic colors.

2 #E4B8DF and #B8DFE4 with #DFB8E4 are triadic colors.