COLOR #DFDAEB

HEX: #DFDAEB
RGB: (223,218,235)

Color info

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

RGB color model

#DFDAEB color RGB value is (223,218,235).

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

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 235 of 255 = 92%

223
218
235

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

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 235 = 676 (100%)
R 223 of 676 ~ 32.99%
G 218 of 676 ~ 32.25%
B 235 of 676 ~ 34.76%

%32.99
%32.25
%34.76

CMYK color model

#DFDAEB color CMYK value is (5,7,0,8).

  • cyan value is 5.11%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,7,0,8)
C5M7Y0K8 
(5%,7%,0%,8%)
(0.05/0.07/0.00/0.08)	

CMYK percentages

%5.11
%7.23
%0
%7.84

Codes

Color #DFDAEB in popluar color models

DFDAEB
RGB223218235
HSL258°29.82%88.82%
HSB/HSV258°7.23%92.16%
CMYK5.11%7.23%0.00%
7.84%

Color #DFDAEB in popluar number systems.

HEXDFDAEB
Decimal223218235
Binary110111111101101011101011
Octal337332353

Shades and tints

Shades of #DFDAEB

#DFDAEB
(223,218,235)
#CBC7D6
(203,199,214)
#B7B4C1
(183,180,193)
#A3A1AC
(163,161,172)
#8F8E97
(143,142,151)
#7B7B82
(123,123,130)
#67686D
(103,104,109)
#535558
(83,85,88)
#3F4243
(63,66,67)
#2B2F2E
(43,47,46)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #DFDAEB

#DFDAEB
(223,218,235)
#E1DDEC
(225,221,236)
#E3E0ED
(227,224,237)
#E5E3EE
(229,227,238)
#E7E6EF
(231,230,239)
#E9E9F0
(233,233,240)
#EBECF1
(235,236,241)
#EDEFF2
(237,239,242)
#EFF2F3
(239,242,243)
#F1F5F4
(241,245,244)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAEB; }

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

This text font color is #DFDAEB.


Background Color

.myBgColor { background-color: #DFDAEB; }

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

This div background color is #DFDAEB.


Border color

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

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

This div border color is #DFDAEB.


Opacity

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

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

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

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

This text has shadow with #DFDAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDAEB on black background.


Color preview on white background

This text has color #DFDAEB on white background.



Black color preview on #DFDAEB background

This text has black color on #DFDAEB background.


White color preview on #DFDAEB background

This text has white color on #DFDAEB background.