COLOR #DABBDE

HEX: #DABBDE RGB: (218,187,222)

Color info

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

RGB color model

#DABBDE color RGB value is (218,187,222).

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

RGB channels and saturation

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

218
187
222

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

Portions of RGB colors in percentages

R + G + B = 218 + 187 + 222 = 627 (100%)
R 218 of 627 ~ 34.77%
G 187 of 627 ~ 29.82%
B 222 of 627 ~ 35.41'%

%34.77
%29.82
%35.41

CMYK color model

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

  • cyan value is 1.80%
  • magenta value is 15.77%
  • 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
%15.77
%0
%12.94

Codes

Color #DABBDE in popluar color models

DA BB DE
RGB 218 187 222
HSL 293° 34.65% 80.20%
HSB/HSV 293° 15.77% 87.06%
CMYK 1.80% 15.77% 0.00%
12.94%

Color #DABBDE in popluar number systems.

HEX DA BB DE
Decimal 218 187 222
Binary 11011010 10111011 11011110
Octal 332 273 336

Shades and tints

Shades of #DABBDE

#DABBDE
(218,187,222)
#C7AACA
(199,170,202)
#B499B6
(180,153,182)
#A188A2
(161,136,162)
#8E778E
(142,119,142)
#7B667A
(123,102,122)
#685566
(104,85,102)
#554452
(85,68,82)
#42333E
(66,51,62)
#2F222A
(47,34,42)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #DABBDE

#DABBDE
(218,187,222)
#DDC1E1
(221,193,225)
#E0C7E4
(224,199,228)
#E3CDE7
(227,205,231)
#E6D3EA
(230,211,234)
#E9D9ED
(233,217,237)
#ECDFF0
(236,223,240)
#EFE5F3
(239,229,243)
#F2EBF6
(242,235,246)
#F5F1F9
(245,241,249)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABBDE; }

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

This text font color is #DABBDE.

Background Color

.myBgColor { background-color: #DABBDE; }

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

This div background color is #DABBDE.

Border color

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

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

This div border color is #DABBDE.

Opacity

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

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

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

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

This text has shadow with #DABBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABBDE.

Preview

Color preview on black background

This text has color #DABBDE on black background.


Color preview on white background

This text has color #DABBDE on white background.


Black color preview on #DABBDE background

This text has black color on #DABBDE background.


White color preview on #DABBDE background

This text has white color on #DABBDE background.


Related colors

Complementary color

Complementary color for #hex is #254421.


I love getcolorcode.com

Triadic colors

1 #DEDABB and #BBDEDA with #DABBDE are triadic colors.

2 #DEBBDA and #BBDADE with #DABBDE are triadic colors.