COLOR #D3C1EB

HEX: #D3C1EB RGB: (211,193,235)

Color info

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

RGB color model

#D3C1EB color RGB value is (211,193,235).

RGB: (211,193,235) (83%, 76%, 92%)

RGB channels and saturation

R 211 of 255 = 83%
G 193 of 255 = 76%
B 235 of 255 = 92%

211
193
235

R + G + B ~ 84%. #D3C1EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 193 + 235 = 639 (100%)
R 211 of 639 ~ 33.02%
G 193 of 639 ~ 30.2%
B 235 of 639 ~ 36.78'%

%33.02
%30.2
%36.78

CMYK color model

#D3C1EB color CMYK value is (10,18,0,8).

  • cyan value is 10.21%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (10,18,0,8)
C10M18Y0K8 (10%, 18%, 0%, 8%)
(0.10 / 0.18 / 0.00 / 0.08)

CMYK percentages

%10.21
%17.87
%0
%7.84

Codes

Color #D3C1EB in popluar color models

D3 C1 EB
RGB 211 193 235
HSL 266° 51.22% 83.92%
HSB/HSV 266° 17.87% 92.16%
CMYK 10.21% 17.87% 0.00%
7.84%

Color #D3C1EB in popluar number systems.

HEX D3 C1 EB
Decimal 211 193 235
Binary 11010011 11000001 11101011
Octal 323 301 353

Shades and tints

Shades of #D3C1EB

#D3C1EB
(211,193,235)
#C0B0D6
(192,176,214)
#AD9FC1
(173,159,193)
#9A8EAC
(154,142,172)
#877D97
(135,125,151)
#746C82
(116,108,130)
#615B6D
(97,91,109)
#4E4A58
(78,74,88)
#3B3943
(59,57,67)
#28282E
(40,40,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #D3C1EB

#D3C1EB
(211,193,235)
#D7C6EC
(215,198,236)
#DBCBED
(219,203,237)
#DFD0EE
(223,208,238)
#E3D5EF
(227,213,239)
#E7DAF0
(231,218,240)
#EBDFF1
(235,223,241)
#EFE4F2
(239,228,242)
#F3E9F3
(243,233,243)
#F7EEF4
(247,238,244)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C1EB color. Also use rgb(211,193,235) instead hex code.

Text Font Color

.myTextColor { color: #D3C1EB; }

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

This text font color is #D3C1EB.

Background Color

.myBgColor { background-color: #D3C1EB; }

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

This div background color is #D3C1EB.

Border color

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

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

This div border color is #D3C1EB.

Opacity

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

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

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

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

This text has shadow with #D3C1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C1EB.

Preview

Color preview on black background

This text has color #D3C1EB on black background.


Color preview on white background

This text has color #D3C1EB on white background.


Black color preview on #D3C1EB background

This text has black color on #D3C1EB background.


White color preview on #D3C1EB background

This text has white color on #D3C1EB background.


Related colors

Complementary color

Complementary color for #hex is #2C3E14.


I love getcolorcode.com

Triadic colors

1 #EBD3C1 and #C1EBD3 with #D3C1EB are triadic colors.

2 #EBC1D3 and #C1D3EB with #D3C1EB are triadic colors.