COLOR #DFC9E8

HEX: #DFC9E8
RGB: (223,201,232)

Color info

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

RGB color model

#DFC9E8 color RGB value is (223,201,232).

  • red value is 223;
  • green value is 201;
  • blue value is 232.
RGB:
(223,201,232)
(87%,79%,91%)

RGB channels and saturation

R 223 of 255 = 87%
G 201 of 255 = 79%
B 232 of 255 = 91%

223
201
232

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

Portions of RGB colors in percentages

R + G + B =
223 + 201 + 232 = 656 (100%)
R 223 of 656 ~ 33.99%
G 201 of 656 ~ 30.64%
B 232 of 656 ~ 35.37%

%33.99
%30.64
%35.37

CMYK color model

#DFC9E8 color CMYK value is (4,13,0,9).

  • cyan value is 3.88%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(4,13,0,9)
C4M13Y0K9 
(4%,13%,0%,9%)
(0.04/0.13/0.00/0.09)	

CMYK percentages

%3.88
%13.36
%0
%9.02

Codes

Color #DFC9E8 in popluar color models

DFC9E8
RGB223201232
HSL283°40.26%84.90%
HSB/HSV283°13.36%90.98%
CMYK3.88%13.36%0.00%
9.02%

Color #DFC9E8 in popluar number systems.

HEXDFC9E8
Decimal223201232
Binary110111111100100111101000
Octal337311350

Shades and tints

Shades of #DFC9E8

#DFC9E8
(223,201,232)
#CBB7D3
(203,183,211)
#B7A5BE
(183,165,190)
#A393A9
(163,147,169)
#8F8194
(143,129,148)
#7B6F7F
(123,111,127)
#675D6A
(103,93,106)
#534B55
(83,75,85)
#3F3940
(63,57,64)
#2B272B
(43,39,43)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #DFC9E8

#DFC9E8
(223,201,232)
#E1CDEA
(225,205,234)
#E3D1EC
(227,209,236)
#E5D5EE
(229,213,238)
#E7D9F0
(231,217,240)
#E9DDF2
(233,221,242)
#EBE1F4
(235,225,244)
#EDE5F6
(237,229,246)
#EFE9F8
(239,233,248)
#F1EDFA
(241,237,250)
#F3F1FC
(243,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC9E8; }

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

This text font color is #DFC9E8.


Background Color

.myBgColor { background-color: #DFC9E8; }

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

This div background color is #DFC9E8.


Border color

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

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

This div border color is #DFC9E8.


Opacity

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

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

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

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

This text has shadow with #DFC9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC9E8 on black background.


Color preview on white background

This text has color #DFC9E8 on white background.



Black color preview on #DFC9E8 background

This text has black color on #DFC9E8 background.


White color preview on #DFC9E8 background

This text has white color on #DFC9E8 background.