COLOR #DAD3EF

HEX: #DAD3EF RGB: (218,211,239)

Color info

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

RGB color model

#DAD3EF color RGB value is (218,211,239).

RGB: (218,211,239) (85%, 83%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 239 of 255 = 94%

218
211
239

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

Portions of RGB colors in percentages

R + G + B = 218 + 211 + 239 = 668 (100%)
R 218 of 668 ~ 32.63%
G 211 of 668 ~ 31.59%
B 239 of 668 ~ 35.78'%

%32.63
%31.59
%35.78

CMYK color model

#DAD3EF color CMYK value is (9,12,0,6).

  • cyan value is 8.79%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (9,12,0,6)
C9M12Y0K6 (9%, 12%, 0%, 6%)
(0.09 / 0.12 / 0.00 / 0.06)

CMYK percentages

%8.79
%11.72
%0
%6.27

Codes

Color #DAD3EF in popluar color models

DA D3 EF
RGB 218 211 239
HSL 255° 46.67% 88.24%
HSB/HSV 255° 11.72% 93.73%
CMYK 8.79% 11.72% 0.00%
6.27%

Color #DAD3EF in popluar number systems.

HEX DA D3 EF
Decimal 218 211 239
Binary 11011010 11010011 11101111
Octal 332 323 357

Shades and tints

Shades of #DAD3EF

#DAD3EF
(218,211,239)
#C7C0DA
(199,192,218)
#B4ADC5
(180,173,197)
#A19AB0
(161,154,176)
#8E879B
(142,135,155)
#7B7486
(123,116,134)
#686171
(104,97,113)
#554E5C
(85,78,92)
#423B47
(66,59,71)
#2F2832
(47,40,50)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #DAD3EF

#DAD3EF
(218,211,239)
#DDD7F0
(221,215,240)
#E0DBF1
(224,219,241)
#E3DFF2
(227,223,242)
#E6E3F3
(230,227,243)
#E9E7F4
(233,231,244)
#ECEBF5
(236,235,245)
#EFEFF6
(239,239,246)
#F2F3F7
(242,243,247)
#F5F7F8
(245,247,248)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD3EF; }

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

This text font color is #DAD3EF.

Background Color

.myBgColor { background-color: #DAD3EF; }

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

This div background color is #DAD3EF.

Border color

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

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

This div border color is #DAD3EF.

Opacity

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

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

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

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

This text has shadow with #DAD3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD3EF.

Preview

Color preview on black background

This text has color #DAD3EF on black background.


Color preview on white background

This text has color #DAD3EF on white background.


Black color preview on #DAD3EF background

This text has black color on #DAD3EF background.


White color preview on #DAD3EF background

This text has white color on #DAD3EF background.


Related colors

Complementary color

Complementary color for #hex is #252C10.


I love getcolorcode.com

Triadic colors

1 #EFDAD3 and #D3EFDA with #DAD3EF are triadic colors.

2 #EFD3DA and #D3DAEF with #DAD3EF are triadic colors.