COLOR #DAD6E4

HEX: #DAD6E4 RGB: (218,214,228)

Color info

#DAD6E4 contains red, green and blue colors in about the same proportion. Web safe color of #DAD6E4 is #CCCCCC (or #CCC).

RGB color model

#DAD6E4 color RGB value is (218,214,228).

RGB: (218,214,228) (85%, 84%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 228 of 255 = 89%

218
214
228

R + G + B ~ 86%. #DAD6E4 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 214 + 228 = 660 (100%)
R 218 of 660 ~ 33.03%
G 214 of 660 ~ 32.42%
B 228 of 660 ~ 34.55'%

%33.03
%32.42
%34.55

CMYK color model

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

  • cyan value is 4.39%
  • magenta value is 6.14%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (4,6,0,11)
C4M6Y0K11 (4%, 6%, 0%, 11%)
(0.04 / 0.06 / 0.00 / 0.11)

CMYK percentages

%4.39
%6.14
%0
%10.59

Codes

Color #DAD6E4 in popluar color models

DA D6 E4
RGB 218 214 228
HSL 257° 20.59% 86.67%
HSB/HSV 257° 6.14% 89.41%
CMYK 4.39% 6.14% 0.00%
10.59%

Color #DAD6E4 in popluar number systems.

HEX DA D6 E4
Decimal 218 214 228
Binary 11011010 11010110 11100100
Octal 332 326 344

Shades and tints

Shades of #DAD6E4

#DAD6E4
(218,214,228)
#C7C3D0
(199,195,208)
#B4B0BC
(180,176,188)
#A19DA8
(161,157,168)
#8E8A94
(142,138,148)
#7B7780
(123,119,128)
#68646C
(104,100,108)
#555158
(85,81,88)
#423E44
(66,62,68)
#2F2B30
(47,43,48)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #DAD6E4

#DAD6E4
(218,214,228)
#DDD9E6
(221,217,230)
#E0DCE8
(224,220,232)
#E3DFEA
(227,223,234)
#E6E2EC
(230,226,236)
#E9E5EE
(233,229,238)
#ECE8F0
(236,232,240)
#EFEBF2
(239,235,242)
#F2EEF4
(242,238,244)
#F5F1F6
(245,241,246)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6E4; }

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

This text font color is #DAD6E4.

Background Color

.myBgColor { background-color: #DAD6E4; }

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

This div background color is #DAD6E4.

Border color

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

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

This div border color is #DAD6E4.

Opacity

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

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

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

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

This text has shadow with #DAD6E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD6E4.

Preview

Color preview on black background

This text has color #DAD6E4 on black background.


Color preview on white background

This text has color #DAD6E4 on white background.


Black color preview on #DAD6E4 background

This text has black color on #DAD6E4 background.


White color preview on #DAD6E4 background

This text has white color on #DAD6E4 background.


Related colors

Complementary color

Complementary color for #hex is #25291B.


I love getcolorcode.com

Triadic colors

1 #E4DAD6 and #D6E4DA with #DAD6E4 are triadic colors.

2 #E4D6DA and #D6DAE4 with #DAD6E4 are triadic colors.