COLOR #D3C5EB

HEX: #D3C5EB RGB: (211,197,235)

Color info

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

RGB color model

#D3C5EB color RGB value is (211,197,235).

RGB: (211,197,235) (83%, 77%, 92%)

RGB channels and saturation

R 211 of 255 = 83%
G 197 of 255 = 77%
B 235 of 255 = 92%

211
197
235

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

Portions of RGB colors in percentages

R + G + B = 211 + 197 + 235 = 643 (100%)
R 211 of 643 ~ 32.81%
G 197 of 643 ~ 30.64%
B 235 of 643 ~ 36.55'%

%32.81
%30.64
%36.55

CMYK color model

#D3C5EB color CMYK value is (10,16,0,8).

  • cyan value is 10.21%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (10,16,0,8) C10M16Y0K8 (10%,16%,0%,8%) (0.10/0.16/0.00/0.08) 

CMYK percentages

%10.21
%16.17
%0
%7.84

Codes

Color #D3C5EB in popluar color models

D3 C5 EB
RGB 211 197 235
HSL 262° 48.72% 84.71%
HSB/HSV 262° 16.17% 92.16%
CMYK 10.21% 16.17% 0.00%
7.84%

Color #D3C5EB in popluar number systems.

HEX D3 C5 EB
Decimal 211 197 235
Binary 11010011 11000101 11101011
Octal 323 305 353

Shades and tints

Shades of #D3C5EB

#D3C5EB
(211,197,235)
#C0B4D6
(192,180,214)
#ADA3C1
(173,163,193)
#9A92AC
(154,146,172)
#878197
(135,129,151)
#747082
(116,112,130)
#615F6D
(97,95,109)
#4E4E58
(78,78,88)
#3B3D43
(59,61,67)
#282C2E
(40,44,46)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #D3C5EB

#D3C5EB
(211,197,235)
#D7CAEC
(215,202,236)
#DBCFED
(219,207,237)
#DFD4EE
(223,212,238)
#E3D9EF
(227,217,239)
#E7DEF0
(231,222,240)
#EBE3F1
(235,227,241)
#EFE8F2
(239,232,242)
#F3EDF3
(243,237,243)
#F7F2F4
(247,242,244)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C5EB; }

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

This text font color is #D3C5EB.

Background Color

.myBgColor { background-color: #D3C5EB; }

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

This div background color is #D3C5EB.

Border color

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

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

This div border color is #D3C5EB.

Opacity

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

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

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

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

This text has shadow with #D3C5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C5EB.

Preview

Color preview on black background

This text has color #D3C5EB on black background.


Color preview on white background

This text has color #D3C5EB on white background.


Black color preview on #D3C5EB background

This text has black color on #D3C5EB background.


White color preview on #D3C5EB background

This text has white color on #D3C5EB background.


Related colors

Complementary color

Complementary color for #hex is #2C3A14.


I love getcolorcode.com

Triadic colors

1 #EBD3C5 and #C5EBD3 with #D3C5EB are triadic colors.

2 #EBC5D3 and #C5D3EB with #D3C5EB are triadic colors.