COLOR #D3CCD5

HEX: #D3CCD5 RGB: (211,204,213)

Color info

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

RGB color model

#D3CCD5 color RGB value is (211,204,213).

RGB: (211,204,213) (83%, 80%, 84%)

RGB channels and saturation

R 211 of 255 = 83%
G 204 of 255 = 80%
B 213 of 255 = 84%

211
204
213

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

Portions of RGB colors in percentages

R + G + B = 211 + 204 + 213 = 628 (100%)
R 211 of 628 ~ 33.6%
G 204 of 628 ~ 32.48%
B 213 of 628 ~ 33.92'%

%33.6
%32.48
%33.92

CMYK color model

#D3CCD5 color CMYK value is (1,4,0,16).

  • cyan value is 0.94%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (1,4,0,16)
C1M4Y0K16 (1%, 4%, 0%, 16%)
(0.01 / 0.04 / 0.00 / 0.16)

CMYK percentages

%0.94
%4.23
%0
%16.47

Codes

Color #D3CCD5 in popluar color models

D3 CC D5
RGB 211 204 213
HSL 287° 9.68% 81.76%
HSB/HSV 287° 4.23% 83.53%
CMYK 0.94% 4.23% 0.00%
16.47%

Color #D3CCD5 in popluar number systems.

HEX D3 CC D5
Decimal 211 204 213
Binary 11010011 11001100 11010101
Octal 323 314 325

Shades and tints

Shades of #D3CCD5

#D3CCD5
(211,204,213)
#C0BAC2
(192,186,194)
#ADA8AF
(173,168,175)
#9A969C
(154,150,156)
#878489
(135,132,137)
#747276
(116,114,118)
#616063
(97,96,99)
#4E4E50
(78,78,80)
#3B3C3D
(59,60,61)
#282A2A
(40,42,42)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #D3CCD5

#D3CCD5
(211,204,213)
#D7D0D8
(215,208,216)
#DBD4DB
(219,212,219)
#DFD8DE
(223,216,222)
#E3DCE1
(227,220,225)
#E7E0E4
(231,224,228)
#EBE4E7
(235,228,231)
#EFE8EA
(239,232,234)
#F3ECED
(243,236,237)
#F7F0F0
(247,240,240)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CCD5 color. Also use rgb(211,204,213) instead hex code.

Text Font Color

.myTextColor { color: #D3CCD5; }

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

This text font color is #D3CCD5.

Background Color

.myBgColor { background-color: #D3CCD5; }

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

This div background color is #D3CCD5.

Border color

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

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

This div border color is #D3CCD5.

Opacity

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

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

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

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

This text has shadow with #D3CCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3CCD5.

Preview

Color preview on black background

This text has color #D3CCD5 on black background.


Color preview on white background

This text has color #D3CCD5 on white background.


Black color preview on #D3CCD5 background

This text has black color on #D3CCD5 background.


White color preview on #D3CCD5 background

This text has white color on #D3CCD5 background.


Related colors

Complementary color

Complementary color for #hex is #2C332A.


I love getcolorcode.com

Triadic colors

1 #D5D3CC and #CCD5D3 with #D3CCD5 are triadic colors.

2 #D5CCD3 and #CCD3D5 with #D3CCD5 are triadic colors.