COLOR #D1C4DE

HEX: #D1C4DE
RGB: (209,196,222)

Color info

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

RGB color model

#D1C4DE color RGB value is (209,196,222).

  • red value is 209;
  • green value is 196;
  • blue value is 222.
RGB:
(209,196,222)
(82%,77%,87%)

RGB channels and saturation

R 209 of 255 = 82%
G 196 of 255 = 77%
B 222 of 255 = 87%

209
196
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 196 + 222 = 627 (100%)
R 209 of 627 ~ 33.33%
G 196 of 627 ~ 31.26%
B 222 of 627 ~ 35.41%

%33.33
%31.26
%35.41

CMYK color model

#D1C4DE color CMYK value is (6,12,0,13).

  • cyan value is 5.86%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,12,0,13)
C6M12Y0K13 
(6%,12%,0%,13%)
(0.06/0.12/0.00/0.13)	

CMYK percentages

%5.86
%11.71
%0
%12.94

Codes

Color #D1C4DE in popluar color models

D1C4DE
RGB209196222
HSL270°28.26%81.96%
HSB/HSV270°11.71%87.06%
CMYK5.86%11.71%0.00%
12.94%

Color #D1C4DE in popluar number systems.

HEXD1C4DE
Decimal209196222
Binary110100011100010011011110
Octal321304336

Shades and tints

Shades of #D1C4DE

#D1C4DE
(209,196,222)
#BEB3CA
(190,179,202)
#ABA2B6
(171,162,182)
#9891A2
(152,145,162)
#85808E
(133,128,142)
#726F7A
(114,111,122)
#5F5E66
(95,94,102)
#4C4D52
(76,77,82)
#393C3E
(57,60,62)
#262B2A
(38,43,42)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #D1C4DE

#D1C4DE
(209,196,222)
#D5C9E1
(213,201,225)
#D9CEE4
(217,206,228)
#DDD3E7
(221,211,231)
#E1D8EA
(225,216,234)
#E5DDED
(229,221,237)
#E9E2F0
(233,226,240)
#EDE7F3
(237,231,243)
#F1ECF6
(241,236,246)
#F5F1F9
(245,241,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C4DE color. Also use rgb(209,196,222) instead hex code.

Text Font Color

.myTextColor { color: #D1C4DE; }

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

This text font color is #D1C4DE.


Background Color

.myBgColor { background-color: #D1C4DE; }

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

This div background color is #D1C4DE.


Border color

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

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

This div border color is #D1C4DE.


Opacity

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

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

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

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

This text has shadow with #D1C4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C4DE on black background.


Color preview on white background

This text has color #D1C4DE on white background.



Black color preview on #D1C4DE background

This text has black color on #D1C4DE background.


White color preview on #D1C4DE background

This text has white color on #D1C4DE background.