COLOR #D4CDDC

HEX: #D4CDDC
RGB: (212,205,220)

Color info

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

RGB color model

#D4CDDC color RGB value is (212,205,220).

  • red value is 212;
  • green value is 205;
  • blue value is 220.
RGB:
(212,205,220)
(83%,80%,86%)

RGB channels and saturation

R 212 of 255 = 83%
G 205 of 255 = 80%
B 220 of 255 = 86%

212
205
220

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

Portions of RGB colors in percentages

R + G + B =
212 + 205 + 220 = 637 (100%)
R 212 of 637 ~ 33.28%
G 205 of 637 ~ 32.18%
B 220 of 637 ~ 34.54%

%33.28
%32.18
%34.54

CMYK color model

#D4CDDC color CMYK value is (4,7,0,14).

  • cyan value is 3.64%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,7,0,14)
C4M7Y0K14 
(4%,7%,0%,14%)
(0.04/0.07/0.00/0.14)	

CMYK percentages

%3.64
%6.82
%0
%13.73

Codes

Color #D4CDDC in popluar color models

D4CDDC
RGB212205220
HSL268°17.65%83.33%
HSB/HSV268°6.82%86.27%
CMYK3.64%6.82%0.00%
13.73%

Color #D4CDDC in popluar number systems.

HEXD4CDDC
Decimal212205220
Binary110101001100110111011100
Octal324315334

Shades and tints

Shades of #D4CDDC

#D4CDDC
(212,205,220)
#C1BBC8
(193,187,200)
#AEA9B4
(174,169,180)
#9B97A0
(155,151,160)
#88858C
(136,133,140)
#757378
(117,115,120)
#626164
(98,97,100)
#4F4F50
(79,79,80)
#3C3D3C
(60,61,60)
#292B28
(41,43,40)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #D4CDDC

#D4CDDC
(212,205,220)
#D7D1DF
(215,209,223)
#DAD5E2
(218,213,226)
#DDD9E5
(221,217,229)
#E0DDE8
(224,221,232)
#E3E1EB
(227,225,235)
#E6E5EE
(230,229,238)
#E9E9F1
(233,233,241)
#ECEDF4
(236,237,244)
#EFF1F7
(239,241,247)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CDDC color. Also use rgb(212,205,220) instead hex code.

Text Font Color

.myTextColor { color: #D4CDDC; }

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

This text font color is #D4CDDC.


Background Color

.myBgColor { background-color: #D4CDDC; }

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

This div background color is #D4CDDC.


Border color

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

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

This div border color is #D4CDDC.


Opacity

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

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

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

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

This text has shadow with #D4CDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CDDC on black background.


Color preview on white background

This text has color #D4CDDC on white background.



Black color preview on #D4CDDC background

This text has black color on #D4CDDC background.


White color preview on #D4CDDC background

This text has white color on #D4CDDC background.