COLOR #DABCDD

HEX: #DABCDD RGB: (218,188,221)

Color info

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

RGB color model

#DABCDD color RGB value is (218,188,221).

RGB: (218,188,221) (85%, 74%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 221 of 255 = 87%

218
188
221

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

Portions of RGB colors in percentages

R + G + B = 218 + 188 + 221 = 627 (100%)
R 218 of 627 ~ 34.77%
G 188 of 627 ~ 29.98%
B 221 of 627 ~ 35.25'%

%34.77
%29.98
%35.25

CMYK color model

#DABCDD color CMYK value is (1,15,0,13).

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

CMYK: (1,15,0,13)
C1M15Y0K13 (1%, 15%, 0%, 13%)
(0.01 / 0.15 / 0.00 / 0.13)

CMYK percentages

%1.36
%14.93
%0
%13.33

Codes

Color #DABCDD in popluar color models

DA BC DD
RGB 218 188 221
HSL 295° 32.67% 80.20%
HSB/HSV 295° 14.93% 86.67%
CMYK 1.36% 14.93% 0.00%
13.33%

Color #DABCDD in popluar number systems.

HEX DA BC DD
Decimal 218 188 221
Binary 11011010 10111100 11011101
Octal 332 274 335

Shades and tints

Shades of #DABCDD

#DABCDD
(218,188,221)
#C7ABC9
(199,171,201)
#B49AB5
(180,154,181)
#A189A1
(161,137,161)
#8E788D
(142,120,141)
#7B6779
(123,103,121)
#685665
(104,86,101)
#554551
(85,69,81)
#42343D
(66,52,61)
#2F2329
(47,35,41)
#1C1215
(28,18,21)
#000000
(0,0,0)

Tints of #DABCDD

#DABCDD
(218,188,221)
#DDC2E0
(221,194,224)
#E0C8E3
(224,200,227)
#E3CEE6
(227,206,230)
#E6D4E9
(230,212,233)
#E9DAEC
(233,218,236)
#ECE0EF
(236,224,239)
#EFE6F2
(239,230,242)
#F2ECF5
(242,236,245)
#F5F2F8
(245,242,248)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABCDD; }

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

This text font color is #DABCDD.

Background Color

.myBgColor { background-color: #DABCDD; }

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

This div background color is #DABCDD.

Border color

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

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

This div border color is #DABCDD.

Opacity

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

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

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

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

This text has shadow with #DABCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABCDD.

Preview

Color preview on black background

This text has color #DABCDD on black background.


Color preview on white background

This text has color #DABCDD on white background.


Black color preview on #DABCDD background

This text has black color on #DABCDD background.


White color preview on #DABCDD background

This text has white color on #DABCDD background.


Related colors

Complementary color

Complementary color for #hex is #254322.


I love getcolorcode.com

Triadic colors

1 #DDDABC and #BCDDDA with #DABCDD are triadic colors.

2 #DDBCDA and #BCDADD with #DABCDD are triadic colors.