COLOR #DAD6FC

HEX: #DAD6FC RGB: (218,214,252)

Color info

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

RGB color model

#DAD6FC color RGB value is (218,214,252).

RGB: (218,214,252) (85%, 84%, 99%)

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 252 of 255 = 99%

218
214
252

R + G + B ~ 89%. #DAD6FC is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 214 + 252 = 684 (100%)
R 218 of 684 ~ 31.87%
G 214 of 684 ~ 31.29%
B 252 of 684 ~ 36.84'%

%31.87
%31.29
%36.84

CMYK color model

#DAD6FC color CMYK value is (13,15,0,1).

  • cyan value is 13.49%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (13,15,0,1) C13M15Y0K1 (13%,15%,0%,1%) (0.13/0.15/0.00/0.01) 

CMYK percentages

%13.49
%15.08
%0
%1.18

Codes

Color #DAD6FC in popluar color models

DA D6 FC
RGB 218 214 252
HSL 246° 86.36% 91.37%
HSB/HSV 246° 15.08% 98.82%
CMYK 13.49% 15.08% 0.00%
1.18%

Color #DAD6FC in popluar number systems.

HEX DA D6 FC
Decimal 218 214 252
Binary 11011010 11010110 11111100
Octal 332 326 374

Shades and tints

Shades of #DAD6FC

#DAD6FC
(218,214,252)
#C7C3E6
(199,195,230)
#B4B0D0
(180,176,208)
#A19DBA
(161,157,186)
#8E8AA4
(142,138,164)
#7B778E
(123,119,142)
#686478
(104,100,120)
#555162
(85,81,98)
#423E4C
(66,62,76)
#2F2B36
(47,43,54)
#1C1820
(28,24,32)
#000000
(0,0,0)

Tints of #DAD6FC

#DAD6FC
(218,214,252)
#DDD9FC
(221,217,252)
#E0DCFC
(224,220,252)
#E3DFFC
(227,223,252)
#E6E2FC
(230,226,252)
#E9E5FC
(233,229,252)
#ECE8FC
(236,232,252)
#EFEBFC
(239,235,252)
#F2EEFC
(242,238,252)
#F5F1FC
(245,241,252)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6FC; }

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

This text font color is #DAD6FC.

Background Color

.myBgColor { background-color: #DAD6FC; }

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

This div background color is #DAD6FC.

Border color

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

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

This div border color is #DAD6FC.

Opacity

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

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

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

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

This text has shadow with #DAD6FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD6FC.

Preview

Color preview on black background

This text has color #DAD6FC on black background.


Color preview on white background

This text has color #DAD6FC on white background.


Black color preview on #DAD6FC background

This text has black color on #DAD6FC background.


White color preview on #DAD6FC background

This text has white color on #DAD6FC background.


Related colors

Complementary color

Complementary color for #hex is #252903.


I love getcolorcode.com

Triadic colors

1 #FCDAD6 and #D6FCDA with #DAD6FC are triadic colors.

2 #FCD6DA and #D6DAFC with #DAD6FC are triadic colors.