COLOR #DFCEF6

HEX: #DFCEF6
RGB: (223,206,246)

Color info

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

RGB color model

#DFCEF6 color RGB value is (223,206,246).

  • red value is 223;
  • green value is 206;
  • blue value is 246.
RGB:
(223,206,246)
(87%,81%,96%)

RGB channels and saturation

R 223 of 255 = 87%
G 206 of 255 = 81%
B 246 of 255 = 96%

223
206
246

R + G + B ~ 88%. #DFCEF6 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 206 + 246 = 675 (100%)
R 223 of 675 ~ 33.04%
G 206 of 675 ~ 30.52%
B 246 of 675 ~ 36.44%

%33.04
%30.52
%36.44

CMYK color model

#DFCEF6 color CMYK value is (9,16,0,4).

  • cyan value is 9.35%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,16,0,4)
C9M16Y0K4 
(9%,16%,0%,4%)
(0.09/0.16/0.00/0.04)	

CMYK percentages

%9.35
%16.26
%0
%3.53

Codes

Color #DFCEF6 in popluar color models

DFCEF6
RGB223206246
HSL266°68.97%88.63%
HSB/HSV266°16.26%96.47%
CMYK9.35%16.26%0.00%
3.53%

Color #DFCEF6 in popluar number systems.

HEXDFCEF6
Decimal223206246
Binary110111111100111011110110
Octal337316366

Shades and tints

Shades of #DFCEF6

#DFCEF6
(223,206,246)
#CBBCE0
(203,188,224)
#B7AACA
(183,170,202)
#A398B4
(163,152,180)
#8F869E
(143,134,158)
#7B7488
(123,116,136)
#676272
(103,98,114)
#53505C
(83,80,92)
#3F3E46
(63,62,70)
#2B2C30
(43,44,48)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #DFCEF6

#DFCEF6
(223,206,246)
#E1D2F6
(225,210,246)
#E3D6F6
(227,214,246)
#E5DAF6
(229,218,246)
#E7DEF6
(231,222,246)
#E9E2F6
(233,226,246)
#EBE6F6
(235,230,246)
#EDEAF6
(237,234,246)
#EFEEF6
(239,238,246)
#F1F2F6
(241,242,246)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCEF6 color. Also use rgb(223,206,246) instead hex code.

Text Font Color

.myTextColor { color: #DFCEF6; }

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

This text font color is #DFCEF6.


Background Color

.myBgColor { background-color: #DFCEF6; }

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

This div background color is #DFCEF6.


Border color

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

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

This div border color is #DFCEF6.


Opacity

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

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

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

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

This text has shadow with #DFCEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCEF6 on black background.


Color preview on white background

This text has color #DFCEF6 on white background.



Black color preview on #DFCEF6 background

This text has black color on #DFCEF6 background.


White color preview on #DFCEF6 background

This text has white color on #DFCEF6 background.