COLOR #DFCCE2

HEX: #DFCCE2
RGB: (223,204,226)

Color info

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

RGB color model

#DFCCE2 color RGB value is (223,204,226).

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

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 226 of 255 = 89%

223
204
226

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

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 226 = 653 (100%)
R 223 of 653 ~ 34.15%
G 204 of 653 ~ 31.24%
B 226 of 653 ~ 34.61%

%34.15
%31.24
%34.61

CMYK color model

#DFCCE2 color CMYK value is (1,10,0,11).

  • cyan value is 1.33%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(1,10,0,11)
C1M10Y0K11 
(1%,10%,0%,11%)
(0.01/0.10/0.00/0.11)	

CMYK percentages

%1.33
%9.73
%0
%11.37

Codes

Color #DFCCE2 in popluar color models

DFCCE2
RGB223204226
HSL292°27.50%84.31%
HSB/HSV292°9.73%88.63%
CMYK1.33%9.73%0.00%
11.37%

Color #DFCCE2 in popluar number systems.

HEXDFCCE2
Decimal223204226
Binary110111111100110011100010
Octal337314342

Shades and tints

Shades of #DFCCE2

#DFCCE2
(223,204,226)
#CBBACE
(203,186,206)
#B7A8BA
(183,168,186)
#A396A6
(163,150,166)
#8F8492
(143,132,146)
#7B727E
(123,114,126)
#67606A
(103,96,106)
#534E56
(83,78,86)
#3F3C42
(63,60,66)
#2B2A2E
(43,42,46)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #DFCCE2

#DFCCE2
(223,204,226)
#E1D0E4
(225,208,228)
#E3D4E6
(227,212,230)
#E5D8E8
(229,216,232)
#E7DCEA
(231,220,234)
#E9E0EC
(233,224,236)
#EBE4EE
(235,228,238)
#EDE8F0
(237,232,240)
#EFECF2
(239,236,242)
#F1F0F4
(241,240,244)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCE2; }

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

This text font color is #DFCCE2.


Background Color

.myBgColor { background-color: #DFCCE2; }

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

This div background color is #DFCCE2.


Border color

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

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

This div border color is #DFCCE2.


Opacity

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

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

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

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

This text has shadow with #DFCCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCE2 on black background.


Color preview on white background

This text has color #DFCCE2 on white background.



Black color preview on #DFCCE2 background

This text has black color on #DFCCE2 background.


White color preview on #DFCCE2 background

This text has white color on #DFCCE2 background.