COLOR #DADAEF

HEX: #DADAEF
RGB: (218,218,239)

Color info

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

RGB color model

#DADAEF color RGB value is (218,218,239).

  • red value is 218;
  • green value is 218;
  • blue value is 239.
RGB:
(218,218,239)
(85%,85%,94%)

RGB channels and saturation

R 218 of 255 = 85%
G 218 of 255 = 85%
B 239 of 255 = 94%

218
218
239

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

Portions of RGB colors in percentages

R + G + B =
218 + 218 + 239 = 675 (100%)
R 218 of 675 ~ 32.3%
G 218 of 675 ~ 32.3%
B 239 of 675 ~ 35.41%

%32.3
%32.3
%35.41

CMYK color model

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

  • cyan value is 8.79%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(9,9,0,6)
C9M9Y0K6 
(9%,9%,0%,6%)
(0.09/0.09/0.00/0.06)	

CMYK percentages

%8.79
%8.79
%0
%6.27

Codes

Color #DADAEF in popluar color models

DADAEF
RGB218218239
HSL240°39.62%89.61%
HSB/HSV240°8.79%93.73%
CMYK8.79%8.79%0.00%
6.27%

Color #DADAEF in popluar number systems.

HEXDADAEF
Decimal218218239
Binary110110101101101011101111
Octal332332357

Shades and tints

Shades of #DADAEF

#DADAEF
(218,218,239)
#C7C7DA
(199,199,218)
#B4B4C5
(180,180,197)
#A1A1B0
(161,161,176)
#8E8E9B
(142,142,155)
#7B7B86
(123,123,134)
#686871
(104,104,113)
#55555C
(85,85,92)
#424247
(66,66,71)
#2F2F32
(47,47,50)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #DADAEF

#DADAEF
(218,218,239)
#DDDDF0
(221,221,240)
#E0E0F1
(224,224,241)
#E3E3F2
(227,227,242)
#E6E6F3
(230,230,243)
#E9E9F4
(233,233,244)
#ECECF5
(236,236,245)
#EFEFF6
(239,239,246)
#F2F2F7
(242,242,247)
#F5F5F8
(245,245,248)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADAEF; }

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

This text font color is #DADAEF.


Background Color

.myBgColor { background-color: #DADAEF; }

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

This div background color is #DADAEF.


Border color

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

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

This div border color is #DADAEF.


Opacity

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

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

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

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

This text has shadow with #DADAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADAEF on black background.


Color preview on white background

This text has color #DADAEF on white background.



Black color preview on #DADAEF background

This text has black color on #DADAEF background.


White color preview on #DADAEF background

This text has white color on #DADAEF background.