COLOR #D4DADD

HEX: #D4DADD RGB: (212,218,221)

Color info

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

RGB color model

#D4DADD color RGB value is (212,218,221).

RGB: (212,218,221) (83%, 85%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 221 of 255 = 87%

212
218
221

R + G + B ~ 85%. #D4DADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 218 + 221 = 651 (100%)
R 212 of 651 ~ 32.57%
G 218 of 651 ~ 33.49%
B 221 of 651 ~ 33.95'%

%32.57
%33.49
%33.95

CMYK color model

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

  • cyan value is 4.07%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (4,1,0,13) C4M1Y0K13 (4%,1%,0%,13%) (0.04/0.01/0.00/0.13) 

CMYK percentages

%4.07
%1.36
%0
%13.33

Codes

Color #D4DADD in popluar color models

D4 DA DD
RGB 212 218 221
HSL 200° 11.69% 84.90%
HSB/HSV 200° 4.07% 86.67%
CMYK 4.07% 1.36% 0.00%
13.33%

Color #D4DADD in popluar number systems.

HEX D4 DA DD
Decimal 212 218 221
Binary 11010100 11011010 11011101
Octal 324 332 335

Shades and tints

Shades of #D4DADD

#D4DADD
(212,218,221)
#C1C7C9
(193,199,201)
#AEB4B5
(174,180,181)
#9BA1A1
(155,161,161)
#888E8D
(136,142,141)
#757B79
(117,123,121)
#626865
(98,104,101)
#4F5551
(79,85,81)
#3C423D
(60,66,61)
#292F29
(41,47,41)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #D4DADD

#D4DADD
(212,218,221)
#D7DDE0
(215,221,224)
#DAE0E3
(218,224,227)
#DDE3E6
(221,227,230)
#E0E6E9
(224,230,233)
#E3E9EC
(227,233,236)
#E6ECEF
(230,236,239)
#E9EFF2
(233,239,242)
#ECF2F5
(236,242,245)
#EFF5F8
(239,245,248)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DADD; }

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

This text font color is #D4DADD.

Background Color

.myBgColor { background-color: #D4DADD; }

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

This div background color is #D4DADD.

Border color

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

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

This div border color is #D4DADD.

Opacity

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

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

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

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

This text has shadow with #D4DADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DADD.

Preview

Color preview on black background

This text has color #D4DADD on black background.


Color preview on white background

This text has color #D4DADD on white background.


Black color preview on #D4DADD background

This text has black color on #D4DADD background.


White color preview on #D4DADD background

This text has white color on #D4DADD background.


Related colors

Complementary color

Complementary color for #hex is #2B2522.


I love getcolorcode.com

Triadic colors

1 #DDD4DA and #DADDD4 with #D4DADD are triadic colors.

2 #DDDAD4 and #DAD4DD with #D4DADD are triadic colors.