COLOR #DFBDF8

HEX: #DFBDF8
RGB: (223,189,248)

Color info

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

RGB color model

#DFBDF8 color RGB value is (223,189,248).

  • red value is 223;
  • green value is 189;
  • blue value is 248.
RGB:
(223,189,248)
(87%,74%,97%)

RGB channels and saturation

R 223 of 255 = 87%
G 189 of 255 = 74%
B 248 of 255 = 97%

223
189
248

R + G + B ~ 86%. #DFBDF8 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 189 + 248 = 660 (100%)
R 223 of 660 ~ 33.79%
G 189 of 660 ~ 28.64%
B 248 of 660 ~ 37.58%

%33.79
%28.64
%37.58

CMYK color model

#DFBDF8 color CMYK value is (10,24,0,3).

  • cyan value is 10.08%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(10,24,0,3)
C10M24Y0K3 
(10%,24%,0%,3%)
(0.10/0.24/0.00/0.03)	

CMYK percentages

%10.08
%23.79
%0
%2.75

Codes

Color #DFBDF8 in popluar color models

DFBDF8
RGB223189248
HSL275°80.82%85.69%
HSB/HSV275°23.79%97.25%
CMYK10.08%23.79%0.00%
2.75%

Color #DFBDF8 in popluar number systems.

HEXDFBDF8
Decimal223189248
Binary110111111011110111111000
Octal337275370

Shades and tints

Shades of #DFBDF8

#DFBDF8
(223,189,248)
#CBACE2
(203,172,226)
#B79BCC
(183,155,204)
#A38AB6
(163,138,182)
#8F79A0
(143,121,160)
#7B688A
(123,104,138)
#675774
(103,87,116)
#53465E
(83,70,94)
#3F3548
(63,53,72)
#2B2432
(43,36,50)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #DFBDF8

#DFBDF8
(223,189,248)
#E1C3F8
(225,195,248)
#E3C9F8
(227,201,248)
#E5CFF8
(229,207,248)
#E7D5F8
(231,213,248)
#E9DBF8
(233,219,248)
#EBE1F8
(235,225,248)
#EDE7F8
(237,231,248)
#EFEDF8
(239,237,248)
#F1F3F8
(241,243,248)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBDF8 color. Also use rgb(223,189,248) instead hex code.

Text Font Color

.myTextColor { color: #DFBDF8; }

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

This text font color is #DFBDF8.


Background Color

.myBgColor { background-color: #DFBDF8; }

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

This div background color is #DFBDF8.


Border color

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

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

This div border color is #DFBDF8.


Opacity

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

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

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

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

This text has shadow with #DFBDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBDF8 on black background.


Color preview on white background

This text has color #DFBDF8 on white background.



Black color preview on #DFBDF8 background

This text has black color on #DFBDF8 background.


White color preview on #DFBDF8 background

This text has white color on #DFBDF8 background.