COLOR #D2CEDD

HEX: #D2CEDD RGB: (210,206,221)

Color info

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

RGB color model

#D2CEDD color RGB value is (210,206,221).

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

RGB channels and saturation

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

210
206
221

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

Portions of RGB colors in percentages

R + G + B = 210 + 206 + 221 = 637 (100%)
R 210 of 637 ~ 32.97%
G 206 of 637 ~ 32.34%
B 221 of 637 ~ 34.69'%

%32.97
%32.34
%34.69

CMYK color model

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

  • cyan value is 4.98%
  • 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

%4.98
%6.79
%0
%13.33

Codes

Color #D2CEDD in popluar color models

D2 CE DD
RGB 210 206 221
HSL 256° 18.07% 83.73%
HSB/HSV 256° 6.79% 86.67%
CMYK 4.98% 6.79% 0.00%
13.33%

Color #D2CEDD in popluar number systems.

HEX D2 CE DD
Decimal 210 206 221
Binary 11010010 11001110 11011101
Octal 322 316 335

Shades and tints

Shades of #D2CEDD

#D2CEDD
(210,206,221)
#BFBCC9
(191,188,201)
#ACAAB5
(172,170,181)
#9998A1
(153,152,161)
#86868D
(134,134,141)
#737479
(115,116,121)
#606265
(96,98,101)
#4D5051
(77,80,81)
#3A3E3D
(58,62,61)
#272C29
(39,44,41)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #D2CEDD

#D2CEDD
(210,206,221)
#D6D2E0
(214,210,224)
#DAD6E3
(218,214,227)
#DEDAE6
(222,218,230)
#E2DEE9
(226,222,233)
#E6E2EC
(230,226,236)
#EAE6EF
(234,230,239)
#EEEAF2
(238,234,242)
#F2EEF5
(242,238,245)
#F6F2F8
(246,242,248)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CEDD; }

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

This text font color is #D2CEDD.

Background Color

.myBgColor { background-color: #D2CEDD; }

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

This div background color is #D2CEDD.

Border color

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

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

This div border color is #D2CEDD.

Opacity

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

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

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

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

This text has shadow with #D2CEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2CEDD.

Preview

Color preview on black background

This text has color #D2CEDD on black background.


Color preview on white background

This text has color #D2CEDD on white background.


Black color preview on #D2CEDD background

This text has black color on #D2CEDD background.


White color preview on #D2CEDD background

This text has white color on #D2CEDD background.


Related colors

Complementary color

Complementary color for #hex is #2D3122.


I love getcolorcode.com

Triadic colors

1 #DDD2CE and #CEDDD2 with #D2CEDD are triadic colors.

2 #DDCED2 and #CED2DD with #D2CEDD are triadic colors.