COLOR #DFC6EE

HEX: #DFC6EE RGB: (223,198,238)

Color info

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

RGB color model

#DFC6EE color RGB value is (223,198,238).

RGB: (223,198,238) (87%, 78%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 238 of 255 = 93%

223
198
238

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

Portions of RGB colors in percentages

R + G + B = 223 + 198 + 238 = 659 (100%)
R 223 of 659 ~ 33.84%
G 198 of 659 ~ 30.05%
B 238 of 659 ~ 36.12'%

%33.84
%30.05
%36.12

CMYK color model

#DFC6EE color CMYK value is (6,17,0,7).

  • cyan value is 6.30%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (6,17,0,7)
C6M17Y0K7 (6%, 17%, 0%, 7%)
(0.06 / 0.17 / 0.00 / 0.07)

CMYK percentages

%6.3
%16.81
%0
%6.67

Codes

Color #DFC6EE in popluar color models

DF C6 EE
RGB 223 198 238
HSL 278° 54.05% 85.49%
HSB/HSV 278° 16.81% 93.33%
CMYK 6.30% 16.81% 0.00%
6.67%

Color #DFC6EE in popluar number systems.

HEX DF C6 EE
Decimal 223 198 238
Binary 11011111 11000110 11101110
Octal 337 306 356

Shades and tints

Shades of #DFC6EE

#DFC6EE
(223,198,238)
#CBB4D9
(203,180,217)
#B7A2C4
(183,162,196)
#A390AF
(163,144,175)
#8F7E9A
(143,126,154)
#7B6C85
(123,108,133)
#675A70
(103,90,112)
#53485B
(83,72,91)
#3F3646
(63,54,70)
#2B2431
(43,36,49)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #DFC6EE

#DFC6EE
(223,198,238)
#E1CBEF
(225,203,239)
#E3D0F0
(227,208,240)
#E5D5F1
(229,213,241)
#E7DAF2
(231,218,242)
#E9DFF3
(233,223,243)
#EBE4F4
(235,228,244)
#EDE9F5
(237,233,245)
#EFEEF6
(239,238,246)
#F1F3F7
(241,243,247)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC6EE color. Also use rgb(223,198,238) instead hex code.

Text Font Color

.myTextColor { color: #DFC6EE; }

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

This text font color is #DFC6EE.

Background Color

.myBgColor { background-color: #DFC6EE; }

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

This div background color is #DFC6EE.

Border color

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

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

This div border color is #DFC6EE.

Opacity

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

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

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

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

This text has shadow with #DFC6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC6EE.

Preview

Color preview on black background

This text has color #DFC6EE on black background.


Color preview on white background

This text has color #DFC6EE on white background.


Black color preview on #DFC6EE background

This text has black color on #DFC6EE background.


White color preview on #DFC6EE background

This text has white color on #DFC6EE background.


Related colors

Complementary color

Complementary color for #hex is #203911.


I love getcolorcode.com

Triadic colors

1 #EEDFC6 and #C6EEDF with #DFC6EE are triadic colors.

2 #EEC6DF and #C6DFEE with #DFC6EE are triadic colors.