COLOR #DAD9F5

HEX: #DAD9F5 RGB: (218,217,245)

Color info

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

RGB color model

#DAD9F5 color RGB value is (218,217,245).

RGB: (218,217,245) (85%, 85%, 96%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 245 of 255 = 96%

218
217
245

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

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 245 = 680 (100%)
R 218 of 680 ~ 32.06%
G 217 of 680 ~ 31.91%
B 245 of 680 ~ 36.03'%

%32.06
%31.91
%36.03

CMYK color model

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

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

CMYK: (11,11,0,4)
C11M11Y0K4 (11%, 11%, 0%, 4%)
(0.11 / 0.11 / 0.00 / 0.04)

CMYK percentages

%11.02
%11.43
%0
%3.92

Codes

Color #DAD9F5 in popluar color models

DA D9 F5
RGB 218 217 245
HSL 242° 58.33% 90.59%
HSB/HSV 242° 11.43% 96.08%
CMYK 11.02% 11.43% 0.00%
3.92%

Color #DAD9F5 in popluar number systems.

HEX DA D9 F5
Decimal 218 217 245
Binary 11011010 11011001 11110101
Octal 332 331 365

Shades and tints

Shades of #DAD9F5

#DAD9F5
(218,217,245)
#C7C6DF
(199,198,223)
#B4B3C9
(180,179,201)
#A1A0B3
(161,160,179)
#8E8D9D
(142,141,157)
#7B7A87
(123,122,135)
#686771
(104,103,113)
#55545B
(85,84,91)
#424145
(66,65,69)
#2F2E2F
(47,46,47)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #DAD9F5

#DAD9F5
(218,217,245)
#DDDCF5
(221,220,245)
#E0DFF5
(224,223,245)
#E3E2F5
(227,226,245)
#E6E5F5
(230,229,245)
#E9E8F5
(233,232,245)
#ECEBF5
(236,235,245)
#EFEEF5
(239,238,245)
#F2F1F5
(242,241,245)
#F5F4F5
(245,244,245)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9F5; }

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

This text font color is #DAD9F5.

Background Color

.myBgColor { background-color: #DAD9F5; }

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

This div background color is #DAD9F5.

Border color

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

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

This div border color is #DAD9F5.

Opacity

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

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

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

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

This text has shadow with #DAD9F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD9F5.

Preview

Color preview on black background

This text has color #DAD9F5 on black background.


Color preview on white background

This text has color #DAD9F5 on white background.


Black color preview on #DAD9F5 background

This text has black color on #DAD9F5 background.


White color preview on #DAD9F5 background

This text has white color on #DAD9F5 background.


Related colors

Complementary color

Complementary color for #hex is #25260A.


I love getcolorcode.com

Triadic colors

1 #F5DAD9 and #D9F5DA with #DAD9F5 are triadic colors.

2 #F5D9DA and #D9DAF5 with #DAD9F5 are triadic colors.