COLOR #DFC6F8

HEX: #DFC6F8
RGB: (223,198,248)

Color info

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

RGB color model

#DFC6F8 color RGB value is (223,198,248).

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

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 248 of 255 = 97%

223
198
248

R + G + B ~ 87%. #DFC6F8 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 198 + 248 = 669 (100%)
R 223 of 669 ~ 33.33%
G 198 of 669 ~ 29.6%
B 248 of 669 ~ 37.07%

%33.33
%29.6
%37.07

CMYK color model

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

  • cyan value is 10.08%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (10,20,0,3) C10M20Y0K3 (10%,20%,0%,3%) (0.10/0.20/0.00/0.03)

CMYK percentages

%10.08
%20.16
%0
%2.75

Codes

Color #DFC6F8 in popluar color models

DFC6F8
RGB223198248
HSL270°78.13%87.45%
HSB/HSV270°20.16%97.25%
CMYK10.08%20.16%0.00%
2.75%

Color #DFC6F8 in popluar number systems.

HEXDFC6F8
Decimal223198248
Binary110111111100011011111000
Octal337306370

Shades and tints

Shades of #DFC6F8

#DFC6F8
(223,198,248)
#CBB4E2
(203,180,226)
#B7A2CC
(183,162,204)
#A390B6
(163,144,182)
#8F7EA0
(143,126,160)
#7B6C8A
(123,108,138)
#675A74
(103,90,116)
#53485E
(83,72,94)
#3F3648
(63,54,72)
#2B2432
(43,36,50)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #DFC6F8

#DFC6F8
(223,198,248)
#E1CBF8
(225,203,248)
#E3D0F8
(227,208,248)
#E5D5F8
(229,213,248)
#E7DAF8
(231,218,248)
#E9DFF8
(233,223,248)
#EBE4F8
(235,228,248)
#EDE9F8
(237,233,248)
#EFEEF8
(239,238,248)
#F1F3F8
(241,243,248)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC6F8; }

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

This text font color is #DFC6F8.


Background Color

.myBgColor { background-color: #DFC6F8; }

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

This div background color is #DFC6F8.


Border color

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

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

This div border color is #DFC6F8.


Opacity

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

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

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

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

This text has shadow with #DFC6F8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFC6F8 on black background.


Color preview on white background

This text has color #DFC6F8 on white background.



Black color preview on #DFC6F8 background

This text has black color on #DFC6F8 background.


White color preview on #DFC6F8 background

This text has white color on #DFC6F8 background.