COLOR #DAD1EF

HEX: #DAD1EF RGB: (218,209,239)

Color info

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

RGB color model

#DAD1EF color RGB value is (218,209,239).

RGB: (218,209,239) (85%, 82%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 209 of 255 = 82%
B 239 of 255 = 94%

218
209
239

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

Portions of RGB colors in percentages

R + G + B = 218 + 209 + 239 = 666 (100%)
R 218 of 666 ~ 32.73%
G 209 of 666 ~ 31.38%
B 239 of 666 ~ 35.89'%

%32.73
%31.38
%35.89

CMYK color model

#DAD1EF color CMYK value is (9,13,0,6).

  • cyan value is 8.79%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (9,13,0,6) C9M13Y0K6 (9%,13%,0%,6%) (0.09/0.13/0.00/0.06) 

CMYK percentages

%8.79
%12.55
%0
%6.27

Codes

Color #DAD1EF in popluar color models

DA D1 EF
RGB 218 209 239
HSL 258° 48.39% 87.84%
HSB/HSV 258° 12.55% 93.73%
CMYK 8.79% 12.55% 0.00%
6.27%

Color #DAD1EF in popluar number systems.

HEX DA D1 EF
Decimal 218 209 239
Binary 11011010 11010001 11101111
Octal 332 321 357

Shades and tints

Shades of #DAD1EF

#DAD1EF
(218,209,239)
#C7BEDA
(199,190,218)
#B4ABC5
(180,171,197)
#A198B0
(161,152,176)
#8E859B
(142,133,155)
#7B7286
(123,114,134)
#685F71
(104,95,113)
#554C5C
(85,76,92)
#423947
(66,57,71)
#2F2632
(47,38,50)
#1C131D
(28,19,29)
#000000
(0,0,0)

Tints of #DAD1EF

#DAD1EF
(218,209,239)
#DDD5F0
(221,213,240)
#E0D9F1
(224,217,241)
#E3DDF2
(227,221,242)
#E6E1F3
(230,225,243)
#E9E5F4
(233,229,244)
#ECE9F5
(236,233,245)
#EFEDF6
(239,237,246)
#F2F1F7
(242,241,247)
#F5F5F8
(245,245,248)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD1EF; }

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

This text font color is #DAD1EF.

Background Color

.myBgColor { background-color: #DAD1EF; }

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

This div background color is #DAD1EF.

Border color

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

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

This div border color is #DAD1EF.

Opacity

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

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

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

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

This text has shadow with #DAD1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD1EF.

Preview

Color preview on black background

This text has color #DAD1EF on black background.


Color preview on white background

This text has color #DAD1EF on white background.


Black color preview on #DAD1EF background

This text has black color on #DAD1EF background.


White color preview on #DAD1EF background

This text has white color on #DAD1EF background.


Related colors

Complementary color

Complementary color for #hex is #252E10.


I love getcolorcode.com

Triadic colors

1 #EFDAD1 and #D1EFDA with #DAD1EF are triadic colors.

2 #EFD1DA and #D1DAEF with #DAD1EF are triadic colors.