COLOR #DADDDE

HEX: #DADDDE
RGB: (218,221,222)

Color info

#DADDDE contains red, green and blue colors in about the same proportion. Web safe color of #DADDDE is #CCCCCC (or #CCC).

RGB color model

#DADDDE color RGB value is (218,221,222).

  • red value is 218;
  • green value is 221;
  • blue value is 222.
RGB:
(218,221,222)
(85%,87%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 222 of 255 = 87%

218
221
222

R + G + B ~ 86%. #DADDDE is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 221 + 222 = 661 (100%)
R 218 of 661 ~ 32.98%
G 221 of 661 ~ 33.43%
B 222 of 661 ~ 33.59%

%32.98
%33.43
%33.59

CMYK color model

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

  • cyan value is 1.80%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(2,0,0,13)
C2M0Y0K13 
(2%,0%,0%,13%)
(0.02/0.00/0.00/0.13)	

CMYK percentages

%1.8
%0.45
%0
%12.94

Codes

Color #DADDDE in popluar color models

DADDDE
RGB218221222
HSL195°5.71%86.27%
HSB/HSV195°1.80%87.06%
CMYK1.80%0.45%0.00%
12.94%

Color #DADDDE in popluar number systems.

HEXDADDDE
Decimal218221222
Binary110110101101110111011110
Octal332335336

Shades and tints

Shades of #DADDDE

#DADDDE
(218,221,222)
#C7C9CA
(199,201,202)
#B4B5B6
(180,181,182)
#A1A1A2
(161,161,162)
#8E8D8E
(142,141,142)
#7B797A
(123,121,122)
#686566
(104,101,102)
#555152
(85,81,82)
#423D3E
(66,61,62)
#2F292A
(47,41,42)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #DADDDE

#DADDDE
(218,221,222)
#DDE0E1
(221,224,225)
#E0E3E4
(224,227,228)
#E3E6E7
(227,230,231)
#E6E9EA
(230,233,234)
#E9ECED
(233,236,237)
#ECEFF0
(236,239,240)
#EFF2F3
(239,242,243)
#F2F5F6
(242,245,246)
#F5F8F9
(245,248,249)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDDE; }

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

This text font color is #DADDDE.


Background Color

.myBgColor { background-color: #DADDDE; }

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

This div background color is #DADDDE.


Border color

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

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

This div border color is #DADDDE.


Opacity

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

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

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

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

This text has shadow with #DADDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADDDE on black background.


Color preview on white background

This text has color #DADDDE on white background.



Black color preview on #DADDDE background

This text has black color on #DADDDE background.


White color preview on #DADDDE background

This text has white color on #DADDDE background.