COLOR #D0C4DC

HEX: #D0C4DC RGB: (208,196,220)

Color info

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

RGB color model

#D0C4DC color RGB value is (208,196,220).

RGB: (208,196,220) (82%, 77%, 86%)

RGB channels and saturation

R 208 of 255 = 82%
G 196 of 255 = 77%
B 220 of 255 = 86%

208
196
220

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

Portions of RGB colors in percentages

R + G + B = 208 + 196 + 220 = 624 (100%)
R 208 of 624 ~ 33.33%
G 196 of 624 ~ 31.41%
B 220 of 624 ~ 35.26'%

%33.33
%31.41
%35.26

CMYK color model

#D0C4DC color CMYK value is (5,11,0,14).

  • cyan value is 5.45%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (5,11,0,14)
C5M11Y0K14 (5%, 11%, 0%, 14%)
(0.05 / 0.11 / 0.00 / 0.14)

CMYK percentages

%5.45
%10.91
%0
%13.73

Codes

Color #D0C4DC in popluar color models

D0 C4 DC
RGB 208 196 220
HSL 270° 25.53% 81.57%
HSB/HSV 270° 10.91% 86.27%
CMYK 5.45% 10.91% 0.00%
13.73%

Color #D0C4DC in popluar number systems.

HEX D0 C4 DC
Decimal 208 196 220
Binary 11010000 11000100 11011100
Octal 320 304 334

Shades and tints

Shades of #D0C4DC

#D0C4DC
(208,196,220)
#BEB3C8
(190,179,200)
#ACA2B4
(172,162,180)
#9A91A0
(154,145,160)
#88808C
(136,128,140)
#766F78
(118,111,120)
#645E64
(100,94,100)
#524D50
(82,77,80)
#403C3C
(64,60,60)
#2E2B28
(46,43,40)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #D0C4DC

#D0C4DC
(208,196,220)
#D4C9DF
(212,201,223)
#D8CEE2
(216,206,226)
#DCD3E5
(220,211,229)
#E0D8E8
(224,216,232)
#E4DDEB
(228,221,235)
#E8E2EE
(232,226,238)
#ECE7F1
(236,231,241)
#F0ECF4
(240,236,244)
#F4F1F7
(244,241,247)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C4DC color. Also use rgb(208,196,220) instead hex code.

Text Font Color

.myTextColor { color: #D0C4DC; }

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

This text font color is #D0C4DC.

Background Color

.myBgColor { background-color: #D0C4DC; }

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

This div background color is #D0C4DC.

Border color

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

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

This div border color is #D0C4DC.

Opacity

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

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

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

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

This text has shadow with #D0C4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C4DC.

Preview

Color preview on black background

This text has color #D0C4DC on black background.


Color preview on white background

This text has color #D0C4DC on white background.


Black color preview on #D0C4DC background

This text has black color on #D0C4DC background.


White color preview on #D0C4DC background

This text has white color on #D0C4DC background.


Related colors

Complementary color

Complementary color for #hex is #2F3B23.


I love getcolorcode.com

Triadic colors

1 #DCD0C4 and #C4DCD0 with #D0C4DC are triadic colors.

2 #DCC4D0 and #C4D0DC with #D0C4DC are triadic colors.