COLOR #DFC8EC

HEX: #DFC8EC RGB: (223,200,236)

Color info

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

RGB color model

#DFC8EC color RGB value is (223,200,236).

RGB: (223,200,236) (87%, 78%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 236 of 255 = 93%

223
200
236

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

Portions of RGB colors in percentages

R + G + B = 223 + 200 + 236 = 659 (100%)
R 223 of 659 ~ 33.84%
G 200 of 659 ~ 30.35%
B 236 of 659 ~ 35.81'%

%33.84
%30.35
%35.81

CMYK color model

#DFC8EC color CMYK value is (6,15,0,7).

  • cyan value is 5.51%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (6,15,0,7)
C6M15Y0K7 (6%, 15%, 0%, 7%)
(0.06 / 0.15 / 0.00 / 0.07)

CMYK percentages

%5.51
%15.25
%0
%7.45

Codes

Color #DFC8EC in popluar color models

DF C8 EC
RGB 223 200 236
HSL 278° 48.65% 85.49%
HSB/HSV 278° 15.25% 92.55%
CMYK 5.51% 15.25% 0.00%
7.45%

Color #DFC8EC in popluar number systems.

HEX DF C8 EC
Decimal 223 200 236
Binary 11011111 11001000 11101100
Octal 337 310 354

Shades and tints

Shades of #DFC8EC

#DFC8EC
(223,200,236)
#CBB6D7
(203,182,215)
#B7A4C2
(183,164,194)
#A392AD
(163,146,173)
#8F8098
(143,128,152)
#7B6E83
(123,110,131)
#675C6E
(103,92,110)
#534A59
(83,74,89)
#3F3844
(63,56,68)
#2B262F
(43,38,47)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #DFC8EC

#DFC8EC
(223,200,236)
#E1CDED
(225,205,237)
#E3D2EE
(227,210,238)
#E5D7EF
(229,215,239)
#E7DCF0
(231,220,240)
#E9E1F1
(233,225,241)
#EBE6F2
(235,230,242)
#EDEBF3
(237,235,243)
#EFF0F4
(239,240,244)
#F1F5F5
(241,245,245)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC8EC color. Also use rgb(223,200,236) instead hex code.

Text Font Color

.myTextColor { color: #DFC8EC; }

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

This text font color is #DFC8EC.

Background Color

.myBgColor { background-color: #DFC8EC; }

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

This div background color is #DFC8EC.

Border color

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

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

This div border color is #DFC8EC.

Opacity

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

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

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

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

This text has shadow with #DFC8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC8EC.

Preview

Color preview on black background

This text has color #DFC8EC on black background.


Color preview on white background

This text has color #DFC8EC on white background.


Black color preview on #DFC8EC background

This text has black color on #DFC8EC background.


White color preview on #DFC8EC background

This text has white color on #DFC8EC background.


Related colors

Complementary color

Complementary color for #hex is #203713.


I love getcolorcode.com

Triadic colors

1 #ECDFC8 and #C8ECDF with #DFC8EC are triadic colors.

2 #ECC8DF and #C8DFEC with #DFC8EC are triadic colors.