COLOR #DABED6

HEX: #DABED6 RGB: (218,190,214)

Color info

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

RGB color model

#DABED6 color RGB value is (218,190,214).

RGB: (218,190,214) (85%, 75%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 214 of 255 = 84%

218
190
214

R + G + B ~ 81%. #DABED6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 190 + 214 = 622 (100%)
R 218 of 622 ~ 35.05%
G 190 of 622 ~ 30.55%
B 214 of 622 ~ 34.41'%

%35.05
%30.55
%34.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 1.83%
  • key color value is 14.51%

CMYK: (0,13,2,15)
C0M13Y2K15 (0%, 13%, 2%, 15%)
(0.00 / 0.13 / 0.02 / 0.15)

CMYK percentages

%0
%12.84
%1.83
%14.51

Codes

Color #DABED6 in popluar color models

DA BE D6
RGB 218 190 214
HSL 309° 27.45% 80.00%
HSB/HSV 309° 12.84% 85.49%
CMYK 0.00% 12.84% 1.83%
14.51%

Color #DABED6 in popluar number systems.

HEX DA BE D6
Decimal 218 190 214
Binary 11011010 10111110 11010110
Octal 332 276 326

Shades and tints

Shades of #DABED6

#DABED6
(218,190,214)
#C7ADC3
(199,173,195)
#B49CB0
(180,156,176)
#A18B9D
(161,139,157)
#8E7A8A
(142,122,138)
#7B6977
(123,105,119)
#685864
(104,88,100)
#554751
(85,71,81)
#42363E
(66,54,62)
#2F252B
(47,37,43)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DABED6

#DABED6
(218,190,214)
#DDC3D9
(221,195,217)
#E0C8DC
(224,200,220)
#E3CDDF
(227,205,223)
#E6D2E2
(230,210,226)
#E9D7E5
(233,215,229)
#ECDCE8
(236,220,232)
#EFE1EB
(239,225,235)
#F2E6EE
(242,230,238)
#F5EBF1
(245,235,241)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABED6 color. Also use rgb(218,190,214) instead hex code.

Text Font Color

.myTextColor { color: #DABED6; }

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

This text font color is #DABED6.

Background Color

.myBgColor { background-color: #DABED6; }

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

This div background color is #DABED6.

Border color

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

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

This div border color is #DABED6.

Opacity

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

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

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

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

This text has shadow with #DABED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABED6.

Preview

Color preview on black background

This text has color #DABED6 on black background.


Color preview on white background

This text has color #DABED6 on white background.


Black color preview on #DABED6 background

This text has black color on #DABED6 background.


White color preview on #DABED6 background

This text has white color on #DABED6 background.


Related colors

Complementary color

Complementary color for #DABED6 is #254129.


I love getcolorcode.com

Triadic colors

1 #D6DABE and #BED6DA with #DABED6 are triadic colors.

2 #D6BEDA and #BEDAD6 with #DABED6 are triadic colors.