COLOR #DFDCF8

HEX: #DFDCF8 RGB: (223,220,248)

Color info

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

RGB color model

#DFDCF8 color RGB value is (223,220,248).

RGB: (223,220,248) (87%, 86%, 97%)

RGB channels and saturation

R 223 of 255 = 87%
G 220 of 255 = 86%
B 248 of 255 = 97%

223
220
248

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

Portions of RGB colors in percentages

R + G + B = 223 + 220 + 248 = 691 (100%)
R 223 of 691 ~ 32.27%
G 220 of 691 ~ 31.84%
B 248 of 691 ~ 35.89'%

%32.27
%31.84
%35.89

CMYK color model

#DFDCF8 color CMYK value is (10,11,0,3).

  • cyan value is 10.08%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (10,11,0,3) C10M11Y0K3 (10%,11%,0%,3%) (0.10/0.11/0.00/0.03) 

CMYK percentages

%10.08
%11.29
%0
%2.75

Codes

Color #DFDCF8 in popluar color models

DF DC F8
RGB 223 220 248
HSL 246° 66.67% 91.76%
HSB/HSV 246° 11.29% 97.25%
CMYK 10.08% 11.29% 0.00%
2.75%

Color #DFDCF8 in popluar number systems.

HEX DF DC F8
Decimal 223 220 248
Binary 11011111 11011100 11111000
Octal 337 334 370

Shades and tints

Shades of #DFDCF8

#DFDCF8
(223,220,248)
#CBC8E2
(203,200,226)
#B7B4CC
(183,180,204)
#A3A0B6
(163,160,182)
#8F8CA0
(143,140,160)
#7B788A
(123,120,138)
#676474
(103,100,116)
#53505E
(83,80,94)
#3F3C48
(63,60,72)
#2B2832
(43,40,50)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #DFDCF8

#DFDCF8
(223,220,248)
#E1DFF8
(225,223,248)
#E3E2F8
(227,226,248)
#E5E5F8
(229,229,248)
#E7E8F8
(231,232,248)
#E9EBF8
(233,235,248)
#EBEEF8
(235,238,248)
#EDF1F8
(237,241,248)
#EFF4F8
(239,244,248)
#F1F7F8
(241,247,248)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDCF8; }

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

This text font color is #DFDCF8.

Background Color

.myBgColor { background-color: #DFDCF8; }

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

This div background color is #DFDCF8.

Border color

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

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

This div border color is #DFDCF8.

Opacity

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

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

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

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

This text has shadow with #DFDCF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDCF8.

Preview

Color preview on black background

This text has color #DFDCF8 on black background.


Color preview on white background

This text has color #DFDCF8 on white background.


Black color preview on #DFDCF8 background

This text has black color on #DFDCF8 background.


White color preview on #DFDCF8 background

This text has white color on #DFDCF8 background.


Related colors

Complementary color

Complementary color for #hex is #202307.


I love getcolorcode.com

Triadic colors

1 #F8DFDC and #DCF8DF with #DFDCF8 are triadic colors.

2 #F8DCDF and #DCDFF8 with #DFDCF8 are triadic colors.