COLOR #DFCDF9

HEX: #DFCDF9
RGB: (223,205,249)

Color info

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

RGB color model

#DFCDF9 color RGB value is (223,205,249).

  • red value is 223;
  • green value is 205;
  • blue value is 249.
RGB:
(223,205,249)
(87%,80%,98%)

RGB channels and saturation

R 223 of 255 = 87%
G 205 of 255 = 80%
B 249 of 255 = 98%

223
205
249

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

Portions of RGB colors in percentages

R + G + B =
223 + 205 + 249 = 677 (100%)
R 223 of 677 ~ 32.94%
G 205 of 677 ~ 30.28%
B 249 of 677 ~ 36.78%

%32.94
%30.28
%36.78

CMYK color model

#DFCDF9 color CMYK value is (10,18,0,2).

  • cyan value is 10.44%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(10,18,0,2)
C10M18Y0K2 
(10%,18%,0%,2%)
(0.10/0.18/0.00/0.02)	

CMYK percentages

%10.44
%17.67
%0
%2.35

Codes

Color #DFCDF9 in popluar color models

DFCDF9
RGB223205249
HSL265°78.57%89.02%
HSB/HSV265°17.67%97.65%
CMYK10.44%17.67%0.00%
2.35%

Color #DFCDF9 in popluar number systems.

HEXDFCDF9
Decimal223205249
Binary110111111100110111111001
Octal337315371

Shades and tints

Shades of #DFCDF9

#DFCDF9
(223,205,249)
#CBBBE3
(203,187,227)
#B7A9CD
(183,169,205)
#A397B7
(163,151,183)
#8F85A1
(143,133,161)
#7B738B
(123,115,139)
#676175
(103,97,117)
#534F5F
(83,79,95)
#3F3D49
(63,61,73)
#2B2B33
(43,43,51)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #DFCDF9

#DFCDF9
(223,205,249)
#E1D1F9
(225,209,249)
#E3D5F9
(227,213,249)
#E5D9F9
(229,217,249)
#E7DDF9
(231,221,249)
#E9E1F9
(233,225,249)
#EBE5F9
(235,229,249)
#EDE9F9
(237,233,249)
#EFEDF9
(239,237,249)
#F1F1F9
(241,241,249)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCDF9 color. Also use rgb(223,205,249) instead hex code.

Text Font Color

.myTextColor { color: #DFCDF9; }

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

This text font color is #DFCDF9.


Background Color

.myBgColor { background-color: #DFCDF9; }

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

This div background color is #DFCDF9.


Border color

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

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

This div border color is #DFCDF9.


Opacity

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

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

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

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

This text has shadow with #DFCDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCDF9 on black background.


Color preview on white background

This text has color #DFCDF9 on white background.



Black color preview on #DFCDF9 background

This text has black color on #DFCDF9 background.


White color preview on #DFCDF9 background

This text has white color on #DFCDF9 background.