COLOR #DFDCF5

HEX: #DFDCF5
RGB: (223,220,245)

Color info

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

RGB color model

#DFDCF5 color RGB value is (223,220,245).

  • red value is 223;
  • green value is 220;
  • blue value is 245.
RGB:
(223,220,245)
(87%,86%,96%)

RGB channels and saturation

R 223 of 255 = 87%
G 220 of 255 = 86%
B 245 of 255 = 96%

223
220
245

R + G + B ~ 90%. #DFDCF5 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 220 + 245 = 688 (100%)
R 223 of 688 ~ 32.41%
G 220 of 688 ~ 31.98%
B 245 of 688 ~ 35.61%

%32.41
%31.98
%35.61

CMYK color model

#DFDCF5 color CMYK value is (9,10,0,4).

  • cyan value is 8.98%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(9,10,0,4)
C9M10Y0K4 
(9%,10%,0%,4%)
(0.09/0.10/0.00/0.04)	

CMYK percentages

%8.98
%10.2
%0
%3.92

Codes

Color #DFDCF5 in popluar color models

DFDCF5
RGB223220245
HSL247°55.56%91.18%
HSB/HSV247°10.20%96.08%
CMYK8.98%10.20%0.00%
3.92%

Color #DFDCF5 in popluar number systems.

HEXDFDCF5
Decimal223220245
Binary110111111101110011110101
Octal337334365

Shades and tints

Shades of #DFDCF5

#DFDCF5
(223,220,245)
#CBC8DF
(203,200,223)
#B7B4C9
(183,180,201)
#A3A0B3
(163,160,179)
#8F8C9D
(143,140,157)
#7B7887
(123,120,135)
#676471
(103,100,113)
#53505B
(83,80,91)
#3F3C45
(63,60,69)
#2B282F
(43,40,47)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #DFDCF5

#DFDCF5
(223,220,245)
#E1DFF5
(225,223,245)
#E3E2F5
(227,226,245)
#E5E5F5
(229,229,245)
#E7E8F5
(231,232,245)
#E9EBF5
(233,235,245)
#EBEEF5
(235,238,245)
#EDF1F5
(237,241,245)
#EFF4F5
(239,244,245)
#F1F7F5
(241,247,245)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDCF5 color. Also use rgb(223,220,245) instead hex code.

Text Font Color

.myTextColor { color: #DFDCF5; }

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

This text font color is #DFDCF5.


Background Color

.myBgColor { background-color: #DFDCF5; }

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

This div background color is #DFDCF5.


Border color

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

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

This div border color is #DFDCF5.


Opacity

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

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

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

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

This text has shadow with #DFDCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDCF5 on black background.


Color preview on white background

This text has color #DFDCF5 on white background.



Black color preview on #DFDCF5 background

This text has black color on #DFDCF5 background.


White color preview on #DFDCF5 background

This text has white color on #DFDCF5 background.