COLOR #DFDAF8

HEX: #DFDAF8
RGB: (223,218,248)

Color info

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

RGB color model

#DFDAF8 color RGB value is (223,218,248).

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

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 248 of 255 = 97%

223
218
248

R + G + B ~ 90%. #DFDAF8 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 248 = 689 (100%)
R 223 of 689 ~ 32.37%
G 218 of 689 ~ 31.64%
B 248 of 689 ~ 35.99%

%32.37
%31.64
%35.99

CMYK color model

#DFDAF8 color CMYK value is (10,12,0,3).

  • cyan value is 10.08%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(10,12,0,3)
C10M12Y0K3 
(10%,12%,0%,3%)
(0.10/0.12/0.00/0.03)	

CMYK percentages

%10.08
%12.1
%0
%2.75

Codes

Color #DFDAF8 in popluar color models

DFDAF8
RGB223218248
HSL250°68.18%91.37%
HSB/HSV250°12.10%97.25%
CMYK10.08%12.10%0.00%
2.75%

Color #DFDAF8 in popluar number systems.

HEXDFDAF8
Decimal223218248
Binary110111111101101011111000
Octal337332370

Shades and tints

Shades of #DFDAF8

#DFDAF8
(223,218,248)
#CBC7E2
(203,199,226)
#B7B4CC
(183,180,204)
#A3A1B6
(163,161,182)
#8F8EA0
(143,142,160)
#7B7B8A
(123,123,138)
#676874
(103,104,116)
#53555E
(83,85,94)
#3F4248
(63,66,72)
#2B2F32
(43,47,50)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #DFDAF8

#DFDAF8
(223,218,248)
#E1DDF8
(225,221,248)
#E3E0F8
(227,224,248)
#E5E3F8
(229,227,248)
#E7E6F8
(231,230,248)
#E9E9F8
(233,233,248)
#EBECF8
(235,236,248)
#EDEFF8
(237,239,248)
#EFF2F8
(239,242,248)
#F1F5F8
(241,245,248)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAF8; }

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

This text font color is #DFDAF8.


Background Color

.myBgColor { background-color: #DFDAF8; }

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

This div background color is #DFDAF8.


Border color

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

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

This div border color is #DFDAF8.


Opacity

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

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

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

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

This text has shadow with #DFDAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDAF8 on black background.


Color preview on white background

This text has color #DFDAF8 on white background.



Black color preview on #DFDAF8 background

This text has black color on #DFDAF8 background.


White color preview on #DFDAF8 background

This text has white color on #DFDAF8 background.