COLOR #DADDEC

HEX: #DADDEC RGB: (218,221,236)

Color info

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

RGB color model

#DADDEC color RGB value is (218,221,236).

RGB: (218,221,236) (85%, 87%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 236 of 255 = 93%

218
221
236

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

Portions of RGB colors in percentages

R + G + B = 218 + 221 + 236 = 675 (100%)
R 218 of 675 ~ 32.3%
G 221 of 675 ~ 32.74%
B 236 of 675 ~ 34.96'%

%32.3
%32.74
%34.96

CMYK color model

#DADDEC color CMYK value is (8,6,0,7).

  • cyan value is 7.63%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,6,0,7)
C8M6Y0K7 (8%, 6%, 0%, 7%)
(0.08 / 0.06 / 0.00 / 0.07)

CMYK percentages

%7.63
%6.36
%0
%7.45

Codes

Color #DADDEC in popluar color models

DA DD EC
RGB 218 221 236
HSL 230° 32.14% 89.02%
HSB/HSV 230° 7.63% 92.55%
CMYK 7.63% 6.36% 0.00%
7.45%

Color #DADDEC in popluar number systems.

HEX DA DD EC
Decimal 218 221 236
Binary 11011010 11011101 11101100
Octal 332 335 354

Shades and tints

Shades of #DADDEC

#DADDEC
(218,221,236)
#C7C9D7
(199,201,215)
#B4B5C2
(180,181,194)
#A1A1AD
(161,161,173)
#8E8D98
(142,141,152)
#7B7983
(123,121,131)
#68656E
(104,101,110)
#555159
(85,81,89)
#423D44
(66,61,68)
#2F292F
(47,41,47)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #DADDEC

#DADDEC
(218,221,236)
#DDE0ED
(221,224,237)
#E0E3EE
(224,227,238)
#E3E6EF
(227,230,239)
#E6E9F0
(230,233,240)
#E9ECF1
(233,236,241)
#ECEFF2
(236,239,242)
#EFF2F3
(239,242,243)
#F2F5F4
(242,245,244)
#F5F8F5
(245,248,245)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDEC; }

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

This text font color is #DADDEC.

Background Color

.myBgColor { background-color: #DADDEC; }

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

This div background color is #DADDEC.

Border color

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

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

This div border color is #DADDEC.

Opacity

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

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

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

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

This text has shadow with #DADDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADDEC.

Preview

Color preview on black background

This text has color #DADDEC on black background.


Color preview on white background

This text has color #DADDEC on white background.


Black color preview on #DADDEC background

This text has black color on #DADDEC background.


White color preview on #DADDEC background

This text has white color on #DADDEC background.


Related colors

Complementary color

Complementary color for #hex is #252213.


I love getcolorcode.com

Triadic colors

1 #ECDADD and #DDECDA with #DADDEC are triadic colors.

2 #ECDDDA and #DDDAEC with #DADDEC are triadic colors.