COLOR #D3CBE4

HEX: #D3CBE4 RGB: (211,203,228)

Color info

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

RGB color model

#D3CBE4 color RGB value is (211,203,228).

RGB: (211,203,228) (83%, 80%, 89%)

RGB channels and saturation

R 211 of 255 = 83%
G 203 of 255 = 80%
B 228 of 255 = 89%

211
203
228

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

Portions of RGB colors in percentages

R + G + B = 211 + 203 + 228 = 642 (100%)
R 211 of 642 ~ 32.87%
G 203 of 642 ~ 31.62%
B 228 of 642 ~ 35.51'%

%32.87
%31.62
%35.51

CMYK color model

#D3CBE4 color CMYK value is (7,11,0,11).

  • cyan value is 7.46%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (7,11,0,11)
C7M11Y0K11 (7%, 11%, 0%, 11%)
(0.07 / 0.11 / 0.00 / 0.11)

CMYK percentages

%7.46
%10.96
%0
%10.59

Codes

Color #D3CBE4 in popluar color models

D3 CB E4
RGB 211 203 228
HSL 259° 31.65% 84.51%
HSB/HSV 259° 10.96% 89.41%
CMYK 7.46% 10.96% 0.00%
10.59%

Color #D3CBE4 in popluar number systems.

HEX D3 CB E4
Decimal 211 203 228
Binary 11010011 11001011 11100100
Octal 323 313 344

Shades and tints

Shades of #D3CBE4

#D3CBE4
(211,203,228)
#C0B9D0
(192,185,208)
#ADA7BC
(173,167,188)
#9A95A8
(154,149,168)
#878394
(135,131,148)
#747180
(116,113,128)
#615F6C
(97,95,108)
#4E4D58
(78,77,88)
#3B3B44
(59,59,68)
#282930
(40,41,48)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #D3CBE4

#D3CBE4
(211,203,228)
#D7CFE6
(215,207,230)
#DBD3E8
(219,211,232)
#DFD7EA
(223,215,234)
#E3DBEC
(227,219,236)
#E7DFEE
(231,223,238)
#EBE3F0
(235,227,240)
#EFE7F2
(239,231,242)
#F3EBF4
(243,235,244)
#F7EFF6
(247,239,246)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CBE4 color. Also use rgb(211,203,228) instead hex code.

Text Font Color

.myTextColor { color: #D3CBE4; }

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

This text font color is #D3CBE4.

Background Color

.myBgColor { background-color: #D3CBE4; }

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

This div background color is #D3CBE4.

Border color

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

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

This div border color is #D3CBE4.

Opacity

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

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

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

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

This text has shadow with #D3CBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3CBE4.

Preview

Color preview on black background

This text has color #D3CBE4 on black background.


Color preview on white background

This text has color #D3CBE4 on white background.


Black color preview on #D3CBE4 background

This text has black color on #D3CBE4 background.


White color preview on #D3CBE4 background

This text has white color on #D3CBE4 background.


Related colors

Complementary color

Complementary color for #hex is #2C341B.


I love getcolorcode.com

Triadic colors

1 #E4D3CB and #CBE4D3 with #D3CBE4 are triadic colors.

2 #E4CBD3 and #CBD3E4 with #D3CBE4 are triadic colors.