COLOR #D5B5EF

HEX: #D5B5EF RGB: (213,181,239)

Color info

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

RGB color model

#D5B5EF color RGB value is (213,181,239).

RGB: (213,181,239) (84%, 71%, 94%)

RGB channels and saturation

R 213 of 255 = 84%
G 181 of 255 = 71%
B 239 of 255 = 94%

213
181
239

R + G + B ~ 83%. #D5B5EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 181 + 239 = 633 (100%)
R 213 of 633 ~ 33.65%
G 181 of 633 ~ 28.59%
B 239 of 633 ~ 37.76'%

%33.65
%28.59
%37.76

CMYK color model

#D5B5EF color CMYK value is (11,24,0,6).

  • cyan value is 10.88%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (11,24,0,6)
C11M24Y0K6 (11%, 24%, 0%, 6%)
(0.11 / 0.24 / 0.00 / 0.06)

CMYK percentages

%10.88
%24.27
%0
%6.27

Codes

Color #D5B5EF in popluar color models

D5 B5 EF
RGB 213 181 239
HSL 273° 64.44% 82.35%
HSB/HSV 273° 24.27% 93.73%
CMYK 10.88% 24.27% 0.00%
6.27%

Color #D5B5EF in popluar number systems.

HEX D5 B5 EF
Decimal 213 181 239
Binary 11010101 10110101 11101111
Octal 325 265 357

Shades and tints

Shades of #D5B5EF

#D5B5EF
(213,181,239)
#C2A5DA
(194,165,218)
#AF95C5
(175,149,197)
#9C85B0
(156,133,176)
#89759B
(137,117,155)
#766586
(118,101,134)
#635571
(99,85,113)
#50455C
(80,69,92)
#3D3547
(61,53,71)
#2A2532
(42,37,50)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #D5B5EF

#D5B5EF
(213,181,239)
#D8BBF0
(216,187,240)
#DBC1F1
(219,193,241)
#DEC7F2
(222,199,242)
#E1CDF3
(225,205,243)
#E4D3F4
(228,211,244)
#E7D9F5
(231,217,245)
#EADFF6
(234,223,246)
#EDE5F7
(237,229,247)
#F0EBF8
(240,235,248)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B5EF color. Also use rgb(213,181,239) instead hex code.

Text Font Color

.myTextColor { color: #D5B5EF; }

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

This text font color is #D5B5EF.

Background Color

.myBgColor { background-color: #D5B5EF; }

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

This div background color is #D5B5EF.

Border color

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

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

This div border color is #D5B5EF.

Opacity

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

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

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

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

This text has shadow with #D5B5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B5EF.

Preview

Color preview on black background

This text has color #D5B5EF on black background.


Color preview on white background

This text has color #D5B5EF on white background.


Black color preview on #D5B5EF background

This text has black color on #D5B5EF background.


White color preview on #D5B5EF background

This text has white color on #D5B5EF background.


Related colors

Complementary color

Complementary color for #hex is #2A4A10.


I love getcolorcode.com

Triadic colors

1 #EFD5B5 and #B5EFD5 with #D5B5EF are triadic colors.

2 #EFB5D5 and #B5D5EF with #D5B5EF are triadic colors.