COLOR #DAD3E1

HEX: #DAD3E1 RGB: (218,211,225)

Color info

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

RGB color model

#DAD3E1 color RGB value is (218,211,225).

RGB: (218,211,225) (85%, 83%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 225 of 255 = 88%

218
211
225

R + G + B ~ 85%. #DAD3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 211 + 225 = 654 (100%)
R 218 of 654 ~ 33.33%
G 211 of 654 ~ 32.26%
B 225 of 654 ~ 34.4'%

%33.33
%32.26
%34.4

CMYK color model

#DAD3E1 color CMYK value is (3,6,0,12).

  • cyan value is 3.11%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (3,6,0,12)
C3M6Y0K12 (3%, 6%, 0%, 12%)
(0.03 / 0.06 / 0.00 / 0.12)

CMYK percentages

%3.11
%6.22
%0
%11.76

Codes

Color #DAD3E1 in popluar color models

DA D3 E1
RGB 218 211 225
HSL 270° 18.92% 85.49%
HSB/HSV 270° 6.22% 88.24%
CMYK 3.11% 6.22% 0.00%
11.76%

Color #DAD3E1 in popluar number systems.

HEX DA D3 E1
Decimal 218 211 225
Binary 11011010 11010011 11100001
Octal 332 323 341

Shades and tints

Shades of #DAD3E1

#DAD3E1
(218,211,225)
#C7C0CD
(199,192,205)
#B4ADB9
(180,173,185)
#A19AA5
(161,154,165)
#8E8791
(142,135,145)
#7B747D
(123,116,125)
#686169
(104,97,105)
#554E55
(85,78,85)
#423B41
(66,59,65)
#2F282D
(47,40,45)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DAD3E1

#DAD3E1
(218,211,225)
#DDD7E3
(221,215,227)
#E0DBE5
(224,219,229)
#E3DFE7
(227,223,231)
#E6E3E9
(230,227,233)
#E9E7EB
(233,231,235)
#ECEBED
(236,235,237)
#EFEFEF
(239,239,239)
#F2F3F1
(242,243,241)
#F5F7F3
(245,247,243)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD3E1 color. Also use rgb(218,211,225) instead hex code.

Text Font Color

.myTextColor { color: #DAD3E1; }

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

This text font color is #DAD3E1.

Background Color

.myBgColor { background-color: #DAD3E1; }

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

This div background color is #DAD3E1.

Border color

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

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

This div border color is #DAD3E1.

Opacity

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

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

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

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

This text has shadow with #DAD3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD3E1.

Preview

Color preview on black background

This text has color #DAD3E1 on black background.


Color preview on white background

This text has color #DAD3E1 on white background.


Black color preview on #DAD3E1 background

This text has black color on #DAD3E1 background.


White color preview on #DAD3E1 background

This text has white color on #DAD3E1 background.


Related colors

Complementary color

Complementary color for #hex is #252C1E.


I love getcolorcode.com

Triadic colors

1 #E1DAD3 and #D3E1DA with #DAD3E1 are triadic colors.

2 #E1D3DA and #D3DAE1 with #DAD3E1 are triadic colors.