COLOR #DFCFE2

HEX: #DFCFE2
RGB: (223,207,226)

Color info

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

RGB color model

#DFCFE2 color RGB value is (223,207,226).

  • red value is 223;
  • green value is 207;
  • blue value is 226.
RGB:
(223,207,226)
(87%,81%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 207 of 255 = 81%
B 226 of 255 = 89%

223
207
226

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

Portions of RGB colors in percentages

R + G + B =
223 + 207 + 226 = 656 (100%)
R 223 of 656 ~ 33.99%
G 207 of 656 ~ 31.55%
B 226 of 656 ~ 34.45%

%33.99
%31.55
%34.45

CMYK color model

#DFCFE2 color CMYK value is (1,8,0,11).

  • cyan value is 1.33%
  • magenta value is 8.41%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(1,8,0,11)
C1M8Y0K11 
(1%,8%,0%,11%)
(0.01/0.08/0.00/0.11)	

CMYK percentages

%1.33
%8.41
%0
%11.37

Codes

Color #DFCFE2 in popluar color models

DFCFE2
RGB223207226
HSL291°24.68%84.90%
HSB/HSV291°8.41%88.63%
CMYK1.33%8.41%0.00%
11.37%

Color #DFCFE2 in popluar number systems.

HEXDFCFE2
Decimal223207226
Binary110111111100111111100010
Octal337317342

Shades and tints

Shades of #DFCFE2

#DFCFE2
(223,207,226)
#CBBDCE
(203,189,206)
#B7ABBA
(183,171,186)
#A399A6
(163,153,166)
#8F8792
(143,135,146)
#7B757E
(123,117,126)
#67636A
(103,99,106)
#535156
(83,81,86)
#3F3F42
(63,63,66)
#2B2D2E
(43,45,46)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #DFCFE2

#DFCFE2
(223,207,226)
#E1D3E4
(225,211,228)
#E3D7E6
(227,215,230)
#E5DBE8
(229,219,232)
#E7DFEA
(231,223,234)
#E9E3EC
(233,227,236)
#EBE7EE
(235,231,238)
#EDEBF0
(237,235,240)
#EFEFF2
(239,239,242)
#F1F3F4
(241,243,244)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCFE2 color. Also use rgb(223,207,226) instead hex code.

Text Font Color

.myTextColor { color: #DFCFE2; }

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

This text font color is #DFCFE2.


Background Color

.myBgColor { background-color: #DFCFE2; }

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

This div background color is #DFCFE2.


Border color

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

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

This div border color is #DFCFE2.


Opacity

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

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

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

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

This text has shadow with #DFCFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCFE2 on black background.


Color preview on white background

This text has color #DFCFE2 on white background.



Black color preview on #DFCFE2 background

This text has black color on #DFCFE2 background.


White color preview on #DFCFE2 background

This text has white color on #DFCFE2 background.