COLOR #DAD9EF

HEX: #DAD9EF RGB: (218,217,239)

Color info

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

RGB color model

#DAD9EF color RGB value is (218,217,239).

RGB: (218,217,239) (85%, 85%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 239 of 255 = 94%

218
217
239

R + G + B ~ 88%. #DAD9EF is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 239 = 674 (100%)
R 218 of 674 ~ 32.34%
G 217 of 674 ~ 32.2%
B 239 of 674 ~ 35.46'%

%32.34
%32.2
%35.46

CMYK color model

#DAD9EF color CMYK value is (9,9,0,6).

  • cyan value is 8.79%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (9,9,0,6)
C9M9Y0K6 (9%, 9%, 0%, 6%)
(0.09 / 0.09 / 0.00 / 0.06)

CMYK percentages

%8.79
%9.21
%0
%6.27

Codes

Color #DAD9EF in popluar color models

DA D9 EF
RGB 218 217 239
HSL 243° 40.74% 89.41%
HSB/HSV 243° 9.21% 93.73%
CMYK 8.79% 9.21% 0.00%
6.27%

Color #DAD9EF in popluar number systems.

HEX DA D9 EF
Decimal 218 217 239
Binary 11011010 11011001 11101111
Octal 332 331 357

Shades and tints

Shades of #DAD9EF

#DAD9EF
(218,217,239)
#C7C6DA
(199,198,218)
#B4B3C5
(180,179,197)
#A1A0B0
(161,160,176)
#8E8D9B
(142,141,155)
#7B7A86
(123,122,134)
#686771
(104,103,113)
#55545C
(85,84,92)
#424147
(66,65,71)
#2F2E32
(47,46,50)
#1C1B1D
(28,27,29)
#000000
(0,0,0)

Tints of #DAD9EF

#DAD9EF
(218,217,239)
#DDDCF0
(221,220,240)
#E0DFF1
(224,223,241)
#E3E2F2
(227,226,242)
#E6E5F3
(230,229,243)
#E9E8F4
(233,232,244)
#ECEBF5
(236,235,245)
#EFEEF6
(239,238,246)
#F2F1F7
(242,241,247)
#F5F4F8
(245,244,248)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9EF; }

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

This text font color is #DAD9EF.

Background Color

.myBgColor { background-color: #DAD9EF; }

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

This div background color is #DAD9EF.

Border color

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

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

This div border color is #DAD9EF.

Opacity

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

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

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

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

This text has shadow with #DAD9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD9EF.

Preview

Color preview on black background

This text has color #DAD9EF on black background.


Color preview on white background

This text has color #DAD9EF on white background.


Black color preview on #DAD9EF background

This text has black color on #DAD9EF background.


White color preview on #DAD9EF background

This text has white color on #DAD9EF background.


Related colors

Complementary color

Complementary color for #hex is #252610.


I love getcolorcode.com

Triadic colors

1 #EFDAD9 and #D9EFDA with #DAD9EF are triadic colors.

2 #EFD9DA and #D9DAEF with #DAD9EF are triadic colors.