COLOR #D3C2DB

HEX: #D3C2DB RGB: (211,194,219)

Color info

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

RGB color model

#D3C2DB color RGB value is (211,194,219).

RGB: (211,194,219) (83%, 76%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 194 of 255 = 76%
B 219 of 255 = 86%

211
194
219

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

Portions of RGB colors in percentages

R + G + B = 211 + 194 + 219 = 624 (100%)
R 211 of 624 ~ 33.81%
G 194 of 624 ~ 31.09%
B 219 of 624 ~ 35.1'%

%33.81
%31.09
%35.1

CMYK color model

#D3C2DB color CMYK value is (4,11,0,14).

  • cyan value is 3.65%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (4,11,0,14)
C4M11Y0K14 (4%, 11%, 0%, 14%)
(0.04 / 0.11 / 0.00 / 0.14)

CMYK percentages

%3.65
%11.42
%0
%14.12

Codes

Color #D3C2DB in popluar color models

D3 C2 DB
RGB 211 194 219
HSL 281° 25.77% 80.98%
HSB/HSV 281° 11.42% 85.88%
CMYK 3.65% 11.42% 0.00%
14.12%

Color #D3C2DB in popluar number systems.

HEX D3 C2 DB
Decimal 211 194 219
Binary 11010011 11000010 11011011
Octal 323 302 333

Shades and tints

Shades of #D3C2DB

#D3C2DB
(211,194,219)
#C0B1C8
(192,177,200)
#ADA0B5
(173,160,181)
#9A8FA2
(154,143,162)
#877E8F
(135,126,143)
#746D7C
(116,109,124)
#615C69
(97,92,105)
#4E4B56
(78,75,86)
#3B3A43
(59,58,67)
#282930
(40,41,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #D3C2DB

#D3C2DB
(211,194,219)
#D7C7DE
(215,199,222)
#DBCCE1
(219,204,225)
#DFD1E4
(223,209,228)
#E3D6E7
(227,214,231)
#E7DBEA
(231,219,234)
#EBE0ED
(235,224,237)
#EFE5F0
(239,229,240)
#F3EAF3
(243,234,243)
#F7EFF6
(247,239,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C2DB color. Also use rgb(211,194,219) instead hex code.

Text Font Color

.myTextColor { color: #D3C2DB; }

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

This text font color is #D3C2DB.

Background Color

.myBgColor { background-color: #D3C2DB; }

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

This div background color is #D3C2DB.

Border color

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

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

This div border color is #D3C2DB.

Opacity

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

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

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

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

This text has shadow with #D3C2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C2DB.

Preview

Color preview on black background

This text has color #D3C2DB on black background.


Color preview on white background

This text has color #D3C2DB on white background.


Black color preview on #D3C2DB background

This text has black color on #D3C2DB background.


White color preview on #D3C2DB background

This text has white color on #D3C2DB background.


Related colors

Complementary color

Complementary color for #hex is #2C3D24.


I love getcolorcode.com

Triadic colors

1 #DBD3C2 and #C2DBD3 with #D3C2DB are triadic colors.

2 #DBC2D3 and #C2D3DB with #D3C2DB are triadic colors.