COLOR #D1CCDB

HEX: #D1CCDB RGB: (209,204,219)

Color info

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

RGB color model

#D1CCDB color RGB value is (209,204,219).

RGB: (209,204,219) (82%, 80%, 86%)

RGB channels and saturation

R 209 of 255 = 82%
G 204 of 255 = 80%
B 219 of 255 = 86%

209
204
219

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

Portions of RGB colors in percentages

R + G + B = 209 + 204 + 219 = 632 (100%)
R 209 of 632 ~ 33.07%
G 204 of 632 ~ 32.28%
B 219 of 632 ~ 34.65'%

%33.07
%32.28
%34.65

CMYK color model

#D1CCDB color CMYK value is (5,7,0,14).

  • cyan value is 4.57%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (5,7,0,14) C5M7Y0K14 (5%,7%,0%,14%) (0.05/0.07/0.00/0.14) 

CMYK percentages

%4.57
%6.85
%0
%14.12

Codes

Color #D1CCDB in popluar color models

D1 CC DB
RGB 209 204 219
HSL 260° 17.24% 82.94%
HSB/HSV 260° 6.85% 85.88%
CMYK 4.57% 6.85% 0.00%
14.12%

Color #D1CCDB in popluar number systems.

HEX D1 CC DB
Decimal 209 204 219
Binary 11010001 11001100 11011011
Octal 321 314 333

Shades and tints

Shades of #D1CCDB

#D1CCDB
(209,204,219)
#BEBAC8
(190,186,200)
#ABA8B5
(171,168,181)
#9896A2
(152,150,162)
#85848F
(133,132,143)
#72727C
(114,114,124)
#5F6069
(95,96,105)
#4C4E56
(76,78,86)
#393C43
(57,60,67)
#262A30
(38,42,48)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #D1CCDB

#D1CCDB
(209,204,219)
#D5D0DE
(213,208,222)
#D9D4E1
(217,212,225)
#DDD8E4
(221,216,228)
#E1DCE7
(225,220,231)
#E5E0EA
(229,224,234)
#E9E4ED
(233,228,237)
#EDE8F0
(237,232,240)
#F1ECF3
(241,236,243)
#F5F0F6
(245,240,246)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CCDB color. Also use rgb(209,204,219) instead hex code.

Text Font Color

.myTextColor { color: #D1CCDB; }

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

This text font color is #D1CCDB.

Background Color

.myBgColor { background-color: #D1CCDB; }

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

This div background color is #D1CCDB.

Border color

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

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

This div border color is #D1CCDB.

Opacity

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

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

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

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

This text has shadow with #D1CCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CCDB.

Preview

Color preview on black background

This text has color #D1CCDB on black background.


Color preview on white background

This text has color #D1CCDB on white background.


Black color preview on #D1CCDB background

This text has black color on #D1CCDB background.


White color preview on #D1CCDB background

This text has white color on #D1CCDB background.


Related colors

Complementary color

Complementary color for #hex is #2E3324.


I love getcolorcode.com

Triadic colors

1 #DBD1CC and #CCDBD1 with #D1CCDB are triadic colors.

2 #DBCCD1 and #CCD1DB with #D1CCDB are triadic colors.