COLOR #DAD4DD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

218
212
221

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

Portions of RGB colors in percentages

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

%33.49
%32.57
%33.95

CMYK color model

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

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

CMYK: (1,4,0,13)
C1M4Y0K13 (1%, 4%, 0%, 13%)
(0.01 / 0.04 / 0.00 / 0.13)

CMYK percentages

%1.36
%4.07
%0
%13.33

Codes

Color #DAD4DD in popluar color models

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

Color #DAD4DD in popluar number systems.

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

Shades and tints

Shades of #DAD4DD

#DAD4DD
(218,212,221)
#C7C1C9
(199,193,201)
#B4AEB5
(180,174,181)
#A19BA1
(161,155,161)
#8E888D
(142,136,141)
#7B7579
(123,117,121)
#686265
(104,98,101)
#554F51
(85,79,81)
#423C3D
(66,60,61)
#2F2929
(47,41,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #DAD4DD

#DAD4DD
(218,212,221)
#DDD7E0
(221,215,224)
#E0DAE3
(224,218,227)
#E3DDE6
(227,221,230)
#E6E0E9
(230,224,233)
#E9E3EC
(233,227,236)
#ECE6EF
(236,230,239)
#EFE9F2
(239,233,242)
#F2ECF5
(242,236,245)
#F5EFF8
(245,239,248)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD4DD; }

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

This text font color is #DAD4DD.

Background Color

.myBgColor { background-color: #DAD4DD; }

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

This div background color is #DAD4DD.

Border color

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

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

This div border color is #DAD4DD.

Opacity

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

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

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

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

This text has shadow with #DAD4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD4DD.

Preview

Color preview on black background

This text has color #DAD4DD on black background.


Color preview on white background

This text has color #DAD4DD on white background.


Black color preview on #DAD4DD background

This text has black color on #DAD4DD background.


White color preview on #DAD4DD background

This text has white color on #DAD4DD background.


Related colors

Complementary color

Complementary color for #hex is #252B22.


I love getcolorcode.com

Triadic colors

1 #DDDAD4 and #D4DDDA with #DAD4DD are triadic colors.

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