COLOR #D5CDF7

HEX: #D5CDF7
RGB: (213,205,247)

Color info

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

RGB color model

#D5CDF7 color RGB value is (213,205,247).

  • red value is 213;
  • green value is 205;
  • blue value is 247.
RGB:
(213,205,247)
(84%,80%,97%)

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 247 of 255 = 97%

213
205
247

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

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 247 = 665 (100%)
R 213 of 665 ~ 32.03%
G 205 of 665 ~ 30.83%
B 247 of 665 ~ 37.14%

%32.03
%30.83
%37.14

CMYK color model

#D5CDF7 color CMYK value is (14,17,0,3).

  • cyan value is 13.77%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,17,0,3)
C14M17Y0K3 
(14%,17%,0%,3%)
(0.14/0.17/0.00/0.03)	

CMYK percentages

%13.77
%17
%0
%3.14

Codes

Color #D5CDF7 in popluar color models

D5CDF7
RGB213205247
HSL251°72.41%88.63%
HSB/HSV251°17.00%96.86%
CMYK13.77%17.00%0.00%
3.14%

Color #D5CDF7 in popluar number systems.

HEXD5CDF7
Decimal213205247
Binary110101011100110111110111
Octal325315367

Shades and tints

Shades of #D5CDF7

#D5CDF7
(213,205,247)
#C2BBE1
(194,187,225)
#AFA9CB
(175,169,203)
#9C97B5
(156,151,181)
#89859F
(137,133,159)
#767389
(118,115,137)
#636173
(99,97,115)
#504F5D
(80,79,93)
#3D3D47
(61,61,71)
#2A2B31
(42,43,49)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #D5CDF7

#D5CDF7
(213,205,247)
#D8D1F7
(216,209,247)
#DBD5F7
(219,213,247)
#DED9F7
(222,217,247)
#E1DDF7
(225,221,247)
#E4E1F7
(228,225,247)
#E7E5F7
(231,229,247)
#EAE9F7
(234,233,247)
#EDEDF7
(237,237,247)
#F0F1F7
(240,241,247)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CDF7 color. Also use rgb(213,205,247) instead hex code.

Text Font Color

.myTextColor { color: #D5CDF7; }

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

This text font color is #D5CDF7.


Background Color

.myBgColor { background-color: #D5CDF7; }

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

This div background color is #D5CDF7.


Border color

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

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

This div border color is #D5CDF7.


Opacity

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

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

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

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

This text has shadow with #D5CDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDF7 on black background.


Color preview on white background

This text has color #D5CDF7 on white background.



Black color preview on #D5CDF7 background

This text has black color on #D5CDF7 background.


White color preview on #D5CDF7 background

This text has white color on #D5CDF7 background.