COLOR #D5C5E8

HEX: #D5C5E8
RGB: (213,197,232)

Color info

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

RGB color model

#D5C5E8 color RGB value is (213,197,232).

  • red value is 213;
  • green value is 197;
  • blue value is 232.
RGB:
(213,197,232)
(84%,77%,91%)

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 232 of 255 = 91%

213
197
232

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

Portions of RGB colors in percentages

R + G + B =
213 + 197 + 232 = 642 (100%)
R 213 of 642 ~ 33.18%
G 197 of 642 ~ 30.69%
B 232 of 642 ~ 36.14%

%33.18
%30.69
%36.14

CMYK color model

#D5C5E8 color CMYK value is (8,15,0,9).

  • cyan value is 8.19%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(8,15,0,9)
C8M15Y0K9 
(8%,15%,0%,9%)
(0.08/0.15/0.00/0.09)	

CMYK percentages

%8.19
%15.09
%0
%9.02

Codes

Color #D5C5E8 in popluar color models

D5C5E8
RGB213197232
HSL267°43.21%84.12%
HSB/HSV267°15.09%90.98%
CMYK8.19%15.09%0.00%
9.02%

Color #D5C5E8 in popluar number systems.

HEXD5C5E8
Decimal213197232
Binary110101011100010111101000
Octal325305350

Shades and tints

Shades of #D5C5E8

#D5C5E8
(213,197,232)
#C2B4D3
(194,180,211)
#AFA3BE
(175,163,190)
#9C92A9
(156,146,169)
#898194
(137,129,148)
#76707F
(118,112,127)
#635F6A
(99,95,106)
#504E55
(80,78,85)
#3D3D40
(61,61,64)
#2A2C2B
(42,44,43)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #D5C5E8

#D5C5E8
(213,197,232)
#D8CAEA
(216,202,234)
#DBCFEC
(219,207,236)
#DED4EE
(222,212,238)
#E1D9F0
(225,217,240)
#E4DEF2
(228,222,242)
#E7E3F4
(231,227,244)
#EAE8F6
(234,232,246)
#EDEDF8
(237,237,248)
#F0F2FA
(240,242,250)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C5E8 color. Also use rgb(213,197,232) instead hex code.

Text Font Color

.myTextColor { color: #D5C5E8; }

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

This text font color is #D5C5E8.


Background Color

.myBgColor { background-color: #D5C5E8; }

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

This div background color is #D5C5E8.


Border color

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

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

This div border color is #D5C5E8.


Opacity

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

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

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

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

This text has shadow with #D5C5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C5E8 on black background.


Color preview on white background

This text has color #D5C5E8 on white background.



Black color preview on #D5C5E8 background

This text has black color on #D5C5E8 background.


White color preview on #D5C5E8 background

This text has white color on #D5C5E8 background.