COLOR #DFCCE6

HEX: #DFCCE6
RGB: (223,204,230)

Color info

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

RGB color model

#DFCCE6 color RGB value is (223,204,230).

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

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 230 of 255 = 90%

223
204
230

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

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 230 = 657 (100%)
R 223 of 657 ~ 33.94%
G 204 of 657 ~ 31.05%
B 230 of 657 ~ 35.01%

%33.94
%31.05
%35.01

CMYK color model

#DFCCE6 color CMYK value is (3,11,0,10).

  • cyan value is 3.04%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,11,0,10)
C3M11Y0K10 
(3%,11%,0%,10%)
(0.03/0.11/0.00/0.10)	

CMYK percentages

%3.04
%11.3
%0
%9.8

Codes

Color #DFCCE6 in popluar color models

DFCCE6
RGB223204230
HSL284°34.21%85.10%
HSB/HSV284°11.30%90.20%
CMYK3.04%11.30%0.00%
9.80%

Color #DFCCE6 in popluar number systems.

HEXDFCCE6
Decimal223204230
Binary110111111100110011100110
Octal337314346

Shades and tints

Shades of #DFCCE6

#DFCCE6
(223,204,230)
#CBBAD2
(203,186,210)
#B7A8BE
(183,168,190)
#A396AA
(163,150,170)
#8F8496
(143,132,150)
#7B7282
(123,114,130)
#67606E
(103,96,110)
#534E5A
(83,78,90)
#3F3C46
(63,60,70)
#2B2A32
(43,42,50)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #DFCCE6

#DFCCE6
(223,204,230)
#E1D0E8
(225,208,232)
#E3D4EA
(227,212,234)
#E5D8EC
(229,216,236)
#E7DCEE
(231,220,238)
#E9E0F0
(233,224,240)
#EBE4F2
(235,228,242)
#EDE8F4
(237,232,244)
#EFECF6
(239,236,246)
#F1F0F8
(241,240,248)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCE6; }

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

This text font color is #DFCCE6.


Background Color

.myBgColor { background-color: #DFCCE6; }

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

This div background color is #DFCCE6.


Border color

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

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

This div border color is #DFCCE6.


Opacity

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

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

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

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

This text has shadow with #DFCCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCE6 on black background.


Color preview on white background

This text has color #DFCCE6 on white background.



Black color preview on #DFCCE6 background

This text has black color on #DFCCE6 background.


White color preview on #DFCCE6 background

This text has white color on #DFCCE6 background.