COLOR #DABDF8

HEX: #DABDF8 RGB: (218,189,248)

Color info

#DABDF8 contains red, green and blue colors in about the same proportion. Web safe color of #DABDF8 is #CCCCFF (or #CCF).

RGB color model

#DABDF8 color RGB value is (218,189,248).

RGB: (218,189,248) (85%, 74%, 97%)

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 248 of 255 = 97%

218
189
248

R + G + B ~ 85%. #DABDF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 189 + 248 = 655 (100%)
R 218 of 655 ~ 33.28%
G 189 of 655 ~ 28.85%
B 248 of 655 ~ 37.86'%

%33.28
%28.85
%37.86

CMYK color model

#DABDF8 color CMYK value is (12,24,0,3).

  • cyan value is 12.10%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (12,24,0,3) C12M24Y0K3 (12%,24%,0%,3%) (0.12/0.24/0.00/0.03) 

CMYK percentages

%12.1
%23.79
%0
%2.75

Codes

Color #DABDF8 in popluar color models

DA BD F8
RGB 218 189 248
HSL 269° 80.82% 85.69%
HSB/HSV 269° 23.79% 97.25%
CMYK 12.10% 23.79% 0.00%
2.75%

Color #DABDF8 in popluar number systems.

HEX DA BD F8
Decimal 218 189 248
Binary 11011010 10111101 11111000
Octal 332 275 370

Shades and tints

Shades of #DABDF8

#DABDF8
(218,189,248)
#C7ACE2
(199,172,226)
#B49BCC
(180,155,204)
#A18AB6
(161,138,182)
#8E79A0
(142,121,160)
#7B688A
(123,104,138)
#685774
(104,87,116)
#55465E
(85,70,94)
#423548
(66,53,72)
#2F2432
(47,36,50)
#1C131C
(28,19,28)
#000000
(0,0,0)

Tints of #DABDF8

#DABDF8
(218,189,248)
#DDC3F8
(221,195,248)
#E0C9F8
(224,201,248)
#E3CFF8
(227,207,248)
#E6D5F8
(230,213,248)
#E9DBF8
(233,219,248)
#ECE1F8
(236,225,248)
#EFE7F8
(239,231,248)
#F2EDF8
(242,237,248)
#F5F3F8
(245,243,248)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABDF8; }

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

This text font color is #DABDF8.

Background Color

.myBgColor { background-color: #DABDF8; }

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

This div background color is #DABDF8.

Border color

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

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

This div border color is #DABDF8.

Opacity

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

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

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

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

This text has shadow with #DABDF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABDF8.

Preview

Color preview on black background

This text has color #DABDF8 on black background.


Color preview on white background

This text has color #DABDF8 on white background.


Black color preview on #DABDF8 background

This text has black color on #DABDF8 background.


White color preview on #DABDF8 background

This text has white color on #DABDF8 background.


Related colors

Complementary color

Complementary color for #hex is #254207.


I love getcolorcode.com

Triadic colors

1 #F8DABD and #BDF8DA with #DABDF8 are triadic colors.

2 #F8BDDA and #BDDAF8 with #DABDF8 are triadic colors.