COLOR #DFCDF5

HEX: #DFCDF5
RGB: (223,205,245)

Color info

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

RGB color model

#DFCDF5 color RGB value is (223,205,245).

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

RGB channels and saturation

R 223 of 255 = 87%
G 205 of 255 = 80%
B 245 of 255 = 96%

223
205
245

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

Portions of RGB colors in percentages

R + G + B =
223 + 205 + 245 = 673 (100%)
R 223 of 673 ~ 33.14%
G 205 of 673 ~ 30.46%
B 245 of 673 ~ 36.4%

%33.14
%30.46
%36.4

CMYK color model

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

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

CMYK percentages

%8.98
%16.33
%0
%3.92

Codes

Color #DFCDF5 in popluar color models

DFCDF5
RGB223205245
HSL267°66.67%88.24%
HSB/HSV267°16.33%96.08%
CMYK8.98%16.33%0.00%
3.92%

Color #DFCDF5 in popluar number systems.

HEXDFCDF5
Decimal223205245
Binary110111111100110111110101
Octal337315365

Shades and tints

Shades of #DFCDF5

#DFCDF5
(223,205,245)
#CBBBDF
(203,187,223)
#B7A9C9
(183,169,201)
#A397B3
(163,151,179)
#8F859D
(143,133,157)
#7B7387
(123,115,135)
#676171
(103,97,113)
#534F5B
(83,79,91)
#3F3D45
(63,61,69)
#2B2B2F
(43,43,47)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #DFCDF5

#DFCDF5
(223,205,245)
#E1D1F5
(225,209,245)
#E3D5F5
(227,213,245)
#E5D9F5
(229,217,245)
#E7DDF5
(231,221,245)
#E9E1F5
(233,225,245)
#EBE5F5
(235,229,245)
#EDE9F5
(237,233,245)
#EFEDF5
(239,237,245)
#F1F1F5
(241,241,245)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCDF5; }

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

This text font color is #DFCDF5.


Background Color

.myBgColor { background-color: #DFCDF5; }

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

This div background color is #DFCDF5.


Border color

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

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

This div border color is #DFCDF5.


Opacity

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

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

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

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

This text has shadow with #DFCDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCDF5 on black background.


Color preview on white background

This text has color #DFCDF5 on white background.



Black color preview on #DFCDF5 background

This text has black color on #DFCDF5 background.


White color preview on #DFCDF5 background

This text has white color on #DFCDF5 background.