COLOR #D5CAE4

HEX: #D5CAE4
RGB: (213,202,228)

Color info

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

RGB color model

#D5CAE4 color RGB value is (213,202,228).

  • red value is 213;
  • green value is 202;
  • blue value is 228.
RGB:
(213,202,228)
(84%,79%,89%)

RGB channels and saturation

R 213 of 255 = 84%
G 202 of 255 = 79%
B 228 of 255 = 89%

213
202
228

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

Portions of RGB colors in percentages

R + G + B =
213 + 202 + 228 = 643 (100%)
R 213 of 643 ~ 33.13%
G 202 of 643 ~ 31.42%
B 228 of 643 ~ 35.46%

%33.13
%31.42
%35.46

CMYK color model

#D5CAE4 color CMYK value is (7,11,0,11).

  • cyan value is 6.58%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(7,11,0,11)
C7M11Y0K11 
(7%,11%,0%,11%)
(0.07/0.11/0.00/0.11)	

CMYK percentages

%6.58
%11.4
%0
%10.59

Codes

Color #D5CAE4 in popluar color models

D5CAE4
RGB213202228
HSL265°32.50%84.31%
HSB/HSV265°11.40%89.41%
CMYK6.58%11.40%0.00%
10.59%

Color #D5CAE4 in popluar number systems.

HEXD5CAE4
Decimal213202228
Binary110101011100101011100100
Octal325312344

Shades and tints

Shades of #D5CAE4

#D5CAE4
(213,202,228)
#C2B8D0
(194,184,208)
#AFA6BC
(175,166,188)
#9C94A8
(156,148,168)
#898294
(137,130,148)
#767080
(118,112,128)
#635E6C
(99,94,108)
#504C58
(80,76,88)
#3D3A44
(61,58,68)
#2A2830
(42,40,48)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #D5CAE4

#D5CAE4
(213,202,228)
#D8CEE6
(216,206,230)
#DBD2E8
(219,210,232)
#DED6EA
(222,214,234)
#E1DAEC
(225,218,236)
#E4DEEE
(228,222,238)
#E7E2F0
(231,226,240)
#EAE6F2
(234,230,242)
#EDEAF4
(237,234,244)
#F0EEF6
(240,238,246)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CAE4 color. Also use rgb(213,202,228) instead hex code.

Text Font Color

.myTextColor { color: #D5CAE4; }

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

This text font color is #D5CAE4.


Background Color

.myBgColor { background-color: #D5CAE4; }

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

This div background color is #D5CAE4.


Border color

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

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

This div border color is #D5CAE4.


Opacity

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

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

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

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

This text has shadow with #D5CAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CAE4 on black background.


Color preview on white background

This text has color #D5CAE4 on white background.



Black color preview on #D5CAE4 background

This text has black color on #D5CAE4 background.


White color preview on #D5CAE4 background

This text has white color on #D5CAE4 background.