COLOR #DAD9EA

HEX: #DAD9EA RGB: (218,217,234)

Color info

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

RGB color model

#DAD9EA color RGB value is (218,217,234).

RGB: (218,217,234) (85%, 85%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 234 of 255 = 92%

218
217
234

R + G + B ~ 87%. #DAD9EA is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 234 = 669 (100%)
R 218 of 669 ~ 32.59%
G 217 of 669 ~ 32.44%
B 234 of 669 ~ 34.98'%

%32.59
%32.44
%34.98

CMYK color model

#DAD9EA color CMYK value is (7,7,0,8).

  • cyan value is 6.84%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (7,7,0,8) C7M7Y0K8 (7%,7%,0%,8%) (0.07/0.07/0.00/0.08) 

CMYK percentages

%6.84
%7.26
%0
%8.24

Codes

Color #DAD9EA in popluar color models

DA D9 EA
RGB 218 217 234
HSL 244° 28.81% 88.43%
HSB/HSV 244° 7.26% 91.76%
CMYK 6.84% 7.26% 0.00%
8.24%

Color #DAD9EA in popluar number systems.

HEX DA D9 EA
Decimal 218 217 234
Binary 11011010 11011001 11101010
Octal 332 331 352

Shades and tints

Shades of #DAD9EA

#DAD9EA
(218,217,234)
#C7C6D5
(199,198,213)
#B4B3C0
(180,179,192)
#A1A0AB
(161,160,171)
#8E8D96
(142,141,150)
#7B7A81
(123,122,129)
#68676C
(104,103,108)
#555457
(85,84,87)
#424142
(66,65,66)
#2F2E2D
(47,46,45)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #DAD9EA

#DAD9EA
(218,217,234)
#DDDCEB
(221,220,235)
#E0DFEC
(224,223,236)
#E3E2ED
(227,226,237)
#E6E5EE
(230,229,238)
#E9E8EF
(233,232,239)
#ECEBF0
(236,235,240)
#EFEEF1
(239,238,241)
#F2F1F2
(242,241,242)
#F5F4F3
(245,244,243)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9EA; }

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

This text font color is #DAD9EA.

Background Color

.myBgColor { background-color: #DAD9EA; }

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

This div background color is #DAD9EA.

Border color

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

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

This div border color is #DAD9EA.

Opacity

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

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

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

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

This text has shadow with #DAD9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD9EA.

Preview

Color preview on black background

This text has color #DAD9EA on black background.


Color preview on white background

This text has color #DAD9EA on white background.


Black color preview on #DAD9EA background

This text has black color on #DAD9EA background.


White color preview on #DAD9EA background

This text has white color on #DAD9EA background.


Related colors

Complementary color

Complementary color for #hex is #252615.


I love getcolorcode.com

Triadic colors

1 #EADAD9 and #D9EADA with #DAD9EA are triadic colors.

2 #EAD9DA and #D9DAEA with #DAD9EA are triadic colors.