HEX: #DADDE9
RGB: (218,221,233)
#DADDE9 contains red, green and blue colors in about the same proportion. Web safe color of #DADDE9 is #CCCCFF (or #CCF).
#DADDE9 color RGB value is (218,221,233).
RGB: (218,221,233)
(85%, 87%, 91%)
R 218 of 255 = 85%
G 221 of 255 = 87%
B 233 of 255 = 91%
R + G + B ~ 88%. #DADDE9 is light color.
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'%
#DADDE9 color CMYK value is (6,5,0,9).
CMYK: (6,5,0,9) C6M5Y0K9 (6%,5%,0%,9%) (0.06/0.05/0.00/0.09)
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 of #DADDE9
Tints of #DADDE9
Examples of css and html codes for elements with #DADDE9 color. Also use rgb(218,221,233) instead hex code.
.myTextColor { color: #DADDE9; }
<p style="color:#DADDE9">This sample text font color is #DADDE9.</p>
This text font color is #DADDE9.
.myBgColor { background-color: #DADDE9; }
<div style="background-color:#DADDE9">Inner text</div>
This div background color is #DADDE9.
.myBorderColor { border: 1px solid #DADDE9; }
<div style="border:3px solid #DADDE9">Div</div>
This div border color is #DADDE9.
.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%.
.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.
/* 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 text has color #DADDE9 on black background.
This text has color #DADDE9 on white background.
This text has black color on #DADDE9 background.
This text has white color on #DADDE9 background.
Complementary color for #hex is #252216.