COLOR #D4CCE7

HEX: #D4CCE7 RGB: (212,204,231)

Color info

#D4CCE7 contains red, green and blue colors in about the same proportion. Web safe color of #D4CCE7 is #CCCCFF (or #CCF).

RGB color model

#D4CCE7 color RGB value is (212,204,231).

RGB: (212,204,231) (83%, 80%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 231 of 255 = 91%

212
204
231

R + G + B ~ 85%. #D4CCE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 204 + 231 = 647 (100%)
R 212 of 647 ~ 32.77%
G 204 of 647 ~ 31.53%
B 231 of 647 ~ 35.7'%

%32.77
%31.53
%35.7

CMYK color model

#D4CCE7 color CMYK value is (8,12,0,9).

  • cyan value is 8.23%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (8,12,0,9)
C8M12Y0K9 (8%, 12%, 0%, 9%)
(0.08 / 0.12 / 0.00 / 0.09)

CMYK percentages

%8.23
%11.69
%0
%9.41

Codes

Color #D4CCE7 in popluar color models

D4 CC E7
RGB 212 204 231
HSL 258° 36.00% 85.29%
HSB/HSV 258° 11.69% 90.59%
CMYK 8.23% 11.69% 0.00%
9.41%

Color #D4CCE7 in popluar number systems.

HEX D4 CC E7
Decimal 212 204 231
Binary 11010100 11001100 11100111
Octal 324 314 347

Shades and tints

Shades of #D4CCE7

#D4CCE7
(212,204,231)
#C1BAD2
(193,186,210)
#AEA8BD
(174,168,189)
#9B96A8
(155,150,168)
#888493
(136,132,147)
#75727E
(117,114,126)
#626069
(98,96,105)
#4F4E54
(79,78,84)
#3C3C3F
(60,60,63)
#292A2A
(41,42,42)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4CCE7

#D4CCE7
(212,204,231)
#D7D0E9
(215,208,233)
#DAD4EB
(218,212,235)
#DDD8ED
(221,216,237)
#E0DCEF
(224,220,239)
#E3E0F1
(227,224,241)
#E6E4F3
(230,228,243)
#E9E8F5
(233,232,245)
#ECECF7
(236,236,247)
#EFF0F9
(239,240,249)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCE7; }

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

This text font color is #D4CCE7.

Background Color

.myBgColor { background-color: #D4CCE7; }

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

This div background color is #D4CCE7.

Border color

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

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

This div border color is #D4CCE7.

Opacity

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

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

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

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

This text has shadow with #D4CCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CCE7.

Preview

Color preview on black background

This text has color #D4CCE7 on black background.


Color preview on white background

This text has color #D4CCE7 on white background.


Black color preview on #D4CCE7 background

This text has black color on #D4CCE7 background.


White color preview on #D4CCE7 background

This text has white color on #D4CCE7 background.


Related colors

Complementary color

Complementary color for #hex is #2B3318.


I love getcolorcode.com

Triadic colors

1 #E7D4CC and #CCE7D4 with #D4CCE7 are triadic colors.

2 #E7CCD4 and #CCD4E7 with #D4CCE7 are triadic colors.