COLOR #D4CCD8

HEX: #D4CCD8 RGB: (212,204,216)

Color info

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

RGB color model

#D4CCD8 color RGB value is (212,204,216).

RGB: (212,204,216) (83%, 80%, 85%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 216 of 255 = 85%

212
204
216

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

Portions of RGB colors in percentages

R + G + B = 212 + 204 + 216 = 632 (100%)
R 212 of 632 ~ 33.54%
G 204 of 632 ~ 32.28%
B 216 of 632 ~ 34.18'%

%33.54
%32.28
%34.18

CMYK color model

#D4CCD8 color CMYK value is (2,6,0,15).

  • cyan value is 1.85%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (2,6,0,15)
C2M6Y0K15 (2%, 6%, 0%, 15%)
(0.02 / 0.06 / 0.00 / 0.15)

CMYK percentages

%1.85
%5.56
%0
%15.29

Codes

Color #D4CCD8 in popluar color models

D4 CC D8
RGB 212 204 216
HSL 280° 13.33% 82.35%
HSB/HSV 280° 5.56% 84.71%
CMYK 1.85% 5.56% 0.00%
15.29%

Color #D4CCD8 in popluar number systems.

HEX D4 CC D8
Decimal 212 204 216
Binary 11010100 11001100 11011000
Octal 324 314 330

Shades and tints

Shades of #D4CCD8

#D4CCD8
(212,204,216)
#C1BAC5
(193,186,197)
#AEA8B2
(174,168,178)
#9B969F
(155,150,159)
#88848C
(136,132,140)
#757279
(117,114,121)
#626066
(98,96,102)
#4F4E53
(79,78,83)
#3C3C40
(60,60,64)
#292A2D
(41,42,45)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #D4CCD8

#D4CCD8
(212,204,216)
#D7D0DB
(215,208,219)
#DAD4DE
(218,212,222)
#DDD8E1
(221,216,225)
#E0DCE4
(224,220,228)
#E3E0E7
(227,224,231)
#E6E4EA
(230,228,234)
#E9E8ED
(233,232,237)
#ECECF0
(236,236,240)
#EFF0F3
(239,240,243)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCD8; }

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

This text font color is #D4CCD8.

Background Color

.myBgColor { background-color: #D4CCD8; }

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

This div background color is #D4CCD8.

Border color

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

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

This div border color is #D4CCD8.

Opacity

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

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

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

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

This text has shadow with #D4CCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CCD8.

Preview

Color preview on black background

This text has color #D4CCD8 on black background.


Color preview on white background

This text has color #D4CCD8 on white background.


Black color preview on #D4CCD8 background

This text has black color on #D4CCD8 background.


White color preview on #D4CCD8 background

This text has white color on #D4CCD8 background.


Related colors

Complementary color

Complementary color for #hex is #2B3327.


I love getcolorcode.com

Triadic colors

1 #D8D4CC and #CCD8D4 with #D4CCD8 are triadic colors.

2 #D8CCD4 and #CCD4D8 with #D4CCD8 are triadic colors.