COLOR #DFC4E6

HEX: #DFC4E6 RGB: (223,196,230)

Color info

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

RGB color model

#DFC4E6 color RGB value is (223,196,230).

RGB: (223,196,230) (87%, 77%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 196 of 255 = 77%
B 230 of 255 = 90%

223
196
230

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

Portions of RGB colors in percentages

R + G + B = 223 + 196 + 230 = 649 (100%)
R 223 of 649 ~ 34.36%
G 196 of 649 ~ 30.2%
B 230 of 649 ~ 35.44'%

%34.36
%30.2
%35.44

CMYK color model

#DFC4E6 color CMYK value is (3,15,0,10).

  • cyan value is 3.04%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (3,15,0,10)
C3M15Y0K10 (3%, 15%, 0%, 10%)
(0.03 / 0.15 / 0.00 / 0.10)

CMYK percentages

%3.04
%14.78
%0
%9.8

Codes

Color #DFC4E6 in popluar color models

DF C4 E6
RGB 223 196 230
HSL 288° 40.48% 83.53%
HSB/HSV 288° 14.78% 90.20%
CMYK 3.04% 14.78% 0.00%
9.80%

Color #DFC4E6 in popluar number systems.

HEX DF C4 E6
Decimal 223 196 230
Binary 11011111 11000100 11100110
Octal 337 304 346

Shades and tints

Shades of #DFC4E6

#DFC4E6
(223,196,230)
#CBB3D2
(203,179,210)
#B7A2BE
(183,162,190)
#A391AA
(163,145,170)
#8F8096
(143,128,150)
#7B6F82
(123,111,130)
#675E6E
(103,94,110)
#534D5A
(83,77,90)
#3F3C46
(63,60,70)
#2B2B32
(43,43,50)
#171A1E
(23,26,30)
#000000
(0,0,0)

Tints of #DFC4E6

#DFC4E6
(223,196,230)
#E1C9E8
(225,201,232)
#E3CEEA
(227,206,234)
#E5D3EC
(229,211,236)
#E7D8EE
(231,216,238)
#E9DDF0
(233,221,240)
#EBE2F2
(235,226,242)
#EDE7F4
(237,231,244)
#EFECF6
(239,236,246)
#F1F1F8
(241,241,248)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC4E6; }

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

This text font color is #DFC4E6.

Background Color

.myBgColor { background-color: #DFC4E6; }

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

This div background color is #DFC4E6.

Border color

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

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

This div border color is #DFC4E6.

Opacity

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

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

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

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

This text has shadow with #DFC4E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC4E6.

Preview

Color preview on black background

This text has color #DFC4E6 on black background.


Color preview on white background

This text has color #DFC4E6 on white background.


Black color preview on #DFC4E6 background

This text has black color on #DFC4E6 background.


White color preview on #DFC4E6 background

This text has white color on #DFC4E6 background.


Related colors

Complementary color

Complementary color for #hex is #203B19.


I love getcolorcode.com

Triadic colors

1 #E6DFC4 and #C4E6DF with #DFC4E6 are triadic colors.

2 #E6C4DF and #C4DFE6 with #DFC4E6 are triadic colors.