COLOR #DADFF2

HEX: #DADFF2
RGB: (218,223,242)

Color info

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

RGB color model

#DADFF2 color RGB value is (218,223,242).

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

RGB channels and saturation

R 218 of 255 = 85%
G 223 of 255 = 87%
B 242 of 255 = 95%

218
223
242

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

Portions of RGB colors in percentages

R + G + B =
218 + 223 + 242 = 683 (100%)
R 218 of 683 ~ 31.92%
G 223 of 683 ~ 32.65%
B 242 of 683 ~ 35.43%

%31.92
%32.65
%35.43

CMYK color model

#DADFF2 color CMYK value is (10,8,0,5).

  • cyan value is 9.92%
  • magenta value is 7.85%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,8,0,5)
C10M8Y0K5 
(10%,8%,0%,5%)
(0.10/0.08/0.00/0.05)	

CMYK percentages

%9.92
%7.85
%0
%5.1

Codes

Color #DADFF2 in popluar color models

DADFF2
RGB218223242
HSL228°48.00%90.20%
HSB/HSV228°9.92%94.90%
CMYK9.92%7.85%0.00%
5.10%

Color #DADFF2 in popluar number systems.

HEXDADFF2
Decimal218223242
Binary110110101101111111110010
Octal332337362

Shades and tints

Shades of #DADFF2

#DADFF2
(218,223,242)
#C7CBDC
(199,203,220)
#B4B7C6
(180,183,198)
#A1A3B0
(161,163,176)
#8E8F9A
(142,143,154)
#7B7B84
(123,123,132)
#68676E
(104,103,110)
#555358
(85,83,88)
#423F42
(66,63,66)
#2F2B2C
(47,43,44)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #DADFF2

#DADFF2
(218,223,242)
#DDE1F3
(221,225,243)
#E0E3F4
(224,227,244)
#E3E5F5
(227,229,245)
#E6E7F6
(230,231,246)
#E9E9F7
(233,233,247)
#ECEBF8
(236,235,248)
#EFEDF9
(239,237,249)
#F2EFFA
(242,239,250)
#F5F1FB
(245,241,251)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADFF2; }

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

This text font color is #DADFF2.


Background Color

.myBgColor { background-color: #DADFF2; }

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

This div background color is #DADFF2.


Border color

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

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

This div border color is #DADFF2.


Opacity

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

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

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

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

This text has shadow with #DADFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADFF2 on black background.


Color preview on white background

This text has color #DADFF2 on white background.



Black color preview on #DADFF2 background

This text has black color on #DADFF2 background.


White color preview on #DADFF2 background

This text has white color on #DADFF2 background.