COLOR #DAD7F0

HEX: #DAD7F0 RGB: (218,215,240)

Color info

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

RGB color model

#DAD7F0 color RGB value is (218,215,240).

RGB: (218,215,240) (85%, 84%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 240 of 255 = 94%

218
215
240

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

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 240 = 673 (100%)
R 218 of 673 ~ 32.39%
G 215 of 673 ~ 31.95%
B 240 of 673 ~ 35.66'%

%32.39
%31.95
%35.66

CMYK color model

#DAD7F0 color CMYK value is (9,10,0,6).

  • cyan value is 9.17%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (9,10,0,6)
C9M10Y0K6 (9%, 10%, 0%, 6%)
(0.09 / 0.10 / 0.00 / 0.06)

CMYK percentages

%9.17
%10.42
%0
%5.88

Codes

Color #DAD7F0 in popluar color models

DA D7 F0
RGB 218 215 240
HSL 247° 45.45% 89.22%
HSB/HSV 247° 10.42% 94.12%
CMYK 9.17% 10.42% 0.00%
5.88%

Color #DAD7F0 in popluar number systems.

HEX DA D7 F0
Decimal 218 215 240
Binary 11011010 11010111 11110000
Octal 332 327 360

Shades and tints

Shades of #DAD7F0

#DAD7F0
(218,215,240)
#C7C4DB
(199,196,219)
#B4B1C6
(180,177,198)
#A19EB1
(161,158,177)
#8E8B9C
(142,139,156)
#7B7887
(123,120,135)
#686572
(104,101,114)
#55525D
(85,82,93)
#423F48
(66,63,72)
#2F2C33
(47,44,51)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #DAD7F0

#DAD7F0
(218,215,240)
#DDDAF1
(221,218,241)
#E0DDF2
(224,221,242)
#E3E0F3
(227,224,243)
#E6E3F4
(230,227,244)
#E9E6F5
(233,230,245)
#ECE9F6
(236,233,246)
#EFECF7
(239,236,247)
#F2EFF8
(242,239,248)
#F5F2F9
(245,242,249)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD7F0 color. Also use rgb(218,215,240) instead hex code.

Text Font Color

.myTextColor { color: #DAD7F0; }

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

This text font color is #DAD7F0.

Background Color

.myBgColor { background-color: #DAD7F0; }

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

This div background color is #DAD7F0.

Border color

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

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

This div border color is #DAD7F0.

Opacity

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

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

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

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

This text has shadow with #DAD7F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD7F0.

Preview

Color preview on black background

This text has color #DAD7F0 on black background.


Color preview on white background

This text has color #DAD7F0 on white background.


Black color preview on #DAD7F0 background

This text has black color on #DAD7F0 background.


White color preview on #DAD7F0 background

This text has white color on #DAD7F0 background.


Related colors

Complementary color

Complementary color for #hex is #25280F.


I love getcolorcode.com

Triadic colors

1 #F0DAD7 and #D7F0DA with #DAD7F0 are triadic colors.

2 #F0D7DA and #D7DAF0 with #DAD7F0 are triadic colors.