COLOR #D4C8F8

HEX: #D4C8F8
RGB: (212,200,248)

Color info

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

RGB color model

#D4C8F8 color RGB value is (212,200,248).

  • red value is 212;
  • green value is 200;
  • blue value is 248.
RGB:
(212,200,248)
(83%,78%,97%)

RGB channels and saturation

R 212 of 255 = 83%
G 200 of 255 = 78%
B 248 of 255 = 97%

212
200
248

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

Portions of RGB colors in percentages

R + G + B =
212 + 200 + 248 = 660 (100%)
R 212 of 660 ~ 32.12%
G 200 of 660 ~ 30.3%
B 248 of 660 ~ 37.58%

%32.12
%30.3
%37.58

CMYK color model

#D4C8F8 color CMYK value is (15,19,0,3).

  • cyan value is 14.52%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,19,0,3)
C15M19Y0K3 
(15%,19%,0%,3%)
(0.15/0.19/0.00/0.03)	

CMYK percentages

%14.52
%19.35
%0
%2.75

Codes

Color #D4C8F8 in popluar color models

D4C8F8
RGB212200248
HSL255°77.42%87.84%
HSB/HSV255°19.35%97.25%
CMYK14.52%19.35%0.00%
2.75%

Color #D4C8F8 in popluar number systems.

HEXD4C8F8
Decimal212200248
Binary110101001100100011111000
Octal324310370

Shades and tints

Shades of #D4C8F8

#D4C8F8
(212,200,248)
#C1B6E2
(193,182,226)
#AEA4CC
(174,164,204)
#9B92B6
(155,146,182)
#8880A0
(136,128,160)
#756E8A
(117,110,138)
#625C74
(98,92,116)
#4F4A5E
(79,74,94)
#3C3848
(60,56,72)
#292632
(41,38,50)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #D4C8F8

#D4C8F8
(212,200,248)
#D7CDF8
(215,205,248)
#DAD2F8
(218,210,248)
#DDD7F8
(221,215,248)
#E0DCF8
(224,220,248)
#E3E1F8
(227,225,248)
#E6E6F8
(230,230,248)
#E9EBF8
(233,235,248)
#ECF0F8
(236,240,248)
#EFF5F8
(239,245,248)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C8F8 color. Also use rgb(212,200,248) instead hex code.

Text Font Color

.myTextColor { color: #D4C8F8; }

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

This text font color is #D4C8F8.


Background Color

.myBgColor { background-color: #D4C8F8; }

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

This div background color is #D4C8F8.


Border color

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

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

This div border color is #D4C8F8.


Opacity

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

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

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

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

This text has shadow with #D4C8F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C8F8 on black background.


Color preview on white background

This text has color #D4C8F8 on white background.



Black color preview on #D4C8F8 background

This text has black color on #D4C8F8 background.


White color preview on #D4C8F8 background

This text has white color on #D4C8F8 background.