COLOR #D1CCDE

HEX: #D1CCDE RGB: (209,204,222)

Color info

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

RGB color model

#D1CCDE color RGB value is (209,204,222).

RGB: (209,204,222) (82%, 80%, 87%)

RGB channels and saturation

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

209
204
222

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

Portions of RGB colors in percentages

R + G + B = 209 + 204 + 222 = 635 (100%)
R 209 of 635 ~ 32.91%
G 204 of 635 ~ 32.13%
B 222 of 635 ~ 34.96'%

%32.91
%32.13
%34.96

CMYK color model

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

  • cyan value is 5.86%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (6,8,0,13)
C6M8Y0K13 (6%, 8%, 0%, 13%)
(0.06 / 0.08 / 0.00 / 0.13)

CMYK percentages

%5.86
%8.11
%0
%12.94

Codes

Color #D1CCDE in popluar color models

D1 CC DE
RGB 209 204 222
HSL 257° 21.43% 83.53%
HSB/HSV 257° 8.11% 87.06%
CMYK 5.86% 8.11% 0.00%
12.94%

Color #D1CCDE in popluar number systems.

HEX D1 CC DE
Decimal 209 204 222
Binary 11010001 11001100 11011110
Octal 321 314 336

Shades and tints

Shades of #D1CCDE

#D1CCDE
(209,204,222)
#BEBACA
(190,186,202)
#ABA8B6
(171,168,182)
#9896A2
(152,150,162)
#85848E
(133,132,142)
#72727A
(114,114,122)
#5F6066
(95,96,102)
#4C4E52
(76,78,82)
#393C3E
(57,60,62)
#262A2A
(38,42,42)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #D1CCDE

#D1CCDE
(209,204,222)
#D5D0E1
(213,208,225)
#D9D4E4
(217,212,228)
#DDD8E7
(221,216,231)
#E1DCEA
(225,220,234)
#E5E0ED
(229,224,237)
#E9E4F0
(233,228,240)
#EDE8F3
(237,232,243)
#F1ECF6
(241,236,246)
#F5F0F9
(245,240,249)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CCDE; }

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

This text font color is #D1CCDE.

Background Color

.myBgColor { background-color: #D1CCDE; }

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

This div background color is #D1CCDE.

Border color

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

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

This div border color is #D1CCDE.

Opacity

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

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

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

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

This text has shadow with #D1CCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CCDE.

Preview

Color preview on black background

This text has color #D1CCDE on black background.


Color preview on white background

This text has color #D1CCDE on white background.


Black color preview on #D1CCDE background

This text has black color on #D1CCDE background.


White color preview on #D1CCDE background

This text has white color on #D1CCDE background.


Related colors

Complementary color

Complementary color for #hex is #2E3321.


I love getcolorcode.com

Triadic colors

1 #DED1CC and #CCDED1 with #D1CCDE are triadic colors.

2 #DECCD1 and #CCD1DE with #D1CCDE are triadic colors.