COLOR #D4CCCE

HEX: #D4CCCE RGB: (212,204,206)

Color info

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

RGB color model

#D4CCCE color RGB value is (212,204,206).

RGB: (212,204,206) (83%, 80%, 81%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 206 of 255 = 81%

212
204
206

R + G + B ~ 81%. #D4CCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 204 + 206 = 622 (100%)
R 212 of 622 ~ 34.08%
G 204 of 622 ~ 32.8%
B 206 of 622 ~ 33.12'%

%34.08
%32.8
%33.12

CMYK color model

#D4CCCE color CMYK value is (0,4,3,17).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 2.83%
  • key color value is 16.86%

CMYK: (0,4,3,17)
C0M4Y3K17 (0%, 4%, 3%, 17%)
(0.00 / 0.04 / 0.03 / 0.17)

CMYK percentages

%0
%3.77
%2.83
%16.86

Codes

Color #D4CCCE in popluar color models

D4 CC CE
RGB 212 204 206
HSL 345° 8.51% 81.57%
HSB/HSV 345° 3.77% 83.14%
CMYK 0.00% 3.77% 2.83%
16.86%

Color #D4CCCE in popluar number systems.

HEX D4 CC CE
Decimal 212 204 206
Binary 11010100 11001100 11001110
Octal 324 314 316

Shades and tints

Shades of #D4CCCE

#D4CCCE
(212,204,206)
#C1BABC
(193,186,188)
#AEA8AA
(174,168,170)
#9B9698
(155,150,152)
#888486
(136,132,134)
#757274
(117,114,116)
#626062
(98,96,98)
#4F4E50
(79,78,80)
#3C3C3E
(60,60,62)
#292A2C
(41,42,44)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #D4CCCE

#D4CCCE
(212,204,206)
#D7D0D2
(215,208,210)
#DAD4D6
(218,212,214)
#DDD8DA
(221,216,218)
#E0DCDE
(224,220,222)
#E3E0E2
(227,224,226)
#E6E4E6
(230,228,230)
#E9E8EA
(233,232,234)
#ECECEE
(236,236,238)
#EFF0F2
(239,240,242)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCCE; }

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

This text font color is #D4CCCE.

Background Color

.myBgColor { background-color: #D4CCCE; }

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

This div background color is #D4CCCE.

Border color

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

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

This div border color is #D4CCCE.

Opacity

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

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

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

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

This text has shadow with #D4CCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CCCE.

Preview

Color preview on black background

This text has color #D4CCCE on black background.


Color preview on white background

This text has color #D4CCCE on white background.


Black color preview on #D4CCCE background

This text has black color on #D4CCCE background.


White color preview on #D4CCCE background

This text has white color on #D4CCCE background.


Related colors

Complementary color

Complementary color for #hex is #2B3331.


I love getcolorcode.com

Triadic colors

1 #CED4CC and #CCCED4 with #D4CCCE are triadic colors.

2 #CECCD4 and #CCD4CE with #D4CCCE are triadic colors.