COLOR #DABDDF

HEX: #DABDDF
RGB: (218,189,223)

Color info

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

RGB color model

#DABDDF color RGB value is (218,189,223).

  • red value is 218;
  • green value is 189;
  • blue value is 223.
RGB:
(218,189,223)
(85%,74%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 223 of 255 = 87%

218
189
223

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

Portions of RGB colors in percentages

R + G + B =
218 + 189 + 223 = 630 (100%)
R 218 of 630 ~ 34.6%
G 189 of 630 ~ 30%
B 223 of 630 ~ 35.4%

%34.6
%30
%35.4

CMYK color model

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

  • cyan value is 2.24%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(2,15,0,13)
C2M15Y0K13 
(2%,15%,0%,13%)
(0.02/0.15/0.00/0.13)	

CMYK percentages

%2.24
%15.25
%0
%12.55

Codes

Color #DABDDF in popluar color models

DABDDF
RGB218189223
HSL291°34.69%80.78%
HSB/HSV291°15.25%87.45%
CMYK2.24%15.25%0.00%
12.55%

Color #DABDDF in popluar number systems.

HEXDABDDF
Decimal218189223
Binary110110101011110111011111
Octal332275337

Shades and tints

Shades of #DABDDF

#DABDDF
(218,189,223)
#C7ACCB
(199,172,203)
#B49BB7
(180,155,183)
#A18AA3
(161,138,163)
#8E798F
(142,121,143)
#7B687B
(123,104,123)
#685767
(104,87,103)
#554653
(85,70,83)
#42353F
(66,53,63)
#2F242B
(47,36,43)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #DABDDF

#DABDDF
(218,189,223)
#DDC3E1
(221,195,225)
#E0C9E3
(224,201,227)
#E3CFE5
(227,207,229)
#E6D5E7
(230,213,231)
#E9DBE9
(233,219,233)
#ECE1EB
(236,225,235)
#EFE7ED
(239,231,237)
#F2EDEF
(242,237,239)
#F5F3F1
(245,243,241)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABDDF color. Also use rgb(218,189,223) instead hex code.

Text Font Color

.myTextColor { color: #DABDDF; }

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

This text font color is #DABDDF.


Background Color

.myBgColor { background-color: #DABDDF; }

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

This div background color is #DABDDF.


Border color

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

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

This div border color is #DABDDF.


Opacity

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

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

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

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

This text has shadow with #DABDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABDDF on black background.


Color preview on white background

This text has color #DABDDF on white background.



Black color preview on #DABDDF background

This text has black color on #DABDDF background.


White color preview on #DABDDF background

This text has white color on #DABDDF background.