COLOR #D2B5EB

HEX: #D2B5EB RGB: (210,181,235)

Color info

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

RGB color model

#D2B5EB color RGB value is (210,181,235).

RGB: (210,181,235) (82%, 71%, 92%)

RGB channels and saturation

R 210 of 255 = 82%
G 181 of 255 = 71%
B 235 of 255 = 92%

210
181
235

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

Portions of RGB colors in percentages

R + G + B = 210 + 181 + 235 = 626 (100%)
R 210 of 626 ~ 33.55%
G 181 of 626 ~ 28.91%
B 235 of 626 ~ 37.54'%

%33.55
%28.91
%37.54

CMYK color model

#D2B5EB color CMYK value is (11,23,0,8).

  • cyan value is 10.64%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (11,23,0,8)
C11M23Y0K8 (11%, 23%, 0%, 8%)
(0.11 / 0.23 / 0.00 / 0.08)

CMYK percentages

%10.64
%22.98
%0
%7.84

Codes

Color #D2B5EB in popluar color models

D2 B5 EB
RGB 210 181 235
HSL 272° 57.45% 81.57%
HSB/HSV 272° 22.98% 92.16%
CMYK 10.64% 22.98% 0.00%
7.84%

Color #D2B5EB in popluar number systems.

HEX D2 B5 EB
Decimal 210 181 235
Binary 11010010 10110101 11101011
Octal 322 265 353

Shades and tints

Shades of #D2B5EB

#D2B5EB
(210,181,235)
#BFA5D6
(191,165,214)
#AC95C1
(172,149,193)
#9985AC
(153,133,172)
#867597
(134,117,151)
#736582
(115,101,130)
#60556D
(96,85,109)
#4D4558
(77,69,88)
#3A3543
(58,53,67)
#27252E
(39,37,46)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #D2B5EB

#D2B5EB
(210,181,235)
#D6BBEC
(214,187,236)
#DAC1ED
(218,193,237)
#DEC7EE
(222,199,238)
#E2CDEF
(226,205,239)
#E6D3F0
(230,211,240)
#EAD9F1
(234,217,241)
#EEDFF2
(238,223,242)
#F2E5F3
(242,229,243)
#F6EBF4
(246,235,244)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B5EB color. Also use rgb(210,181,235) instead hex code.

Text Font Color

.myTextColor { color: #D2B5EB; }

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

This text font color is #D2B5EB.

Background Color

.myBgColor { background-color: #D2B5EB; }

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

This div background color is #D2B5EB.

Border color

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

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

This div border color is #D2B5EB.

Opacity

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

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

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

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

This text has shadow with #D2B5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B5EB.

Preview

Color preview on black background

This text has color #D2B5EB on black background.


Color preview on white background

This text has color #D2B5EB on white background.


Black color preview on #D2B5EB background

This text has black color on #D2B5EB background.


White color preview on #D2B5EB background

This text has white color on #D2B5EB background.


Related colors

Complementary color

Complementary color for #hex is #2D4A14.


I love getcolorcode.com

Triadic colors

1 #EBD2B5 and #B5EBD2 with #D2B5EB are triadic colors.

2 #EBB5D2 and #B5D2EB with #D2B5EB are triadic colors.