COLOR #DFB8F5

HEX: #DFB8F5 RGB: (223,184,245)

Color info

#DFB8F5 contains mainly red and blue colors. Web safe color of #DFB8F5 is #CCCCFF (or #CCF).

RGB color model

#DFB8F5 color RGB value is (223,184,245).

RGB: (223,184,245) (87%, 72%, 96%)

RGB channels and saturation

R 223 of 255 = 87%
G 184 of 255 = 72%
B 245 of 255 = 96%

223
184
245

R + G + B ~ 85%. #DFB8F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 184 + 245 = 652 (100%)
R 223 of 652 ~ 34.2%
G 184 of 652 ~ 28.22%
B 245 of 652 ~ 37.58'%

%34.2
%28.22
%37.58

CMYK color model

#DFB8F5 color CMYK value is (9,25,0,4).

  • cyan value is 8.98%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (9,25,0,4)
C9M25Y0K4 (9%, 25%, 0%, 4%)
(0.09 / 0.25 / 0.00 / 0.04)

CMYK percentages

%8.98
%24.9
%0
%3.92

Codes

Color #DFB8F5 in popluar color models

DF B8 F5
RGB 223 184 245
HSL 278° 75.31% 84.12%
HSB/HSV 278° 24.90% 96.08%
CMYK 8.98% 24.90% 0.00%
3.92%

Color #DFB8F5 in popluar number systems.

HEX DF B8 F5
Decimal 223 184 245
Binary 11011111 10111000 11110101
Octal 337 270 365

Shades and tints

Shades of #DFB8F5

#DFB8F5
(223,184,245)
#CBA8DF
(203,168,223)
#B798C9
(183,152,201)
#A388B3
(163,136,179)
#8F789D
(143,120,157)
#7B6887
(123,104,135)
#675871
(103,88,113)
#53485B
(83,72,91)
#3F3845
(63,56,69)
#2B282F
(43,40,47)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #DFB8F5

#DFB8F5
(223,184,245)
#E1BEF5
(225,190,245)
#E3C4F5
(227,196,245)
#E5CAF5
(229,202,245)
#E7D0F5
(231,208,245)
#E9D6F5
(233,214,245)
#EBDCF5
(235,220,245)
#EDE2F5
(237,226,245)
#EFE8F5
(239,232,245)
#F1EEF5
(241,238,245)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB8F5; }

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

This text font color is #DFB8F5.

Background Color

.myBgColor { background-color: #DFB8F5; }

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

This div background color is #DFB8F5.

Border color

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

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

This div border color is #DFB8F5.

Opacity

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

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

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

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

This text has shadow with #DFB8F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB8F5.

Preview

Color preview on black background

This text has color #DFB8F5 on black background.


Color preview on white background

This text has color #DFB8F5 on white background.


Black color preview on #DFB8F5 background

This text has black color on #DFB8F5 background.


White color preview on #DFB8F5 background

This text has white color on #DFB8F5 background.


Related colors

Complementary color

Complementary color for #hex is #20470A.


I love getcolorcode.com

Triadic colors

1 #F5DFB8 and #B8F5DF with #DFB8F5 are triadic colors.

2 #F5B8DF and #B8DFF5 with #DFB8F5 are triadic colors.