COLOR #DADDE9

HEX: #DADDE9 RGB: (218,221,233)

Color info

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

RGB color model

#DADDE9 color RGB value is (218,221,233).

RGB: (218,221,233) (85%, 87%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 233 of 255 = 91%

218
221
233

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

Portions of RGB colors in percentages

R + G + B = 218 + 221 + 233 = 672 (100%)
R 218 of 672 ~ 32.44%
G 221 of 672 ~ 32.89%
B 233 of 672 ~ 34.67'%

%32.44
%32.89
%34.67

CMYK color model

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

  • cyan value is 6.44%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (6,5,0,9) C6M5Y0K9 (6%,5%,0%,9%) (0.06/0.05/0.00/0.09) 

CMYK percentages

%6.44
%5.15
%0
%8.63

Codes

Color #DADDE9 in popluar color models

DA DD E9
RGB 218 221 233
HSL 228° 25.42% 88.43%
HSB/HSV 228° 6.44% 91.37%
CMYK 6.44% 5.15% 0.00%
8.63%

Color #DADDE9 in popluar number systems.

HEX DA DD E9
Decimal 218 221 233
Binary 11011010 11011101 11101001
Octal 332 335 351

Shades and tints

Shades of #DADDE9

#DADDE9
(218,221,233)
#C7C9D4
(199,201,212)
#B4B5BF
(180,181,191)
#A1A1AA
(161,161,170)
#8E8D95
(142,141,149)
#7B7980
(123,121,128)
#68656B
(104,101,107)
#555156
(85,81,86)
#423D41
(66,61,65)
#2F292C
(47,41,44)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #DADDE9

#DADDE9
(218,221,233)
#DDE0EB
(221,224,235)
#E0E3ED
(224,227,237)
#E3E6EF
(227,230,239)
#E6E9F1
(230,233,241)
#E9ECF3
(233,236,243)
#ECEFF5
(236,239,245)
#EFF2F7
(239,242,247)
#F2F5F9
(242,245,249)
#F5F8FB
(245,248,251)
#F8FBFD
(248,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDE9; }

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

This text font color is #DADDE9.

Background Color

.myBgColor { background-color: #DADDE9; }

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

This div background color is #DADDE9.

Border color

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

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

This div border color is #DADDE9.

Opacity

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

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

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

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

This text has shadow with #DADDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADDE9.

Preview

Color preview on black background

This text has color #DADDE9 on black background.


Color preview on white background

This text has color #DADDE9 on white background.


Black color preview on #DADDE9 background

This text has black color on #DADDE9 background.


White color preview on #DADDE9 background

This text has white color on #DADDE9 background.


Related colors

Complementary color

Complementary color for #hex is #252216.


I love getcolorcode.com

Triadic colors

1 #E9DADD and #DDE9DA with #DADDE9 are triadic colors.

2 #E9DDDA and #DDDAE9 with #DADDE9 are triadic colors.