COLOR #DFCCE7

HEX: #DFCCE7 RGB: (223,204,231)

Color info

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

RGB color model

#DFCCE7 color RGB value is (223,204,231).

RGB: (223,204,231) (87%, 80%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 231 of 255 = 91%

223
204
231

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

Portions of RGB colors in percentages

R + G + B = 223 + 204 + 231 = 658 (100%)
R 223 of 658 ~ 33.89%
G 204 of 658 ~ 31%
B 231 of 658 ~ 35.11'%

%33.89
%31
%35.11

CMYK color model

#DFCCE7 color CMYK value is (3,12,0,9).

  • cyan value is 3.46%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (3,12,0,9)
C3M12Y0K9 (3%, 12%, 0%, 9%)
(0.03 / 0.12 / 0.00 / 0.09)

CMYK percentages

%3.46
%11.69
%0
%9.41

Codes

Color #DFCCE7 in popluar color models

DF CC E7
RGB 223 204 231
HSL 282° 36.00% 85.29%
HSB/HSV 282° 11.69% 90.59%
CMYK 3.46% 11.69% 0.00%
9.41%

Color #DFCCE7 in popluar number systems.

HEX DF CC E7
Decimal 223 204 231
Binary 11011111 11001100 11100111
Octal 337 314 347

Shades and tints

Shades of #DFCCE7

#DFCCE7
(223,204,231)
#CBBAD2
(203,186,210)
#B7A8BD
(183,168,189)
#A396A8
(163,150,168)
#8F8493
(143,132,147)
#7B727E
(123,114,126)
#676069
(103,96,105)
#534E54
(83,78,84)
#3F3C3F
(63,60,63)
#2B2A2A
(43,42,42)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #DFCCE7

#DFCCE7
(223,204,231)
#E1D0E9
(225,208,233)
#E3D4EB
(227,212,235)
#E5D8ED
(229,216,237)
#E7DCEF
(231,220,239)
#E9E0F1
(233,224,241)
#EBE4F3
(235,228,243)
#EDE8F5
(237,232,245)
#EFECF7
(239,236,247)
#F1F0F9
(241,240,249)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCE7; }

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

This text font color is #DFCCE7.

Background Color

.myBgColor { background-color: #DFCCE7; }

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

This div background color is #DFCCE7.

Border color

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

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

This div border color is #DFCCE7.

Opacity

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

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

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

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

This text has shadow with #DFCCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCCE7.

Preview

Color preview on black background

This text has color #DFCCE7 on black background.


Color preview on white background

This text has color #DFCCE7 on white background.


Black color preview on #DFCCE7 background

This text has black color on #DFCCE7 background.


White color preview on #DFCCE7 background

This text has white color on #DFCCE7 background.


Related colors

Complementary color

Complementary color for #hex is #203318.


I love getcolorcode.com

Triadic colors

1 #E7DFCC and #CCE7DF with #DFCCE7 are triadic colors.

2 #E7CCDF and #CCDFE7 with #DFCCE7 are triadic colors.