COLOR #DFB8E6

HEX: #DFB8E6 RGB: (223,184,230)

Color info

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

RGB color model

#DFB8E6 color RGB value is (223,184,230).

RGB: (223,184,230) (87%, 72%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 184 of 255 = 72%
B 230 of 255 = 90%

223
184
230

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

Portions of RGB colors in percentages

R + G + B = 223 + 184 + 230 = 637 (100%)
R 223 of 637 ~ 35.01%
G 184 of 637 ~ 28.89%
B 230 of 637 ~ 36.11'%

%35.01
%28.89
%36.11

CMYK color model

#DFB8E6 color CMYK value is (3,20,0,10).

  • cyan value is 3.04%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (3,20,0,10)
C3M20Y0K10 (3%, 20%, 0%, 10%)
(0.03 / 0.20 / 0.00 / 0.10)

CMYK percentages

%3.04
%20
%0
%9.8

Codes

Color #DFB8E6 in popluar color models

DF B8 E6
RGB 223 184 230
HSL 291° 47.92% 81.18%
HSB/HSV 291° 20.00% 90.20%
CMYK 3.04% 20.00% 0.00%
9.80%

Color #DFB8E6 in popluar number systems.

HEX DF B8 E6
Decimal 223 184 230
Binary 11011111 10111000 11100110
Octal 337 270 346

Shades and tints

Shades of #DFB8E6

#DFB8E6
(223,184,230)
#CBA8D2
(203,168,210)
#B798BE
(183,152,190)
#A388AA
(163,136,170)
#8F7896
(143,120,150)
#7B6882
(123,104,130)
#67586E
(103,88,110)
#53485A
(83,72,90)
#3F3846
(63,56,70)
#2B2832
(43,40,50)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #DFB8E6

#DFB8E6
(223,184,230)
#E1BEE8
(225,190,232)
#E3C4EA
(227,196,234)
#E5CAEC
(229,202,236)
#E7D0EE
(231,208,238)
#E9D6F0
(233,214,240)
#EBDCF2
(235,220,242)
#EDE2F4
(237,226,244)
#EFE8F6
(239,232,246)
#F1EEF8
(241,238,248)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB8E6; }

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

This text font color is #DFB8E6.

Background Color

.myBgColor { background-color: #DFB8E6; }

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

This div background color is #DFB8E6.

Border color

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

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

This div border color is #DFB8E6.

Opacity

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

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

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

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

This text has shadow with #DFB8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB8E6.

Preview

Color preview on black background

This text has color #DFB8E6 on black background.


Color preview on white background

This text has color #DFB8E6 on white background.


Black color preview on #DFB8E6 background

This text has black color on #DFB8E6 background.


White color preview on #DFB8E6 background

This text has white color on #DFB8E6 background.


Related colors

Complementary color

Complementary color for #hex is #204719.


I love getcolorcode.com

Triadic colors

1 #E6DFB8 and #B8E6DF with #DFB8E6 are triadic colors.

2 #E6B8DF and #B8DFE6 with #DFB8E6 are triadic colors.