COLOR #DFCCEE

HEX: #DFCCEE
RGB: (223,204,238)

Color info

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

RGB color model

#DFCCEE color RGB value is (223,204,238).

  • red value is 223;
  • green value is 204;
  • blue value is 238.
RGB:
(223,204,238)
(87%,80%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 238 of 255 = 93%

223
204
238

R + G + B ~ 87%. #DFCCEE is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 238 = 665 (100%)
R 223 of 665 ~ 33.53%
G 204 of 665 ~ 30.68%
B 238 of 665 ~ 35.79%

%33.53
%30.68
%35.79

CMYK color model

#DFCCEE color CMYK value is (6,14,0,7).

  • cyan value is 6.30%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,14,0,7)
C6M14Y0K7 
(6%,14%,0%,7%)
(0.06/0.14/0.00/0.07)	

CMYK percentages

%6.3
%14.29
%0
%6.67

Codes

Color #DFCCEE in popluar color models

DFCCEE
RGB223204238
HSL274°50.00%86.67%
HSB/HSV274°14.29%93.33%
CMYK6.30%14.29%0.00%
6.67%

Color #DFCCEE in popluar number systems.

HEXDFCCEE
Decimal223204238
Binary110111111100110011101110
Octal337314356

Shades and tints

Shades of #DFCCEE

#DFCCEE
(223,204,238)
#CBBAD9
(203,186,217)
#B7A8C4
(183,168,196)
#A396AF
(163,150,175)
#8F849A
(143,132,154)
#7B7285
(123,114,133)
#676070
(103,96,112)
#534E5B
(83,78,91)
#3F3C46
(63,60,70)
#2B2A31
(43,42,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #DFCCEE

#DFCCEE
(223,204,238)
#E1D0EF
(225,208,239)
#E3D4F0
(227,212,240)
#E5D8F1
(229,216,241)
#E7DCF2
(231,220,242)
#E9E0F3
(233,224,243)
#EBE4F4
(235,228,244)
#EDE8F5
(237,232,245)
#EFECF6
(239,236,246)
#F1F0F7
(241,240,247)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCEE; }

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

This text font color is #DFCCEE.


Background Color

.myBgColor { background-color: #DFCCEE; }

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

This div background color is #DFCCEE.


Border color

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

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

This div border color is #DFCCEE.


Opacity

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

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

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

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

This text has shadow with #DFCCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCEE on black background.


Color preview on white background

This text has color #DFCCEE on white background.



Black color preview on #DFCCEE background

This text has black color on #DFCCEE background.


White color preview on #DFCCEE background

This text has white color on #DFCCEE background.