COLOR #D5C5FE

HEX: #D5C5FE
RGB: (213,197,254)

Color info

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

RGB color model

#D5C5FE color RGB value is (213,197,254).

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

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 254 of 255 = 100%

213
197
254

R + G + B ~ 87%. #D5C5FE is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 197 + 254 = 664 (100%)
R 213 of 664 ~ 32.08%
G 197 of 664 ~ 29.67%
B 254 of 664 ~ 38.25%

%32.08
%29.67
%38.25

CMYK color model

#D5C5FE color CMYK value is (16,22,0,0).

  • cyan value is 16.14%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(16,22,0,0)
C16M22Y0K0 
(16%,22%,0%,0%)
(0.16/0.22/0.00/0.00)	

CMYK percentages

%16.14
%22.44
%0
%0.39

Codes

Color #D5C5FE in popluar color models

D5C5FE
RGB213197254
HSL257°96.61%88.43%
HSB/HSV257°22.44%99.61%
CMYK16.14%22.44%0.00%
0.39%

Color #D5C5FE in popluar number systems.

HEXD5C5FE
Decimal213197254
Binary110101011100010111111110
Octal325305376

Shades and tints

Shades of #D5C5FE

#D5C5FE
(213,197,254)
#C2B4E7
(194,180,231)
#AFA3D0
(175,163,208)
#9C92B9
(156,146,185)
#8981A2
(137,129,162)
#76708B
(118,112,139)
#635F74
(99,95,116)
#504E5D
(80,78,93)
#3D3D46
(61,61,70)
#2A2C2F
(42,44,47)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #D5C5FE

#D5C5FE
(213,197,254)
#D8CAFE
(216,202,254)
#DBCFFE
(219,207,254)
#DED4FE
(222,212,254)
#E1D9FE
(225,217,254)
#E4DEFE
(228,222,254)
#E7E3FE
(231,227,254)
#EAE8FE
(234,232,254)
#EDEDFE
(237,237,254)
#F0F2FE
(240,242,254)
#F3F7FE
(243,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C5FE; }

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

This text font color is #D5C5FE.


Background Color

.myBgColor { background-color: #D5C5FE; }

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

This div background color is #D5C5FE.


Border color

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

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

This div border color is #D5C5FE.


Opacity

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

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

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

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

This text has shadow with #D5C5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C5FE on black background.


Color preview on white background

This text has color #D5C5FE on white background.



Black color preview on #D5C5FE background

This text has black color on #D5C5FE background.


White color preview on #D5C5FE background

This text has white color on #D5C5FE background.