COLOR #DADFEB

HEX: #DADFEB RGB: (218,223,235)

Color info

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

RGB color model

#DADFEB color RGB value is (218,223,235).

RGB: (218,223,235) (85%, 87%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 223 of 255 = 87%
B 235 of 255 = 92%

218
223
235

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

Portions of RGB colors in percentages

R + G + B = 218 + 223 + 235 = 676 (100%)
R 218 of 676 ~ 32.25%
G 223 of 676 ~ 32.99%
B 235 of 676 ~ 34.76'%

%32.25
%32.99
%34.76

CMYK color model

#DADFEB color CMYK value is (7,5,0,8).

  • cyan value is 7.23%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (7,5,0,8)
C7M5Y0K8 (7%, 5%, 0%, 8%)
(0.07 / 0.05 / 0.00 / 0.08)

CMYK percentages

%7.23
%5.11
%0
%7.84

Codes

Color #DADFEB in popluar color models

DA DF EB
RGB 218 223 235
HSL 222° 29.82% 88.82%
HSB/HSV 222° 7.23% 92.16%
CMYK 7.23% 5.11% 0.00%
7.84%

Color #DADFEB in popluar number systems.

HEX DA DF EB
Decimal 218 223 235
Binary 11011010 11011111 11101011
Octal 332 337 353

Shades and tints

Shades of #DADFEB

#DADFEB
(218,223,235)
#C7CBD6
(199,203,214)
#B4B7C1
(180,183,193)
#A1A3AC
(161,163,172)
#8E8F97
(142,143,151)
#7B7B82
(123,123,130)
#68676D
(104,103,109)
#555358
(85,83,88)
#423F43
(66,63,67)
#2F2B2E
(47,43,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #DADFEB

#DADFEB
(218,223,235)
#DDE1EC
(221,225,236)
#E0E3ED
(224,227,237)
#E3E5EE
(227,229,238)
#E6E7EF
(230,231,239)
#E9E9F0
(233,233,240)
#ECEBF1
(236,235,241)
#EFEDF2
(239,237,242)
#F2EFF3
(242,239,243)
#F5F1F4
(245,241,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADFEB; }

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

This text font color is #DADFEB.

Background Color

.myBgColor { background-color: #DADFEB; }

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

This div background color is #DADFEB.

Border color

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

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

This div border color is #DADFEB.

Opacity

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

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

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

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

This text has shadow with #DADFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADFEB.

Preview

Color preview on black background

This text has color #DADFEB on black background.


Color preview on white background

This text has color #DADFEB on white background.


Black color preview on #DADFEB background

This text has black color on #DADFEB background.


White color preview on #DADFEB background

This text has white color on #DADFEB background.


Related colors

Complementary color

Complementary color for #hex is #252014.


I love getcolorcode.com

Triadic colors

1 #EBDADF and #DFEBDA with #DADFEB are triadic colors.

2 #EBDFDA and #DFDAEB with #DADFEB are triadic colors.