COLOR #D1CCDD

HEX: #D1CCDD
RGB: (209,204,221)

Color info

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

RGB color model

#D1CCDD color RGB value is (209,204,221).

  • red value is 209;
  • green value is 204;
  • blue value is 221.
RGB:
(209,204,221)
(82%,80%,87%)

RGB channels and saturation

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

209
204
221

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

Portions of RGB colors in percentages

R + G + B =
209 + 204 + 221 = 634 (100%)
R 209 of 634 ~ 32.97%
G 204 of 634 ~ 32.18%
B 221 of 634 ~ 34.86%

%32.97
%32.18
%34.86

CMYK color model

#D1CCDD color CMYK value is (5,8,0,13).

  • cyan value is 5.43%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,8,0,13)
C5M8Y0K13 
(5%,8%,0%,13%)
(0.05/0.08/0.00/0.13)	

CMYK percentages

%5.43
%7.69
%0
%13.33

Codes

Color #D1CCDD in popluar color models

D1CCDD
RGB209204221
HSL258°20.00%83.33%
HSB/HSV258°7.69%86.67%
CMYK5.43%7.69%0.00%
13.33%

Color #D1CCDD in popluar number systems.

HEXD1CCDD
Decimal209204221
Binary110100011100110011011101
Octal321314335

Shades and tints

Shades of #D1CCDD

#D1CCDD
(209,204,221)
#BEBAC9
(190,186,201)
#ABA8B5
(171,168,181)
#9896A1
(152,150,161)
#85848D
(133,132,141)
#727279
(114,114,121)
#5F6065
(95,96,101)
#4C4E51
(76,78,81)
#393C3D
(57,60,61)
#262A29
(38,42,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #D1CCDD

#D1CCDD
(209,204,221)
#D5D0E0
(213,208,224)
#D9D4E3
(217,212,227)
#DDD8E6
(221,216,230)
#E1DCE9
(225,220,233)
#E5E0EC
(229,224,236)
#E9E4EF
(233,228,239)
#EDE8F2
(237,232,242)
#F1ECF5
(241,236,245)
#F5F0F8
(245,240,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CCDD; }

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

This text font color is #D1CCDD.


Background Color

.myBgColor { background-color: #D1CCDD; }

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

This div background color is #D1CCDD.


Border color

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

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

This div border color is #D1CCDD.


Opacity

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

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

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

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

This text has shadow with #D1CCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CCDD on black background.


Color preview on white background

This text has color #D1CCDD on white background.



Black color preview on #D1CCDD background

This text has black color on #D1CCDD background.


White color preview on #D1CCDD background

This text has white color on #D1CCDD background.