COLOR #DADEFA

HEX: #DADEFA RGB: (218,222,250)

Color info

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

RGB color model

#DADEFA color RGB value is (218,222,250).

RGB: (218,222,250) (85%, 87%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 250 of 255 = 98%

218
222
250

R + G + B ~ 90%. #DADEFA is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 222 + 250 = 690 (100%)
R 218 of 690 ~ 31.59%
G 222 of 690 ~ 32.17%
B 250 of 690 ~ 36.23'%

%31.59
%32.17
%36.23

CMYK color model

#DADEFA color CMYK value is (13,11,0,2).

  • cyan value is 12.80%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (13,11,0,2)
C13M11Y0K2 (13%, 11%, 0%, 2%)
(0.13 / 0.11 / 0.00 / 0.02)

CMYK percentages

%12.8
%11.2
%0
%1.96

Codes

Color #DADEFA in popluar color models

DA DE FA
RGB 218 222 250
HSL 233° 76.19% 91.76%
HSB/HSV 233° 12.80% 98.04%
CMYK 12.80% 11.20% 0.00%
1.96%

Color #DADEFA in popluar number systems.

HEX DA DE FA
Decimal 218 222 250
Binary 11011010 11011110 11111010
Octal 332 336 372

Shades and tints

Shades of #DADEFA

#DADEFA
(218,222,250)
#C7CAE4
(199,202,228)
#B4B6CE
(180,182,206)
#A1A2B8
(161,162,184)
#8E8EA2
(142,142,162)
#7B7A8C
(123,122,140)
#686676
(104,102,118)
#555260
(85,82,96)
#423E4A
(66,62,74)
#2F2A34
(47,42,52)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #DADEFA

#DADEFA
(218,222,250)
#DDE1FA
(221,225,250)
#E0E4FA
(224,228,250)
#E3E7FA
(227,231,250)
#E6EAFA
(230,234,250)
#E9EDFA
(233,237,250)
#ECF0FA
(236,240,250)
#EFF3FA
(239,243,250)
#F2F6FA
(242,246,250)
#F5F9FA
(245,249,250)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADEFA; }

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

This text font color is #DADEFA.

Background Color

.myBgColor { background-color: #DADEFA; }

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

This div background color is #DADEFA.

Border color

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

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

This div border color is #DADEFA.

Opacity

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

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

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

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

This text has shadow with #DADEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADEFA.

Preview

Color preview on black background

This text has color #DADEFA on black background.


Color preview on white background

This text has color #DADEFA on white background.


Black color preview on #DADEFA background

This text has black color on #DADEFA background.


White color preview on #DADEFA background

This text has white color on #DADEFA background.


Related colors

Complementary color

Complementary color for #hex is #252105.


I love getcolorcode.com

Triadic colors

1 #FADADE and #DEFADA with #DADEFA are triadic colors.

2 #FADEDA and #DEDAFA with #DADEFA are triadic colors.