COLOR #D4CCF1

HEX: #D4CCF1
RGB: (212,204,241)

Color info

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

RGB color model

#D4CCF1 color RGB value is (212,204,241).

  • red value is 212;
  • green value is 204;
  • blue value is 241.
RGB:
(212,204,241)
(83%,80%,95%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 241 of 255 = 95%

212
204
241

R + G + B ~ 86%. #D4CCF1 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 204 + 241 = 657 (100%)
R 212 of 657 ~ 32.27%
G 204 of 657 ~ 31.05%
B 241 of 657 ~ 36.68%

%32.27
%31.05
%36.68

CMYK color model

#D4CCF1 color CMYK value is (12,15,0,5).

  • cyan value is 12.03%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,15,0,5)
C12M15Y0K5 
(12%,15%,0%,5%)
(0.12/0.15/0.00/0.05)	

CMYK percentages

%12.03
%15.35
%0
%5.49

Codes

Color #D4CCF1 in popluar color models

D4CCF1
RGB212204241
HSL253°56.92%87.25%
HSB/HSV253°15.35%94.51%
CMYK12.03%15.35%0.00%
5.49%

Color #D4CCF1 in popluar number systems.

HEXD4CCF1
Decimal212204241
Binary110101001100110011110001
Octal324314361

Shades and tints

Shades of #D4CCF1

#D4CCF1
(212,204,241)
#C1BADC
(193,186,220)
#AEA8C7
(174,168,199)
#9B96B2
(155,150,178)
#88849D
(136,132,157)
#757288
(117,114,136)
#626073
(98,96,115)
#4F4E5E
(79,78,94)
#3C3C49
(60,60,73)
#292A34
(41,42,52)
#16181F
(22,24,31)
#000000
(0,0,0)

Tints of #D4CCF1

#D4CCF1
(212,204,241)
#D7D0F2
(215,208,242)
#DAD4F3
(218,212,243)
#DDD8F4
(221,216,244)
#E0DCF5
(224,220,245)
#E3E0F6
(227,224,246)
#E6E4F7
(230,228,247)
#E9E8F8
(233,232,248)
#ECECF9
(236,236,249)
#EFF0FA
(239,240,250)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCF1; }

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

This text font color is #D4CCF1.


Background Color

.myBgColor { background-color: #D4CCF1; }

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

This div background color is #D4CCF1.


Border color

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

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

This div border color is #D4CCF1.


Opacity

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

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

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

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

This text has shadow with #D4CCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CCF1 on black background.


Color preview on white background

This text has color #D4CCF1 on white background.



Black color preview on #D4CCF1 background

This text has black color on #D4CCF1 background.


White color preview on #D4CCF1 background

This text has white color on #D4CCF1 background.