COLOR #D1B5E4

HEX: #D1B5E4 RGB: (209,181,228)

Color info

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

RGB color model

#D1B5E4 color RGB value is (209,181,228).

RGB: (209,181,228) (82%, 71%, 89%)

RGB channels and saturation

R 209 of 255 = 82%
G 181 of 255 = 71%
B 228 of 255 = 89%

209
181
228

R + G + B ~ 81%. #D1B5E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 181 + 228 = 618 (100%)
R 209 of 618 ~ 33.82%
G 181 of 618 ~ 29.29%
B 228 of 618 ~ 36.89'%

%33.82
%29.29
%36.89

CMYK color model

#D1B5E4 color CMYK value is (8,21,0,11).

  • cyan value is 8.33%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (8,21,0,11)
C8M21Y0K11 (8%, 21%, 0%, 11%)
(0.08 / 0.21 / 0.00 / 0.11)

CMYK percentages

%8.33
%20.61
%0
%10.59

Codes

Color #D1B5E4 in popluar color models

D1 B5 E4
RGB 209 181 228
HSL 276° 46.53% 80.20%
HSB/HSV 276° 20.61% 89.41%
CMYK 8.33% 20.61% 0.00%
10.59%

Color #D1B5E4 in popluar number systems.

HEX D1 B5 E4
Decimal 209 181 228
Binary 11010001 10110101 11100100
Octal 321 265 344

Shades and tints

Shades of #D1B5E4

#D1B5E4
(209,181,228)
#BEA5D0
(190,165,208)
#AB95BC
(171,149,188)
#9885A8
(152,133,168)
#857594
(133,117,148)
#726580
(114,101,128)
#5F556C
(95,85,108)
#4C4558
(76,69,88)
#393544
(57,53,68)
#262530
(38,37,48)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D1B5E4

#D1B5E4
(209,181,228)
#D5BBE6
(213,187,230)
#D9C1E8
(217,193,232)
#DDC7EA
(221,199,234)
#E1CDEC
(225,205,236)
#E5D3EE
(229,211,238)
#E9D9F0
(233,217,240)
#EDDFF2
(237,223,242)
#F1E5F4
(241,229,244)
#F5EBF6
(245,235,246)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B5E4 color. Also use rgb(209,181,228) instead hex code.

Text Font Color

.myTextColor { color: #D1B5E4; }

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

This text font color is #D1B5E4.

Background Color

.myBgColor { background-color: #D1B5E4; }

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

This div background color is #D1B5E4.

Border color

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

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

This div border color is #D1B5E4.

Opacity

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

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

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

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

This text has shadow with #D1B5E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B5E4.

Preview

Color preview on black background

This text has color #D1B5E4 on black background.


Color preview on white background

This text has color #D1B5E4 on white background.


Black color preview on #D1B5E4 background

This text has black color on #D1B5E4 background.


White color preview on #D1B5E4 background

This text has white color on #D1B5E4 background.


Related colors

Complementary color

Complementary color for #hex is #2E4A1B.


I love getcolorcode.com

Triadic colors

1 #E4D1B5 and #B5E4D1 with #D1B5E4 are triadic colors.

2 #E4B5D1 and #B5D1E4 with #D1B5E4 are triadic colors.