COLOR #DFDAEF

HEX: #DFDAEF
RGB: (223,218,239)

Color info

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

RGB color model

#DFDAEF color RGB value is (223,218,239).

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

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 239 of 255 = 94%

223
218
239

R + G + B ~ 89%. #DFDAEF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 239 = 680 (100%)
R 223 of 680 ~ 32.79%
G 218 of 680 ~ 32.06%
B 239 of 680 ~ 35.15%

%32.79
%32.06
%35.15

CMYK color model

#DFDAEF color CMYK value is (7,9,0,6).

  • cyan value is 6.69%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,9,0,6)
C7M9Y0K6 
(7%,9%,0%,6%)
(0.07/0.09/0.00/0.06)	

CMYK percentages

%6.69
%8.79
%0
%6.27

Codes

Color #DFDAEF in popluar color models

DFDAEF
RGB223218239
HSL254°39.62%89.61%
HSB/HSV254°8.79%93.73%
CMYK6.69%8.79%0.00%
6.27%

Color #DFDAEF in popluar number systems.

HEXDFDAEF
Decimal223218239
Binary110111111101101011101111
Octal337332357

Shades and tints

Shades of #DFDAEF

#DFDAEF
(223,218,239)
#CBC7DA
(203,199,218)
#B7B4C5
(183,180,197)
#A3A1B0
(163,161,176)
#8F8E9B
(143,142,155)
#7B7B86
(123,123,134)
#676871
(103,104,113)
#53555C
(83,85,92)
#3F4247
(63,66,71)
#2B2F32
(43,47,50)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #DFDAEF

#DFDAEF
(223,218,239)
#E1DDF0
(225,221,240)
#E3E0F1
(227,224,241)
#E5E3F2
(229,227,242)
#E7E6F3
(231,230,243)
#E9E9F4
(233,233,244)
#EBECF5
(235,236,245)
#EDEFF6
(237,239,246)
#EFF2F7
(239,242,247)
#F1F5F8
(241,245,248)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAEF; }

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

This text font color is #DFDAEF.


Background Color

.myBgColor { background-color: #DFDAEF; }

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

This div background color is #DFDAEF.


Border color

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

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

This div border color is #DFDAEF.


Opacity

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

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

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

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

This text has shadow with #DFDAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDAEF on black background.


Color preview on white background

This text has color #DFDAEF on white background.



Black color preview on #DFDAEF background

This text has black color on #DFDAEF background.


White color preview on #DFDAEF background

This text has white color on #DFDAEF background.