COLOR #D1CEDD

HEX: #D1CEDD RGB: (209,206,221)

Color info

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

RGB color model

#D1CEDD color RGB value is (209,206,221).

RGB: (209,206,221) (82%, 81%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 221 of 255 = 87%

209
206
221

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

Portions of RGB colors in percentages

R + G + B = 209 + 206 + 221 = 636 (100%)
R 209 of 636 ~ 32.86%
G 206 of 636 ~ 32.39%
B 221 of 636 ~ 34.75'%

%32.86
%32.39
%34.75

CMYK color model

#D1CEDD color CMYK value is (5,7,0,13).

  • cyan value is 5.43%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (5,7,0,13)
C5M7Y0K13 (5%, 7%, 0%, 13%)
(0.05 / 0.07 / 0.00 / 0.13)

CMYK percentages

%5.43
%6.79
%0
%13.33

Codes

Color #D1CEDD in popluar color models

D1 CE DD
RGB 209 206 221
HSL 252° 18.07% 83.73%
HSB/HSV 252° 6.79% 86.67%
CMYK 5.43% 6.79% 0.00%
13.33%

Color #D1CEDD in popluar number systems.

HEX D1 CE DD
Decimal 209 206 221
Binary 11010001 11001110 11011101
Octal 321 316 335

Shades and tints

Shades of #D1CEDD

#D1CEDD
(209,206,221)
#BEBCC9
(190,188,201)
#ABAAB5
(171,170,181)
#9898A1
(152,152,161)
#85868D
(133,134,141)
#727479
(114,116,121)
#5F6265
(95,98,101)
#4C5051
(76,80,81)
#393E3D
(57,62,61)
#262C29
(38,44,41)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #D1CEDD

#D1CEDD
(209,206,221)
#D5D2E0
(213,210,224)
#D9D6E3
(217,214,227)
#DDDAE6
(221,218,230)
#E1DEE9
(225,222,233)
#E5E2EC
(229,226,236)
#E9E6EF
(233,230,239)
#EDEAF2
(237,234,242)
#F1EEF5
(241,238,245)
#F5F2F8
(245,242,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CEDD; }

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

This text font color is #D1CEDD.

Background Color

.myBgColor { background-color: #D1CEDD; }

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

This div background color is #D1CEDD.

Border color

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

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

This div border color is #D1CEDD.

Opacity

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

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

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

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

This text has shadow with #D1CEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CEDD.

Preview

Color preview on black background

This text has color #D1CEDD on black background.


Color preview on white background

This text has color #D1CEDD on white background.


Black color preview on #D1CEDD background

This text has black color on #D1CEDD background.


White color preview on #D1CEDD background

This text has white color on #D1CEDD background.


Related colors

Complementary color

Complementary color for #hex is #2E3122.


I love getcolorcode.com

Triadic colors

1 #DDD1CE and #CEDDD1 with #D1CEDD are triadic colors.

2 #DDCED1 and #CED1DD with #D1CEDD are triadic colors.