COLOR #DFDAF7

HEX: #DFDAF7 RGB: (223,218,247)

Color info

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

RGB color model

#DFDAF7 color RGB value is (223,218,247).

RGB: (223,218,247) (87%, 85%, 97%)

RGB channels and saturation

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

223
218
247

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

Portions of RGB colors in percentages

R + G + B = 223 + 218 + 247 = 688 (100%)
R 223 of 688 ~ 32.41%
G 218 of 688 ~ 31.69%
B 247 of 688 ~ 35.9'%

%32.41
%31.69
%35.9

CMYK color model

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

  • cyan value is 9.72%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (10,12,0,3)
C10M12Y0K3 (10%, 12%, 0%, 3%)
(0.10 / 0.12 / 0.00 / 0.03)

CMYK percentages

%9.72
%11.74
%0
%3.14

Codes

Color #DFDAF7 in popluar color models

DF DA F7
RGB 223 218 247
HSL 250° 64.44% 91.18%
HSB/HSV 250° 11.74% 96.86%
CMYK 9.72% 11.74% 0.00%
3.14%

Color #DFDAF7 in popluar number systems.

HEX DF DA F7
Decimal 223 218 247
Binary 11011111 11011010 11110111
Octal 337 332 367

Shades and tints

Shades of #DFDAF7

#DFDAF7
(223,218,247)
#CBC7E1
(203,199,225)
#B7B4CB
(183,180,203)
#A3A1B5
(163,161,181)
#8F8E9F
(143,142,159)
#7B7B89
(123,123,137)
#676873
(103,104,115)
#53555D
(83,85,93)
#3F4247
(63,66,71)
#2B2F31
(43,47,49)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #DFDAF7

#DFDAF7
(223,218,247)
#E1DDF7
(225,221,247)
#E3E0F7
(227,224,247)
#E5E3F7
(229,227,247)
#E7E6F7
(231,230,247)
#E9E9F7
(233,233,247)
#EBECF7
(235,236,247)
#EDEFF7
(237,239,247)
#EFF2F7
(239,242,247)
#F1F5F7
(241,245,247)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAF7; }

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

This text font color is #DFDAF7.

Background Color

.myBgColor { background-color: #DFDAF7; }

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

This div background color is #DFDAF7.

Border color

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

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

This div border color is #DFDAF7.

Opacity

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

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

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

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

This text has shadow with #DFDAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDAF7.

Preview

Color preview on black background

This text has color #DFDAF7 on black background.


Color preview on white background

This text has color #DFDAF7 on white background.


Black color preview on #DFDAF7 background

This text has black color on #DFDAF7 background.


White color preview on #DFDAF7 background

This text has white color on #DFDAF7 background.


Related colors

Complementary color

Complementary color for #hex is #202508.


I love getcolorcode.com

Triadic colors

1 #F7DFDA and #DAF7DF with #DFDAF7 are triadic colors.

2 #F7DADF and #DADFF7 with #DFDAF7 are triadic colors.