COLOR #D4CCFF

HEX: #D4CCFF
RGB: (212,204,255)

Color info

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

RGB color model

#D4CCFF color RGB value is (212,204,255).

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

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 255 of 255 = 100%

212
204
255

R + G + B ~ 88%. #D4CCFF is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 204 + 255 = 671 (100%)
R 212 of 671 ~ 31.59%
G 204 of 671 ~ 30.4%
B 255 of 671 ~ 38%

%31.59
%30.4
%38

CMYK color model

#D4CCFF color CMYK value is (17,20,0,0).

  • cyan value is 16.86%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,20,0,0)
C17M20Y0K0 
(17%,20%,0%,0%)
(0.17/0.20/0.00/0.00)	

CMYK percentages

%16.86
%20
%0
%0

Codes

Color #D4CCFF in popluar color models

D4CCFF
RGB212204255
HSL249°100.00%90.00%
HSB/HSV249°20.00%100.00%
CMYK16.86%20.00%0.00%
0.00%

Color #D4CCFF in popluar number systems.

HEXD4CCFF
Decimal212204255
Binary110101001100110011111111
Octal324314377

Shades and tints

Shades of #D4CCFF

#D4CCFF
(212,204,255)
#C1BAE8
(193,186,232)
#AEA8D1
(174,168,209)
#9B96BA
(155,150,186)
#8884A3
(136,132,163)
#75728C
(117,114,140)
#626075
(98,96,117)
#4F4E5E
(79,78,94)
#3C3C47
(60,60,71)
#292A30
(41,42,48)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #D4CCFF

#D4CCFF
(212,204,255)
#D7D0FF
(215,208,255)
#DAD4FF
(218,212,255)
#DDD8FF
(221,216,255)
#E0DCFF
(224,220,255)
#E3E0FF
(227,224,255)
#E6E4FF
(230,228,255)
#E9E8FF
(233,232,255)
#ECECFF
(236,236,255)
#EFF0FF
(239,240,255)
#F2F4FF
(242,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCFF; }

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

This text font color is #D4CCFF.


Background Color

.myBgColor { background-color: #D4CCFF; }

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

This div background color is #D4CCFF.


Border color

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

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

This div border color is #D4CCFF.


Opacity

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

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

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

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

This text has shadow with #D4CCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CCFF on black background.


Color preview on white background

This text has color #D4CCFF on white background.



Black color preview on #D4CCFF background

This text has black color on #D4CCFF background.


White color preview on #D4CCFF background

This text has white color on #D4CCFF background.