COLOR #D0CCDD

HEX: #D0CCDD RGB: (208,204,221)

Color info

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

RGB color model

#D0CCDD color RGB value is (208,204,221).

RGB: (208,204,221) (82%, 80%, 87%)

RGB channels and saturation

R 208 of 255 = 82%
G 204 of 255 = 80%
B 221 of 255 = 87%

208
204
221

R + G + B ~ 83%. #D0CCDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 204 + 221 = 633 (100%)
R 208 of 633 ~ 32.86%
G 204 of 633 ~ 32.23%
B 221 of 633 ~ 34.91'%

%32.86
%32.23
%34.91

CMYK color model

#D0CCDD color CMYK value is (6,8,0,13).

  • cyan value is 5.88%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (6,8,0,13) C6M8Y0K13 (6%,8%,0%,13%) (0.06/0.08/0.00/0.13) 

CMYK percentages

%5.88
%7.69
%0
%13.33

Codes

Color #D0CCDD in popluar color models

D0 CC DD
RGB 208 204 221
HSL 254° 20.00% 83.33%
HSB/HSV 254° 7.69% 86.67%
CMYK 5.88% 7.69% 0.00%
13.33%

Color #D0CCDD in popluar number systems.

HEX D0 CC DD
Decimal 208 204 221
Binary 11010000 11001100 11011101
Octal 320 314 335

Shades and tints

Shades of #D0CCDD

#D0CCDD
(208,204,221)
#BEBAC9
(190,186,201)
#ACA8B5
(172,168,181)
#9A96A1
(154,150,161)
#88848D
(136,132,141)
#767279
(118,114,121)
#646065
(100,96,101)
#524E51
(82,78,81)
#403C3D
(64,60,61)
#2E2A29
(46,42,41)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #D0CCDD

#D0CCDD
(208,204,221)
#D4D0E0
(212,208,224)
#D8D4E3
(216,212,227)
#DCD8E6
(220,216,230)
#E0DCE9
(224,220,233)
#E4E0EC
(228,224,236)
#E8E4EF
(232,228,239)
#ECE8F2
(236,232,242)
#F0ECF5
(240,236,245)
#F4F0F8
(244,240,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CCDD color. Also use rgb(208,204,221) instead hex code.

Text Font Color

.myTextColor { color: #D0CCDD; }

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

This text font color is #D0CCDD.

Background Color

.myBgColor { background-color: #D0CCDD; }

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

This div background color is #D0CCDD.

Border color

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

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

This div border color is #D0CCDD.

Opacity

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

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

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

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

This text has shadow with #D0CCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0CCDD.

Preview

Color preview on black background

This text has color #D0CCDD on black background.


Color preview on white background

This text has color #D0CCDD on white background.


Black color preview on #D0CCDD background

This text has black color on #D0CCDD background.


White color preview on #D0CCDD background

This text has white color on #D0CCDD background.


Related colors

Complementary color

Complementary color for #hex is #2F3322.


I love getcolorcode.com

Triadic colors

1 #DDD0CC and #CCDDD0 with #D0CCDD are triadic colors.

2 #DDCCD0 and #CCD0DD with #D0CCDD are triadic colors.