COLOR #D4CEDD

HEX: #D4CEDD RGB: (212,206,221)

Color info

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

RGB color model

#D4CEDD color RGB value is (212,206,221).

RGB: (212,206,221) (83%, 81%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 206 of 255 = 81%
B 221 of 255 = 87%

212
206
221

R + G + B ~ 84%. #D4CEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 206 + 221 = 639 (100%)
R 212 of 639 ~ 33.18%
G 206 of 639 ~ 32.24%
B 221 of 639 ~ 34.59'%

%33.18
%32.24
%34.59

CMYK color model

#D4CEDD color CMYK value is (4,7,0,13).

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

CMYK: (4,7,0,13)
C4M7Y0K13 (4%, 7%, 0%, 13%)
(0.04 / 0.07 / 0.00 / 0.13)

CMYK percentages

%4.07
%6.79
%0
%13.33

Codes

Color #D4CEDD in popluar color models

D4 CE DD
RGB 212 206 221
HSL 264° 18.07% 83.73%
HSB/HSV 264° 6.79% 86.67%
CMYK 4.07% 6.79% 0.00%
13.33%

Color #D4CEDD in popluar number systems.

HEX D4 CE DD
Decimal 212 206 221
Binary 11010100 11001110 11011101
Octal 324 316 335

Shades and tints

Shades of #D4CEDD

#D4CEDD
(212,206,221)
#C1BCC9
(193,188,201)
#AEAAB5
(174,170,181)
#9B98A1
(155,152,161)
#88868D
(136,134,141)
#757479
(117,116,121)
#626265
(98,98,101)
#4F5051
(79,80,81)
#3C3E3D
(60,62,61)
#292C29
(41,44,41)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #D4CEDD

#D4CEDD
(212,206,221)
#D7D2E0
(215,210,224)
#DAD6E3
(218,214,227)
#DDDAE6
(221,218,230)
#E0DEE9
(224,222,233)
#E3E2EC
(227,226,236)
#E6E6EF
(230,230,239)
#E9EAF2
(233,234,242)
#ECEEF5
(236,238,245)
#EFF2F8
(239,242,248)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CEDD; }

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

This text font color is #D4CEDD.

Background Color

.myBgColor { background-color: #D4CEDD; }

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

This div background color is #D4CEDD.

Border color

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

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

This div border color is #D4CEDD.

Opacity

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

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

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

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

This text has shadow with #D4CEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CEDD.

Preview

Color preview on black background

This text has color #D4CEDD on black background.


Color preview on white background

This text has color #D4CEDD on white background.


Black color preview on #D4CEDD background

This text has black color on #D4CEDD background.


White color preview on #D4CEDD background

This text has white color on #D4CEDD background.


Related colors

Complementary color

Complementary color for #hex is #2B3122.


I love getcolorcode.com

Triadic colors

1 #DDD4CE and #CEDDD4 with #D4CEDD are triadic colors.

2 #DDCED4 and #CED4DD with #D4CEDD are triadic colors.