COLOR #D5C5E5

HEX: #D5C5E5
RGB: (213,197,229)

Color info

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

RGB color model

#D5C5E5 color RGB value is (213,197,229).

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

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 229 of 255 = 90%

213
197
229

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

Portions of RGB colors in percentages

R + G + B =
213 + 197 + 229 = 639 (100%)
R 213 of 639 ~ 33.33%
G 197 of 639 ~ 30.83%
B 229 of 639 ~ 35.84%

%33.33
%30.83
%35.84

CMYK color model

#D5C5E5 color CMYK value is (7,14,0,10).

  • cyan value is 6.99%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,14,0,10)
C7M14Y0K10 
(7%,14%,0%,10%)
(0.07/0.14/0.00/0.10)	

CMYK percentages

%6.99
%13.97
%0
%10.2

Codes

Color #D5C5E5 in popluar color models

D5C5E5
RGB213197229
HSL270°38.10%83.53%
HSB/HSV270°13.97%89.80%
CMYK6.99%13.97%0.00%
10.20%

Color #D5C5E5 in popluar number systems.

HEXD5C5E5
Decimal213197229
Binary110101011100010111100101
Octal325305345

Shades and tints

Shades of #D5C5E5

#D5C5E5
(213,197,229)
#C2B4D1
(194,180,209)
#AFA3BD
(175,163,189)
#9C92A9
(156,146,169)
#898195
(137,129,149)
#767081
(118,112,129)
#635F6D
(99,95,109)
#504E59
(80,78,89)
#3D3D45
(61,61,69)
#2A2C31
(42,44,49)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #D5C5E5

#D5C5E5
(213,197,229)
#D8CAE7
(216,202,231)
#DBCFE9
(219,207,233)
#DED4EB
(222,212,235)
#E1D9ED
(225,217,237)
#E4DEEF
(228,222,239)
#E7E3F1
(231,227,241)
#EAE8F3
(234,232,243)
#EDEDF5
(237,237,245)
#F0F2F7
(240,242,247)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C5E5; }

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

This text font color is #D5C5E5.


Background Color

.myBgColor { background-color: #D5C5E5; }

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

This div background color is #D5C5E5.


Border color

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

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

This div border color is #D5C5E5.


Opacity

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

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

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

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

This text has shadow with #D5C5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C5E5 on black background.


Color preview on white background

This text has color #D5C5E5 on white background.



Black color preview on #D5C5E5 background

This text has black color on #D5C5E5 background.


White color preview on #D5C5E5 background

This text has white color on #D5C5E5 background.