COLOR #DAB4E5

HEX: #DAB4E5 RGB: (218,180,229)

Color info

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

RGB color model

#DAB4E5 color RGB value is (218,180,229).

RGB: (218,180,229) (85%, 71%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 180 of 255 = 71%
B 229 of 255 = 90%

218
180
229

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

Portions of RGB colors in percentages

R + G + B = 218 + 180 + 229 = 627 (100%)
R 218 of 627 ~ 34.77%
G 180 of 627 ~ 28.71%
B 229 of 627 ~ 36.52'%

%34.77
%28.71
%36.52

CMYK color model

#DAB4E5 color CMYK value is (5,21,0,10).

  • cyan value is 4.80%
  • magenta value is 21.40%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (5,21,0,10)
C5M21Y0K10 (5%, 21%, 0%, 10%)
(0.05 / 0.21 / 0.00 / 0.10)

CMYK percentages

%4.8
%21.4
%0
%10.2

Codes

Color #DAB4E5 in popluar color models

DA B4 E5
RGB 218 180 229
HSL 287° 48.51% 80.20%
HSB/HSV 287° 21.40% 89.80%
CMYK 4.80% 21.40% 0.00%
10.20%

Color #DAB4E5 in popluar number systems.

HEX DA B4 E5
Decimal 218 180 229
Binary 11011010 10110100 11100101
Octal 332 264 345

Shades and tints

Shades of #DAB4E5

#DAB4E5
(218,180,229)
#C7A4D1
(199,164,209)
#B494BD
(180,148,189)
#A184A9
(161,132,169)
#8E7495
(142,116,149)
#7B6481
(123,100,129)
#68546D
(104,84,109)
#554459
(85,68,89)
#423445
(66,52,69)
#2F2431
(47,36,49)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #DAB4E5

#DAB4E5
(218,180,229)
#DDBAE7
(221,186,231)
#E0C0E9
(224,192,233)
#E3C6EB
(227,198,235)
#E6CCED
(230,204,237)
#E9D2EF
(233,210,239)
#ECD8F1
(236,216,241)
#EFDEF3
(239,222,243)
#F2E4F5
(242,228,245)
#F5EAF7
(245,234,247)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB4E5 color. Also use rgb(218,180,229) instead hex code.

Text Font Color

.myTextColor { color: #DAB4E5; }

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

This text font color is #DAB4E5.

Background Color

.myBgColor { background-color: #DAB4E5; }

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

This div background color is #DAB4E5.

Border color

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

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

This div border color is #DAB4E5.

Opacity

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

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

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

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

This text has shadow with #DAB4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB4E5.

Preview

Color preview on black background

This text has color #DAB4E5 on black background.


Color preview on white background

This text has color #DAB4E5 on white background.


Black color preview on #DAB4E5 background

This text has black color on #DAB4E5 background.


White color preview on #DAB4E5 background

This text has white color on #DAB4E5 background.


Related colors

Complementary color

Complementary color for #hex is #254B1A.


I love getcolorcode.com

Triadic colors

1 #E5DAB4 and #B4E5DA with #DAB4E5 are triadic colors.

2 #E5B4DA and #B4DAE5 with #DAB4E5 are triadic colors.