COLOR #DFCDEB

HEX: #DFCDEB
RGB: (223,205,235)

Color info

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

RGB color model

#DFCDEB color RGB value is (223,205,235).

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

RGB channels and saturation

R 223 of 255 = 87%
G 205 of 255 = 80%
B 235 of 255 = 92%

223
205
235

R + G + B ~ 86%. #DFCDEB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 205 + 235 = 663 (100%)
R 223 of 663 ~ 33.63%
G 205 of 663 ~ 30.92%
B 235 of 663 ~ 35.44%

%33.63
%30.92
%35.44

CMYK color model

#DFCDEB color CMYK value is (5,13,0,8).

  • cyan value is 5.11%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,13,0,8)
C5M13Y0K8 
(5%,13%,0%,8%)
(0.05/0.13/0.00/0.08)	

CMYK percentages

%5.11
%12.77
%0
%7.84

Codes

Color #DFCDEB in popluar color models

DFCDEB
RGB223205235
HSL276°42.86%86.27%
HSB/HSV276°12.77%92.16%
CMYK5.11%12.77%0.00%
7.84%

Color #DFCDEB in popluar number systems.

HEXDFCDEB
Decimal223205235
Binary110111111100110111101011
Octal337315353

Shades and tints

Shades of #DFCDEB

#DFCDEB
(223,205,235)
#CBBBD6
(203,187,214)
#B7A9C1
(183,169,193)
#A397AC
(163,151,172)
#8F8597
(143,133,151)
#7B7382
(123,115,130)
#67616D
(103,97,109)
#534F58
(83,79,88)
#3F3D43
(63,61,67)
#2B2B2E
(43,43,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #DFCDEB

#DFCDEB
(223,205,235)
#E1D1EC
(225,209,236)
#E3D5ED
(227,213,237)
#E5D9EE
(229,217,238)
#E7DDEF
(231,221,239)
#E9E1F0
(233,225,240)
#EBE5F1
(235,229,241)
#EDE9F2
(237,233,242)
#EFEDF3
(239,237,243)
#F1F1F4
(241,241,244)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCDEB; }

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

This text font color is #DFCDEB.


Background Color

.myBgColor { background-color: #DFCDEB; }

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

This div background color is #DFCDEB.


Border color

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

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

This div border color is #DFCDEB.


Opacity

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

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

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

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

This text has shadow with #DFCDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCDEB on black background.


Color preview on white background

This text has color #DFCDEB on white background.



Black color preview on #DFCDEB background

This text has black color on #DFCDEB background.


White color preview on #DFCDEB background

This text has white color on #DFCDEB background.