COLOR #DFB8E8

HEX: #DFB8E8 RGB: (223,184,232)

Color info

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

RGB color model

#DFB8E8 color RGB value is (223,184,232).

RGB: (223,184,232) (87%, 72%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 184 of 255 = 72%
B 232 of 255 = 91%

223
184
232

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

Portions of RGB colors in percentages

R + G + B = 223 + 184 + 232 = 639 (100%)
R 223 of 639 ~ 34.9%
G 184 of 639 ~ 28.79%
B 232 of 639 ~ 36.31'%

%34.9
%28.79
%36.31

CMYK color model

#DFB8E8 color CMYK value is (4,21,0,9).

  • cyan value is 3.88%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (4,21,0,9)
C4M21Y0K9 (4%, 21%, 0%, 9%)
(0.04 / 0.21 / 0.00 / 0.09)

CMYK percentages

%3.88
%20.69
%0
%9.02

Codes

Color #DFB8E8 in popluar color models

DF B8 E8
RGB 223 184 232
HSL 289° 51.06% 81.57%
HSB/HSV 289° 20.69% 90.98%
CMYK 3.88% 20.69% 0.00%
9.02%

Color #DFB8E8 in popluar number systems.

HEX DF B8 E8
Decimal 223 184 232
Binary 11011111 10111000 11101000
Octal 337 270 350

Shades and tints

Shades of #DFB8E8

#DFB8E8
(223,184,232)
#CBA8D3
(203,168,211)
#B798BE
(183,152,190)
#A388A9
(163,136,169)
#8F7894
(143,120,148)
#7B687F
(123,104,127)
#67586A
(103,88,106)
#534855
(83,72,85)
#3F3840
(63,56,64)
#2B282B
(43,40,43)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #DFB8E8

#DFB8E8
(223,184,232)
#E1BEEA
(225,190,234)
#E3C4EC
(227,196,236)
#E5CAEE
(229,202,238)
#E7D0F0
(231,208,240)
#E9D6F2
(233,214,242)
#EBDCF4
(235,220,244)
#EDE2F6
(237,226,246)
#EFE8F8
(239,232,248)
#F1EEFA
(241,238,250)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB8E8; }

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

This text font color is #DFB8E8.

Background Color

.myBgColor { background-color: #DFB8E8; }

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

This div background color is #DFB8E8.

Border color

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

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

This div border color is #DFB8E8.

Opacity

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

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

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

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

This text has shadow with #DFB8E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB8E8.

Preview

Color preview on black background

This text has color #DFB8E8 on black background.


Color preview on white background

This text has color #DFB8E8 on white background.


Black color preview on #DFB8E8 background

This text has black color on #DFB8E8 background.


White color preview on #DFB8E8 background

This text has white color on #DFB8E8 background.


Related colors

Complementary color

Complementary color for #hex is #204717.


I love getcolorcode.com

Triadic colors

1 #E8DFB8 and #B8E8DF with #DFB8E8 are triadic colors.

2 #E8B8DF and #B8DFE8 with #DFB8E8 are triadic colors.