COLOR #DADDDC

HEX: #DADDDC RGB: (218,221,220)

Color info

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

RGB color model

#DADDDC color RGB value is (218,221,220).

RGB: (218,221,220) (85%, 87%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 220 of 255 = 86%

218
221
220

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

Portions of RGB colors in percentages

R + G + B = 218 + 221 + 220 = 659 (100%)
R 218 of 659 ~ 33.08%
G 221 of 659 ~ 33.54%
B 220 of 659 ~ 33.38'%

%33.08
%33.54
%33.38

CMYK color model

#DADDDC color CMYK value is (1,0,0,13).

  • cyan value is 1.36%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.33%

CMYK: (1,0,0,13)
C1M0Y0K13 (1%, 0%, 0%, 13%)
(0.01 / 0.00 / 0.00 / 0.13)

CMYK percentages

%1.36
%0
%0.45
%13.33

Codes

Color #DADDDC in popluar color models

DA DD DC
RGB 218 221 220
HSL 160° 4.23% 86.08%
HSB/HSV 160° 1.36% 86.67%
CMYK 1.36% 0.00% 0.45%
13.33%

Color #DADDDC in popluar number systems.

HEX DA DD DC
Decimal 218 221 220
Binary 11011010 11011101 11011100
Octal 332 335 334

Shades and tints

Shades of #DADDDC

#DADDDC
(218,221,220)
#C7C9C8
(199,201,200)
#B4B5B4
(180,181,180)
#A1A1A0
(161,161,160)
#8E8D8C
(142,141,140)
#7B7978
(123,121,120)
#686564
(104,101,100)
#555150
(85,81,80)
#423D3C
(66,61,60)
#2F2928
(47,41,40)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #DADDDC

#DADDDC
(218,221,220)
#DDE0DF
(221,224,223)
#E0E3E2
(224,227,226)
#E3E6E5
(227,230,229)
#E6E9E8
(230,233,232)
#E9ECEB
(233,236,235)
#ECEFEE
(236,239,238)
#EFF2F1
(239,242,241)
#F2F5F4
(242,245,244)
#F5F8F7
(245,248,247)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDDC; }

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

This text font color is #DADDDC.

Background Color

.myBgColor { background-color: #DADDDC; }

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

This div background color is #DADDDC.

Border color

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

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

This div border color is #DADDDC.

Opacity

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

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

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

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

This text has shadow with #DADDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADDDC.

Preview

Color preview on black background

This text has color #DADDDC on black background.


Color preview on white background

This text has color #DADDDC on white background.


Black color preview on #DADDDC background

This text has black color on #DADDDC background.


White color preview on #DADDDC background

This text has white color on #DADDDC background.


Related colors

Complementary color

Complementary color for #hex is #252223.


I love getcolorcode.com

Triadic colors

1 #DCDADD and #DDDCDA with #DADDDC are triadic colors.

2 #DCDDDA and #DDDADC with #DADDDC are triadic colors.