COLOR #D4CAE5

HEX: #D4CAE5
RGB: (212,202,229)

Color info

#D4CAE5 contains red, green and blue colors in about the same proportion. Web safe color of #D4CAE5 is #CCCCCC (or #CCC).

RGB color model

#D4CAE5 color RGB value is (212,202,229).

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

RGB channels and saturation

R 212 of 255 = 83%
G 202 of 255 = 79%
B 229 of 255 = 90%

212
202
229

R + G + B ~ 84%. #D4CAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 202 + 229 = 643 (100%)
R 212 of 643 ~ 32.97%
G 202 of 643 ~ 31.42%
B 229 of 643 ~ 35.61%

%32.97
%31.42
%35.61

CMYK color model

#D4CAE5 color CMYK value is (7,12,0,10).

  • cyan value is 7.42%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,12,0,10)
C7M12Y0K10 
(7%,12%,0%,10%)
(0.07/0.12/0.00/0.10)	

CMYK percentages

%7.42
%11.79
%0
%10.2

Codes

Color #D4CAE5 in popluar color models

D4CAE5
RGB212202229
HSL262°34.18%84.51%
HSB/HSV262°11.79%89.80%
CMYK7.42%11.79%0.00%
10.20%

Color #D4CAE5 in popluar number systems.

HEXD4CAE5
Decimal212202229
Binary110101001100101011100101
Octal324312345

Shades and tints

Shades of #D4CAE5

#D4CAE5
(212,202,229)
#C1B8D1
(193,184,209)
#AEA6BD
(174,166,189)
#9B94A9
(155,148,169)
#888295
(136,130,149)
#757081
(117,112,129)
#625E6D
(98,94,109)
#4F4C59
(79,76,89)
#3C3A45
(60,58,69)
#292831
(41,40,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #D4CAE5

#D4CAE5
(212,202,229)
#D7CEE7
(215,206,231)
#DAD2E9
(218,210,233)
#DDD6EB
(221,214,235)
#E0DAED
(224,218,237)
#E3DEEF
(227,222,239)
#E6E2F1
(230,226,241)
#E9E6F3
(233,230,243)
#ECEAF5
(236,234,245)
#EFEEF7
(239,238,247)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CAE5; }

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

This text font color is #D4CAE5.


Background Color

.myBgColor { background-color: #D4CAE5; }

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

This div background color is #D4CAE5.


Border color

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

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

This div border color is #D4CAE5.


Opacity

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

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

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

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

This text has shadow with #D4CAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CAE5 on black background.


Color preview on white background

This text has color #D4CAE5 on white background.



Black color preview on #D4CAE5 background

This text has black color on #D4CAE5 background.


White color preview on #D4CAE5 background

This text has white color on #D4CAE5 background.