COLOR #DAD2DD

HEX: #DAD2DD RGB: (218,210,221)

Color info

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

RGB color model

#DAD2DD color RGB value is (218,210,221).

RGB: (218,210,221) (85%, 82%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 210 of 255 = 82%
B 221 of 255 = 87%

218
210
221

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

Portions of RGB colors in percentages

R + G + B = 218 + 210 + 221 = 649 (100%)
R 218 of 649 ~ 33.59%
G 210 of 649 ~ 32.36%
B 221 of 649 ~ 34.05'%

%33.59
%32.36
%34.05

CMYK color model

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

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

CMYK: (1,5,0,13)
C1M5Y0K13 (1%, 5%, 0%, 13%)
(0.01 / 0.05 / 0.00 / 0.13)

CMYK percentages

%1.36
%4.98
%0
%13.33

Codes

Color #DAD2DD in popluar color models

DA D2 DD
RGB 218 210 221
HSL 284° 13.92% 84.51%
HSB/HSV 284° 4.98% 86.67%
CMYK 1.36% 4.98% 0.00%
13.33%

Color #DAD2DD in popluar number systems.

HEX DA D2 DD
Decimal 218 210 221
Binary 11011010 11010010 11011101
Octal 332 322 335

Shades and tints

Shades of #DAD2DD

#DAD2DD
(218,210,221)
#C7BFC9
(199,191,201)
#B4ACB5
(180,172,181)
#A199A1
(161,153,161)
#8E868D
(142,134,141)
#7B7379
(123,115,121)
#686065
(104,96,101)
#554D51
(85,77,81)
#423A3D
(66,58,61)
#2F2729
(47,39,41)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #DAD2DD

#DAD2DD
(218,210,221)
#DDD6E0
(221,214,224)
#E0DAE3
(224,218,227)
#E3DEE6
(227,222,230)
#E6E2E9
(230,226,233)
#E9E6EC
(233,230,236)
#ECEAEF
(236,234,239)
#EFEEF2
(239,238,242)
#F2F2F5
(242,242,245)
#F5F6F8
(245,246,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD2DD; }

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

This text font color is #DAD2DD.

Background Color

.myBgColor { background-color: #DAD2DD; }

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

This div background color is #DAD2DD.

Border color

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

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

This div border color is #DAD2DD.

Opacity

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

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

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

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

This text has shadow with #DAD2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD2DD.

Preview

Color preview on black background

This text has color #DAD2DD on black background.


Color preview on white background

This text has color #DAD2DD on white background.


Black color preview on #DAD2DD background

This text has black color on #DAD2DD background.


White color preview on #DAD2DD background

This text has white color on #DAD2DD background.


Related colors

Complementary color

Complementary color for #hex is #252D22.


I love getcolorcode.com

Triadic colors

1 #DDDAD2 and #D2DDDA with #DAD2DD are triadic colors.

2 #DDD2DA and #D2DADD with #DAD2DD are triadic colors.