COLOR #DAD6EA

HEX: #DAD6EA RGB: (218,214,234)

Color info

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

RGB color model

#DAD6EA color RGB value is (218,214,234).

RGB: (218,214,234) (85%, 84%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 234 of 255 = 92%

218
214
234

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

Portions of RGB colors in percentages

R + G + B = 218 + 214 + 234 = 666 (100%)
R 218 of 666 ~ 32.73%
G 214 of 666 ~ 32.13%
B 234 of 666 ~ 35.14'%

%32.73
%32.13
%35.14

CMYK color model

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

  • cyan value is 6.84%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (7,9,0,8)
C7M9Y0K8 (7%, 9%, 0%, 8%)
(0.07 / 0.09 / 0.00 / 0.08)

CMYK percentages

%6.84
%8.55
%0
%8.24

Codes

Color #DAD6EA in popluar color models

DA D6 EA
RGB 218 214 234
HSL 252° 32.26% 87.84%
HSB/HSV 252° 8.55% 91.76%
CMYK 6.84% 8.55% 0.00%
8.24%

Color #DAD6EA in popluar number systems.

HEX DA D6 EA
Decimal 218 214 234
Binary 11011010 11010110 11101010
Octal 332 326 352

Shades and tints

Shades of #DAD6EA

#DAD6EA
(218,214,234)
#C7C3D5
(199,195,213)
#B4B0C0
(180,176,192)
#A19DAB
(161,157,171)
#8E8A96
(142,138,150)
#7B7781
(123,119,129)
#68646C
(104,100,108)
#555157
(85,81,87)
#423E42
(66,62,66)
#2F2B2D
(47,43,45)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #DAD6EA

#DAD6EA
(218,214,234)
#DDD9EB
(221,217,235)
#E0DCEC
(224,220,236)
#E3DFED
(227,223,237)
#E6E2EE
(230,226,238)
#E9E5EF
(233,229,239)
#ECE8F0
(236,232,240)
#EFEBF1
(239,235,241)
#F2EEF2
(242,238,242)
#F5F1F3
(245,241,243)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6EA; }

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

This text font color is #DAD6EA.

Background Color

.myBgColor { background-color: #DAD6EA; }

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

This div background color is #DAD6EA.

Border color

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

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

This div border color is #DAD6EA.

Opacity

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

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

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

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

This text has shadow with #DAD6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD6EA.

Preview

Color preview on black background

This text has color #DAD6EA on black background.


Color preview on white background

This text has color #DAD6EA on white background.


Black color preview on #DAD6EA background

This text has black color on #DAD6EA background.


White color preview on #DAD6EA background

This text has white color on #DAD6EA background.


Related colors

Complementary color

Complementary color for #hex is #252915.


I love getcolorcode.com

Triadic colors

1 #EADAD6 and #D6EADA with #DAD6EA are triadic colors.

2 #EAD6DA and #D6DAEA with #DAD6EA are triadic colors.