COLOR #DADFFE

HEX: #DADFFE
RGB: (218,223,254)

Color info

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

RGB color model

#DADFFE color RGB value is (218,223,254).

  • red value is 218;
  • green value is 223;
  • blue value is 254.
RGB:
(218,223,254)
(85%,87%,100%)

RGB channels and saturation

R 218 of 255 = 85%
G 223 of 255 = 87%
B 254 of 255 = 100%

218
223
254

R + G + B ~ 91%. #DADFFE is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 223 + 254 = 695 (100%)
R 218 of 695 ~ 31.37%
G 223 of 695 ~ 32.09%
B 254 of 695 ~ 36.55%

%31.37
%32.09
%36.55

CMYK color model

#DADFFE color CMYK value is (14,12,0,0).

  • cyan value is 14.17%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(14,12,0,0)
C14M12Y0K0 
(14%,12%,0%,0%)
(0.14/0.12/0.00/0.00)	

CMYK percentages

%14.17
%12.2
%0
%0.39

Codes

Color #DADFFE in popluar color models

DADFFE
RGB218223254
HSL232°94.74%92.55%
HSB/HSV232°14.17%99.61%
CMYK14.17%12.20%0.00%
0.39%

Color #DADFFE in popluar number systems.

HEXDADFFE
Decimal218223254
Binary110110101101111111111110
Octal332337376

Shades and tints

Shades of #DADFFE

#DADFFE
(218,223,254)
#C7CBE7
(199,203,231)
#B4B7D0
(180,183,208)
#A1A3B9
(161,163,185)
#8E8FA2
(142,143,162)
#7B7B8B
(123,123,139)
#686774
(104,103,116)
#55535D
(85,83,93)
#423F46
(66,63,70)
#2F2B2F
(47,43,47)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #DADFFE

#DADFFE
(218,223,254)
#DDE1FE
(221,225,254)
#E0E3FE
(224,227,254)
#E3E5FE
(227,229,254)
#E6E7FE
(230,231,254)
#E9E9FE
(233,233,254)
#ECEBFE
(236,235,254)
#EFEDFE
(239,237,254)
#F2EFFE
(242,239,254)
#F5F1FE
(245,241,254)
#F8F3FE
(248,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADFFE color. Also use rgb(218,223,254) instead hex code.

Text Font Color

.myTextColor { color: #DADFFE; }

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

This text font color is #DADFFE.


Background Color

.myBgColor { background-color: #DADFFE; }

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

This div background color is #DADFFE.


Border color

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

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

This div border color is #DADFFE.


Opacity

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

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

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

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

This text has shadow with #DADFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADFFE on black background.


Color preview on white background

This text has color #DADFFE on white background.



Black color preview on #DADFFE background

This text has black color on #DADFFE background.


White color preview on #DADFFE background

This text has white color on #DADFFE background.