COLOR #DAD3F6

HEX: #DAD3F6 RGB: (218,211,246)

Color info

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

RGB color model

#DAD3F6 color RGB value is (218,211,246).

RGB: (218,211,246) (85%, 83%, 96%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 246 of 255 = 96%

218
211
246

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

Portions of RGB colors in percentages

R + G + B = 218 + 211 + 246 = 675 (100%)
R 218 of 675 ~ 32.3%
G 211 of 675 ~ 31.26%
B 246 of 675 ~ 36.44'%

%32.3
%31.26
%36.44

CMYK color model

#DAD3F6 color CMYK value is (11,14,0,4).

  • cyan value is 11.38%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (11,14,0,4)
C11M14Y0K4 (11%, 14%, 0%, 4%)
(0.11 / 0.14 / 0.00 / 0.04)

CMYK percentages

%11.38
%14.23
%0
%3.53

Codes

Color #DAD3F6 in popluar color models

DA D3 F6
RGB 218 211 246
HSL 252° 66.04% 89.61%
HSB/HSV 252° 14.23% 96.47%
CMYK 11.38% 14.23% 0.00%
3.53%

Color #DAD3F6 in popluar number systems.

HEX DA D3 F6
Decimal 218 211 246
Binary 11011010 11010011 11110110
Octal 332 323 366

Shades and tints

Shades of #DAD3F6

#DAD3F6
(218,211,246)
#C7C0E0
(199,192,224)
#B4ADCA
(180,173,202)
#A19AB4
(161,154,180)
#8E879E
(142,135,158)
#7B7488
(123,116,136)
#686172
(104,97,114)
#554E5C
(85,78,92)
#423B46
(66,59,70)
#2F2830
(47,40,48)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #DAD3F6

#DAD3F6
(218,211,246)
#DDD7F6
(221,215,246)
#E0DBF6
(224,219,246)
#E3DFF6
(227,223,246)
#E6E3F6
(230,227,246)
#E9E7F6
(233,231,246)
#ECEBF6
(236,235,246)
#EFEFF6
(239,239,246)
#F2F3F6
(242,243,246)
#F5F7F6
(245,247,246)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD3F6; }

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

This text font color is #DAD3F6.

Background Color

.myBgColor { background-color: #DAD3F6; }

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

This div background color is #DAD3F6.

Border color

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

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

This div border color is #DAD3F6.

Opacity

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

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

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

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

This text has shadow with #DAD3F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD3F6.

Preview

Color preview on black background

This text has color #DAD3F6 on black background.


Color preview on white background

This text has color #DAD3F6 on white background.


Black color preview on #DAD3F6 background

This text has black color on #DAD3F6 background.


White color preview on #DAD3F6 background

This text has white color on #DAD3F6 background.


Related colors

Complementary color

Complementary color for #hex is #252C09.


I love getcolorcode.com

Triadic colors

1 #F6DAD3 and #D3F6DA with #DAD3F6 are triadic colors.

2 #F6D3DA and #D3DAF6 with #DAD3F6 are triadic colors.