COLOR #DABADE

HEX: #DABADE RGB: (218,186,222)

Color info

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

RGB color model

#DABADE color RGB value is (218,186,222).

RGB: (218,186,222) (85%, 73%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 222 of 255 = 87%

218
186
222

R + G + B ~ 82%. #DABADE is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 186 + 222 = 626 (100%)
R 218 of 626 ~ 34.82%
G 186 of 626 ~ 29.71%
B 222 of 626 ~ 35.46'%

%34.82
%29.71
%35.46

CMYK color model

#DABADE color CMYK value is (2,16,0,13).

  • cyan value is 1.80%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (2,16,0,13)
C2M16Y0K13 (2%, 16%, 0%, 13%)
(0.02 / 0.16 / 0.00 / 0.13)

CMYK percentages

%1.8
%16.22
%0
%12.94

Codes

Color #DABADE in popluar color models

DA BA DE
RGB 218 186 222
HSL 293° 35.29% 80.00%
HSB/HSV 293° 16.22% 87.06%
CMYK 1.80% 16.22% 0.00%
12.94%

Color #DABADE in popluar number systems.

HEX DA BA DE
Decimal 218 186 222
Binary 11011010 10111010 11011110
Octal 332 272 336

Shades and tints

Shades of #DABADE

#DABADE
(218,186,222)
#C7AACA
(199,170,202)
#B49AB6
(180,154,182)
#A18AA2
(161,138,162)
#8E7A8E
(142,122,142)
#7B6A7A
(123,106,122)
#685A66
(104,90,102)
#554A52
(85,74,82)
#423A3E
(66,58,62)
#2F2A2A
(47,42,42)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #DABADE

#DABADE
(218,186,222)
#DDC0E1
(221,192,225)
#E0C6E4
(224,198,228)
#E3CCE7
(227,204,231)
#E6D2EA
(230,210,234)
#E9D8ED
(233,216,237)
#ECDEF0
(236,222,240)
#EFE4F3
(239,228,243)
#F2EAF6
(242,234,246)
#F5F0F9
(245,240,249)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABADE color. Also use rgb(218,186,222) instead hex code.

Text Font Color

.myTextColor { color: #DABADE; }

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

This text font color is #DABADE.

Background Color

.myBgColor { background-color: #DABADE; }

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

This div background color is #DABADE.

Border color

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

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

This div border color is #DABADE.

Opacity

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

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

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

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

This text has shadow with #DABADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABADE.

Preview

Color preview on black background

This text has color #DABADE on black background.


Color preview on white background

This text has color #DABADE on white background.


Black color preview on #DABADE background

This text has black color on #DABADE background.


White color preview on #DABADE background

This text has white color on #DABADE background.


Related colors

Complementary color

Complementary color for #hex is #254521.


I love getcolorcode.com

Triadic colors

1 #DEDABA and #BADEDA with #DABADE are triadic colors.

2 #DEBADA and #BADADE with #DABADE are triadic colors.