COLOR #DFDAF2

HEX: #DFDAF2
RGB: (223,218,242)

Color info

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

RGB color model

#DFDAF2 color RGB value is (223,218,242).

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

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 242 of 255 = 95%

223
218
242

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

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 242 = 683 (100%)
R 223 of 683 ~ 32.65%
G 218 of 683 ~ 31.92%
B 242 of 683 ~ 35.43%

%32.65
%31.92
%35.43

CMYK color model

#DFDAF2 color CMYK value is (8,10,0,5).

  • cyan value is 7.85%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(8,10,0,5)
C8M10Y0K5 
(8%,10%,0%,5%)
(0.08/0.10/0.00/0.05)	

CMYK percentages

%7.85
%9.92
%0
%5.1

Codes

Color #DFDAF2 in popluar color models

DFDAF2
RGB223218242
HSL253°48.00%90.20%
HSB/HSV253°9.92%94.90%
CMYK7.85%9.92%0.00%
5.10%

Color #DFDAF2 in popluar number systems.

HEXDFDAF2
Decimal223218242
Binary110111111101101011110010
Octal337332362

Shades and tints

Shades of #DFDAF2

#DFDAF2
(223,218,242)
#CBC7DC
(203,199,220)
#B7B4C6
(183,180,198)
#A3A1B0
(163,161,176)
#8F8E9A
(143,142,154)
#7B7B84
(123,123,132)
#67686E
(103,104,110)
#535558
(83,85,88)
#3F4242
(63,66,66)
#2B2F2C
(43,47,44)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #DFDAF2

#DFDAF2
(223,218,242)
#E1DDF3
(225,221,243)
#E3E0F4
(227,224,244)
#E5E3F5
(229,227,245)
#E7E6F6
(231,230,246)
#E9E9F7
(233,233,247)
#EBECF8
(235,236,248)
#EDEFF9
(237,239,249)
#EFF2FA
(239,242,250)
#F1F5FB
(241,245,251)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAF2; }

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

This text font color is #DFDAF2.


Background Color

.myBgColor { background-color: #DFDAF2; }

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

This div background color is #DFDAF2.


Border color

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

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

This div border color is #DFDAF2.


Opacity

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

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

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

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

This text has shadow with #DFDAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDAF2 on black background.


Color preview on white background

This text has color #DFDAF2 on white background.



Black color preview on #DFDAF2 background

This text has black color on #DFDAF2 background.


White color preview on #DFDAF2 background

This text has white color on #DFDAF2 background.