COLOR #D4C2ED

HEX: #D4C2ED
RGB: (212,194,237)

Color info

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

RGB color model

#D4C2ED color RGB value is (212,194,237).

  • red value is 212;
  • green value is 194;
  • blue value is 237.
RGB:
(212,194,237)
(83%,76%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 194 of 255 = 76%
B 237 of 255 = 93%

212
194
237

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

Portions of RGB colors in percentages

R + G + B =
212 + 194 + 237 = 643 (100%)
R 212 of 643 ~ 32.97%
G 194 of 643 ~ 30.17%
B 237 of 643 ~ 36.86%

%32.97
%30.17
%36.86

CMYK color model

#D4C2ED color CMYK value is (11,18,0,7).

  • cyan value is 10.55%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,18,0,7)
C11M18Y0K7 
(11%,18%,0%,7%)
(0.11/0.18/0.00/0.07)	

CMYK percentages

%10.55
%18.14
%0
%7.06

Codes

Color #D4C2ED in popluar color models

D4C2ED
RGB212194237
HSL265°54.43%84.51%
HSB/HSV265°18.14%92.94%
CMYK10.55%18.14%0.00%
7.06%

Color #D4C2ED in popluar number systems.

HEXD4C2ED
Decimal212194237
Binary110101001100001011101101
Octal324302355

Shades and tints

Shades of #D4C2ED

#D4C2ED
(212,194,237)
#C1B1D8
(193,177,216)
#AEA0C3
(174,160,195)
#9B8FAE
(155,143,174)
#887E99
(136,126,153)
#756D84
(117,109,132)
#625C6F
(98,92,111)
#4F4B5A
(79,75,90)
#3C3A45
(60,58,69)
#292930
(41,41,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #D4C2ED

#D4C2ED
(212,194,237)
#D7C7EE
(215,199,238)
#DACCEF
(218,204,239)
#DDD1F0
(221,209,240)
#E0D6F1
(224,214,241)
#E3DBF2
(227,219,242)
#E6E0F3
(230,224,243)
#E9E5F4
(233,229,244)
#ECEAF5
(236,234,245)
#EFEFF6
(239,239,246)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C2ED color. Also use rgb(212,194,237) instead hex code.

Text Font Color

.myTextColor { color: #D4C2ED; }

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

This text font color is #D4C2ED.


Background Color

.myBgColor { background-color: #D4C2ED; }

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

This div background color is #D4C2ED.


Border color

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

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

This div border color is #D4C2ED.


Opacity

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

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

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

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

This text has shadow with #D4C2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C2ED on black background.


Color preview on white background

This text has color #D4C2ED on white background.



Black color preview on #D4C2ED background

This text has black color on #D4C2ED background.


White color preview on #D4C2ED background

This text has white color on #D4C2ED background.