COLOR #D5C6E4

HEX: #D5C6E4
RGB: (213,198,228)

Color info

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

RGB color model

#D5C6E4 color RGB value is (213,198,228).

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

RGB channels and saturation

R 213 of 255 = 84%
G 198 of 255 = 78%
B 228 of 255 = 89%

213
198
228

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

Portions of RGB colors in percentages

R + G + B =
213 + 198 + 228 = 639 (100%)
R 213 of 639 ~ 33.33%
G 198 of 639 ~ 30.99%
B 228 of 639 ~ 35.68%

%33.33
%30.99
%35.68

CMYK color model

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

  • cyan value is 6.58%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(7,13,0,11)
C7M13Y0K11 
(7%,13%,0%,11%)
(0.07/0.13/0.00/0.11)	

CMYK percentages

%6.58
%13.16
%0
%10.59

Codes

Color #D5C6E4 in popluar color models

D5C6E4
RGB213198228
HSL270°35.71%83.53%
HSB/HSV270°13.16%89.41%
CMYK6.58%13.16%0.00%
10.59%

Color #D5C6E4 in popluar number systems.

HEXD5C6E4
Decimal213198228
Binary110101011100011011100100
Octal325306344

Shades and tints

Shades of #D5C6E4

#D5C6E4
(213,198,228)
#C2B4D0
(194,180,208)
#AFA2BC
(175,162,188)
#9C90A8
(156,144,168)
#897E94
(137,126,148)
#766C80
(118,108,128)
#635A6C
(99,90,108)
#504858
(80,72,88)
#3D3644
(61,54,68)
#2A2430
(42,36,48)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #D5C6E4

#D5C6E4
(213,198,228)
#D8CBE6
(216,203,230)
#DBD0E8
(219,208,232)
#DED5EA
(222,213,234)
#E1DAEC
(225,218,236)
#E4DFEE
(228,223,238)
#E7E4F0
(231,228,240)
#EAE9F2
(234,233,242)
#EDEEF4
(237,238,244)
#F0F3F6
(240,243,246)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C6E4; }

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

This text font color is #D5C6E4.


Background Color

.myBgColor { background-color: #D5C6E4; }

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

This div background color is #D5C6E4.


Border color

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

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

This div border color is #D5C6E4.


Opacity

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

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

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

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

This text has shadow with #D5C6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C6E4 on black background.


Color preview on white background

This text has color #D5C6E4 on white background.



Black color preview on #D5C6E4 background

This text has black color on #D5C6E4 background.


White color preview on #D5C6E4 background

This text has white color on #D5C6E4 background.