COLOR #DFC4EB

HEX: #DFC4EB RGB: (223,196,235)

Color info

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

RGB color model

#DFC4EB color RGB value is (223,196,235).

RGB: (223,196,235) (87%, 77%, 92%)

RGB channels and saturation

R 223 of 255 = 87%
G 196 of 255 = 77%
B 235 of 255 = 92%

223
196
235

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

Portions of RGB colors in percentages

R + G + B = 223 + 196 + 235 = 654 (100%)
R 223 of 654 ~ 34.1%
G 196 of 654 ~ 29.97%
B 235 of 654 ~ 35.93'%

%34.1
%29.97
%35.93

CMYK color model

#DFC4EB color CMYK value is (5,17,0,8).

  • cyan value is 5.11%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (5,17,0,8) C5M17Y0K8 (5%,17%,0%,8%) (0.05/0.17/0.00/0.08) 

CMYK percentages

%5.11
%16.6
%0
%7.84

Codes

Color #DFC4EB in popluar color models

DF C4 EB
RGB 223 196 235
HSL 282° 49.37% 84.51%
HSB/HSV 282° 16.60% 92.16%
CMYK 5.11% 16.60% 0.00%
7.84%

Color #DFC4EB in popluar number systems.

HEX DF C4 EB
Decimal 223 196 235
Binary 11011111 11000100 11101011
Octal 337 304 353

Shades and tints

Shades of #DFC4EB

#DFC4EB
(223,196,235)
#CBB3D6
(203,179,214)
#B7A2C1
(183,162,193)
#A391AC
(163,145,172)
#8F8097
(143,128,151)
#7B6F82
(123,111,130)
#675E6D
(103,94,109)
#534D58
(83,77,88)
#3F3C43
(63,60,67)
#2B2B2E
(43,43,46)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #DFC4EB

#DFC4EB
(223,196,235)
#E1C9EC
(225,201,236)
#E3CEED
(227,206,237)
#E5D3EE
(229,211,238)
#E7D8EF
(231,216,239)
#E9DDF0
(233,221,240)
#EBE2F1
(235,226,241)
#EDE7F2
(237,231,242)
#EFECF3
(239,236,243)
#F1F1F4
(241,241,244)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC4EB; }

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

This text font color is #DFC4EB.

Background Color

.myBgColor { background-color: #DFC4EB; }

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

This div background color is #DFC4EB.

Border color

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

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

This div border color is #DFC4EB.

Opacity

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

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

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

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

This text has shadow with #DFC4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC4EB.

Preview

Color preview on black background

This text has color #DFC4EB on black background.


Color preview on white background

This text has color #DFC4EB on white background.


Black color preview on #DFC4EB background

This text has black color on #DFC4EB background.


White color preview on #DFC4EB background

This text has white color on #DFC4EB background.


Related colors

Complementary color

Complementary color for #hex is #203B14.


I love getcolorcode.com

Triadic colors

1 #EBDFC4 and #C4EBDF with #DFC4EB are triadic colors.

2 #EBC4DF and #C4DFEB with #DFC4EB are triadic colors.