COLOR #D4C8FD

HEX: #D4C8FD
RGB: (212,200,253)

Color info

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

RGB color model

#D4C8FD color RGB value is (212,200,253).

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

RGB channels and saturation

R 212 of 255 = 83%
G 200 of 255 = 78%
B 253 of 255 = 99%

212
200
253

R + G + B ~ 87%. #D4C8FD is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 200 + 253 = 665 (100%)
R 212 of 665 ~ 31.88%
G 200 of 665 ~ 30.08%
B 253 of 665 ~ 38.05%

%31.88
%30.08
%38.05

CMYK color model

#D4C8FD color CMYK value is (16,21,0,1).

  • cyan value is 16.21%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,21,0,1)
C16M21Y0K1 
(16%,21%,0%,1%)
(0.16/0.21/0.00/0.01)	

CMYK percentages

%16.21
%20.95
%0
%0.78

Codes

Color #D4C8FD in popluar color models

D4C8FD
RGB212200253
HSL254°92.98%88.82%
HSB/HSV254°20.95%99.22%
CMYK16.21%20.95%0.00%
0.78%

Color #D4C8FD in popluar number systems.

HEXD4C8FD
Decimal212200253
Binary110101001100100011111101
Octal324310375

Shades and tints

Shades of #D4C8FD

#D4C8FD
(212,200,253)
#C1B6E6
(193,182,230)
#AEA4CF
(174,164,207)
#9B92B8
(155,146,184)
#8880A1
(136,128,161)
#756E8A
(117,110,138)
#625C73
(98,92,115)
#4F4A5C
(79,74,92)
#3C3845
(60,56,69)
#29262E
(41,38,46)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #D4C8FD

#D4C8FD
(212,200,253)
#D7CDFD
(215,205,253)
#DAD2FD
(218,210,253)
#DDD7FD
(221,215,253)
#E0DCFD
(224,220,253)
#E3E1FD
(227,225,253)
#E6E6FD
(230,230,253)
#E9EBFD
(233,235,253)
#ECF0FD
(236,240,253)
#EFF5FD
(239,245,253)
#F2FAFD
(242,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C8FD; }

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

This text font color is #D4C8FD.


Background Color

.myBgColor { background-color: #D4C8FD; }

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

This div background color is #D4C8FD.


Border color

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

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

This div border color is #D4C8FD.


Opacity

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

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

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

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

This text has shadow with #D4C8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C8FD on black background.


Color preview on white background

This text has color #D4C8FD on white background.



Black color preview on #D4C8FD background

This text has black color on #D4C8FD background.


White color preview on #D4C8FD background

This text has white color on #D4C8FD background.