COLOR #DFDAF5

HEX: #DFDAF5 RGB: (223,218,245)

Color info

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

RGB color model

#DFDAF5 color RGB value is (223,218,245).

RGB: (223,218,245) (87%, 85%, 96%)

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 245 of 255 = 96%

223
218
245

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

Portions of RGB colors in percentages

R + G + B = 223 + 218 + 245 = 686 (100%)
R 223 of 686 ~ 32.51%
G 218 of 686 ~ 31.78%
B 245 of 686 ~ 35.71'%

%32.51
%31.78
%35.71

CMYK color model

#DFDAF5 color CMYK value is (9,11,0,4).

  • cyan value is 8.98%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (9,11,0,4)
C9M11Y0K4 (9%, 11%, 0%, 4%)
(0.09 / 0.11 / 0.00 / 0.04)

CMYK percentages

%8.98
%11.02
%0
%3.92

Codes

Color #DFDAF5 in popluar color models

DF DA F5
RGB 223 218 245
HSL 251° 57.45% 90.78%
HSB/HSV 251° 11.02% 96.08%
CMYK 8.98% 11.02% 0.00%
3.92%

Color #DFDAF5 in popluar number systems.

HEX DF DA F5
Decimal 223 218 245
Binary 11011111 11011010 11110101
Octal 337 332 365

Shades and tints

Shades of #DFDAF5

#DFDAF5
(223,218,245)
#CBC7DF
(203,199,223)
#B7B4C9
(183,180,201)
#A3A1B3
(163,161,179)
#8F8E9D
(143,142,157)
#7B7B87
(123,123,135)
#676871
(103,104,113)
#53555B
(83,85,91)
#3F4245
(63,66,69)
#2B2F2F
(43,47,47)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #DFDAF5

#DFDAF5
(223,218,245)
#E1DDF5
(225,221,245)
#E3E0F5
(227,224,245)
#E5E3F5
(229,227,245)
#E7E6F5
(231,230,245)
#E9E9F5
(233,233,245)
#EBECF5
(235,236,245)
#EDEFF5
(237,239,245)
#EFF2F5
(239,242,245)
#F1F5F5
(241,245,245)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAF5; }

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

This text font color is #DFDAF5.

Background Color

.myBgColor { background-color: #DFDAF5; }

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

This div background color is #DFDAF5.

Border color

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

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

This div border color is #DFDAF5.

Opacity

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

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

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

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

This text has shadow with #DFDAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDAF5.

Preview

Color preview on black background

This text has color #DFDAF5 on black background.


Color preview on white background

This text has color #DFDAF5 on white background.


Black color preview on #DFDAF5 background

This text has black color on #DFDAF5 background.


White color preview on #DFDAF5 background

This text has white color on #DFDAF5 background.


Related colors

Complementary color

Complementary color for #hex is #20250A.


I love getcolorcode.com

Triadic colors

1 #F5DFDA and #DAF5DF with #DFDAF5 are triadic colors.

2 #F5DADF and #DADFF5 with #DFDAF5 are triadic colors.