COLOR #DFCAEB

HEX: #DFCAEB
RGB: (223,202,235)

Color info

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

RGB color model

#DFCAEB color RGB value is (223,202,235).

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

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 235 of 255 = 92%

223
202
235

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

Portions of RGB colors in percentages

R + G + B =
223 + 202 + 235 = 660 (100%)
R 223 of 660 ~ 33.79%
G 202 of 660 ~ 30.61%
B 235 of 660 ~ 35.61%

%33.79
%30.61
%35.61

CMYK color model

#DFCAEB color CMYK value is (5,14,0,8).

  • cyan value is 5.11%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,14,0,8)
C5M14Y0K8 
(5%,14%,0%,8%)
(0.05/0.14/0.00/0.08)	

CMYK percentages

%5.11
%14.04
%0
%7.84

Codes

Color #DFCAEB in popluar color models

DFCAEB
RGB223202235
HSL278°45.21%85.69%
HSB/HSV278°14.04%92.16%
CMYK5.11%14.04%0.00%
7.84%

Color #DFCAEB in popluar number systems.

HEXDFCAEB
Decimal223202235
Binary110111111100101011101011
Octal337312353

Shades and tints

Shades of #DFCAEB

#DFCAEB
(223,202,235)
#CBB8D6
(203,184,214)
#B7A6C1
(183,166,193)
#A394AC
(163,148,172)
#8F8297
(143,130,151)
#7B7082
(123,112,130)
#675E6D
(103,94,109)
#534C58
(83,76,88)
#3F3A43
(63,58,67)
#2B282E
(43,40,46)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #DFCAEB

#DFCAEB
(223,202,235)
#E1CEEC
(225,206,236)
#E3D2ED
(227,210,237)
#E5D6EE
(229,214,238)
#E7DAEF
(231,218,239)
#E9DEF0
(233,222,240)
#EBE2F1
(235,226,241)
#EDE6F2
(237,230,242)
#EFEAF3
(239,234,243)
#F1EEF4
(241,238,244)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCAEB; }

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

This text font color is #DFCAEB.


Background Color

.myBgColor { background-color: #DFCAEB; }

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

This div background color is #DFCAEB.


Border color

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

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

This div border color is #DFCAEB.


Opacity

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

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

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

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

This text has shadow with #DFCAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCAEB on black background.


Color preview on white background

This text has color #DFCAEB on white background.



Black color preview on #DFCAEB background

This text has black color on #DFCAEB background.


White color preview on #DFCAEB background

This text has white color on #DFCAEB background.