COLOR #D4CAF1

HEX: #D4CAF1
RGB: (212,202,241)

Color info

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

RGB color model

#D4CAF1 color RGB value is (212,202,241).

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

RGB channels and saturation

R 212 of 255 = 83%
G 202 of 255 = 79%
B 241 of 255 = 95%

212
202
241

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

Portions of RGB colors in percentages

R + G + B =
212 + 202 + 241 = 655 (100%)
R 212 of 655 ~ 32.37%
G 202 of 655 ~ 30.84%
B 241 of 655 ~ 36.79%

%32.37
%30.84
%36.79

CMYK color model

#D4CAF1 color CMYK value is (12,16,0,5).

  • cyan value is 12.03%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,16,0,5)
C12M16Y0K5 
(12%,16%,0%,5%)
(0.12/0.16/0.00/0.05)	

CMYK percentages

%12.03
%16.18
%0
%5.49

Codes

Color #D4CAF1 in popluar color models

D4CAF1
RGB212202241
HSL255°58.21%86.86%
HSB/HSV255°16.18%94.51%
CMYK12.03%16.18%0.00%
5.49%

Color #D4CAF1 in popluar number systems.

HEXD4CAF1
Decimal212202241
Binary110101001100101011110001
Octal324312361

Shades and tints

Shades of #D4CAF1

#D4CAF1
(212,202,241)
#C1B8DC
(193,184,220)
#AEA6C7
(174,166,199)
#9B94B2
(155,148,178)
#88829D
(136,130,157)
#757088
(117,112,136)
#625E73
(98,94,115)
#4F4C5E
(79,76,94)
#3C3A49
(60,58,73)
#292834
(41,40,52)
#16161F
(22,22,31)
#000000
(0,0,0)

Tints of #D4CAF1

#D4CAF1
(212,202,241)
#D7CEF2
(215,206,242)
#DAD2F3
(218,210,243)
#DDD6F4
(221,214,244)
#E0DAF5
(224,218,245)
#E3DEF6
(227,222,246)
#E6E2F7
(230,226,247)
#E9E6F8
(233,230,248)
#ECEAF9
(236,234,249)
#EFEEFA
(239,238,250)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CAF1; }

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

This text font color is #D4CAF1.


Background Color

.myBgColor { background-color: #D4CAF1; }

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

This div background color is #D4CAF1.


Border color

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

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

This div border color is #D4CAF1.


Opacity

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

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

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

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

This text has shadow with #D4CAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CAF1 on black background.


Color preview on white background

This text has color #D4CAF1 on white background.



Black color preview on #D4CAF1 background

This text has black color on #D4CAF1 background.


White color preview on #D4CAF1 background

This text has white color on #D4CAF1 background.