COLOR #DFCAE8

HEX: #DFCAE8
RGB: (223,202,232)

Color info

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

RGB color model

#DFCAE8 color RGB value is (223,202,232).

  • red value is 223;
  • green value is 202;
  • blue value is 232.
RGB:
(223,202,232)
(87%,79%,91%)

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 232 of 255 = 91%

223
202
232

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

Portions of RGB colors in percentages

R + G + B =
223 + 202 + 232 = 657 (100%)
R 223 of 657 ~ 33.94%
G 202 of 657 ~ 30.75%
B 232 of 657 ~ 35.31%

%33.94
%30.75
%35.31

CMYK color model

#DFCAE8 color CMYK value is (4,13,0,9).

  • cyan value is 3.88%
  • magenta value is 12.93%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(4,13,0,9)
C4M13Y0K9 
(4%,13%,0%,9%)
(0.04/0.13/0.00/0.09)	

CMYK percentages

%3.88
%12.93
%0
%9.02

Codes

Color #DFCAE8 in popluar color models

DFCAE8
RGB223202232
HSL282°39.47%85.10%
HSB/HSV282°12.93%90.98%
CMYK3.88%12.93%0.00%
9.02%

Color #DFCAE8 in popluar number systems.

HEXDFCAE8
Decimal223202232
Binary110111111100101011101000
Octal337312350

Shades and tints

Shades of #DFCAE8

#DFCAE8
(223,202,232)
#CBB8D3
(203,184,211)
#B7A6BE
(183,166,190)
#A394A9
(163,148,169)
#8F8294
(143,130,148)
#7B707F
(123,112,127)
#675E6A
(103,94,106)
#534C55
(83,76,85)
#3F3A40
(63,58,64)
#2B282B
(43,40,43)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #DFCAE8

#DFCAE8
(223,202,232)
#E1CEEA
(225,206,234)
#E3D2EC
(227,210,236)
#E5D6EE
(229,214,238)
#E7DAF0
(231,218,240)
#E9DEF2
(233,222,242)
#EBE2F4
(235,226,244)
#EDE6F6
(237,230,246)
#EFEAF8
(239,234,248)
#F1EEFA
(241,238,250)
#F3F2FC
(243,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCAE8 color. Also use rgb(223,202,232) instead hex code.

Text Font Color

.myTextColor { color: #DFCAE8; }

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

This text font color is #DFCAE8.


Background Color

.myBgColor { background-color: #DFCAE8; }

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

This div background color is #DFCAE8.


Border color

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

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

This div border color is #DFCAE8.


Opacity

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

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

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

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

This text has shadow with #DFCAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCAE8 on black background.


Color preview on white background

This text has color #DFCAE8 on white background.



Black color preview on #DFCAE8 background

This text has black color on #DFCAE8 background.


White color preview on #DFCAE8 background

This text has white color on #DFCAE8 background.