COLOR #DAD6F2

HEX: #DAD6F2 RGB: (218,214,242)

Color info

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

RGB color model

#DAD6F2 color RGB value is (218,214,242).

RGB: (218,214,242) (85%, 84%, 95%)

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 242 of 255 = 95%

218
214
242

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

Portions of RGB colors in percentages

R + G + B = 218 + 214 + 242 = 674 (100%)
R 218 of 674 ~ 32.34%
G 214 of 674 ~ 31.75%
B 242 of 674 ~ 35.91'%

%32.34
%31.75
%35.91

CMYK color model

#DAD6F2 color CMYK value is (10,12,0,5).

  • cyan value is 9.92%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (10,12,0,5)
C10M12Y0K5 (10%, 12%, 0%, 5%)
(0.10 / 0.12 / 0.00 / 0.05)

CMYK percentages

%9.92
%11.57
%0
%5.1

Codes

Color #DAD6F2 in popluar color models

DA D6 F2
RGB 218 214 242
HSL 249° 51.85% 89.41%
HSB/HSV 249° 11.57% 94.90%
CMYK 9.92% 11.57% 0.00%
5.10%

Color #DAD6F2 in popluar number systems.

HEX DA D6 F2
Decimal 218 214 242
Binary 11011010 11010110 11110010
Octal 332 326 362

Shades and tints

Shades of #DAD6F2

#DAD6F2
(218,214,242)
#C7C3DC
(199,195,220)
#B4B0C6
(180,176,198)
#A19DB0
(161,157,176)
#8E8A9A
(142,138,154)
#7B7784
(123,119,132)
#68646E
(104,100,110)
#555158
(85,81,88)
#423E42
(66,62,66)
#2F2B2C
(47,43,44)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAD6F2

#DAD6F2
(218,214,242)
#DDD9F3
(221,217,243)
#E0DCF4
(224,220,244)
#E3DFF5
(227,223,245)
#E6E2F6
(230,226,246)
#E9E5F7
(233,229,247)
#ECE8F8
(236,232,248)
#EFEBF9
(239,235,249)
#F2EEFA
(242,238,250)
#F5F1FB
(245,241,251)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD6F2; }

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

This text font color is #DAD6F2.

Background Color

.myBgColor { background-color: #DAD6F2; }

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

This div background color is #DAD6F2.

Border color

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

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

This div border color is #DAD6F2.

Opacity

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

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

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

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

This text has shadow with #DAD6F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD6F2.

Preview

Color preview on black background

This text has color #DAD6F2 on black background.


Color preview on white background

This text has color #DAD6F2 on white background.


Black color preview on #DAD6F2 background

This text has black color on #DAD6F2 background.


White color preview on #DAD6F2 background

This text has white color on #DAD6F2 background.


Related colors

Complementary color

Complementary color for #hex is #25290D.


I love getcolorcode.com

Triadic colors

1 #F2DAD6 and #D6F2DA with #DAD6F2 are triadic colors.

2 #F2D6DA and #D6DAF2 with #DAD6F2 are triadic colors.