COLOR #D5CBF0

HEX: #D5CBF0
RGB: (213,203,240)

Color info

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

RGB color model

#D5CBF0 color RGB value is (213,203,240).

  • red value is 213;
  • green value is 203;
  • blue value is 240.
RGB:
(213,203,240)
(84%,80%,94%)

RGB channels and saturation

R 213 of 255 = 84%
G 203 of 255 = 80%
B 240 of 255 = 94%

213
203
240

R + G + B ~ 86%. #D5CBF0 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 203 + 240 = 656 (100%)
R 213 of 656 ~ 32.47%
G 203 of 656 ~ 30.95%
B 240 of 656 ~ 36.59%

%32.47
%30.95
%36.59

CMYK color model

#D5CBF0 color CMYK value is (11,15,0,6).

  • cyan value is 11.25%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(11,15,0,6)
C11M15Y0K6 
(11%,15%,0%,6%)
(0.11/0.15/0.00/0.06)	

CMYK percentages

%11.25
%15.42
%0
%5.88

Codes

Color #D5CBF0 in popluar color models

D5CBF0
RGB213203240
HSL256°55.22%86.86%
HSB/HSV256°15.42%94.12%
CMYK11.25%15.42%0.00%
5.88%

Color #D5CBF0 in popluar number systems.

HEXD5CBF0
Decimal213203240
Binary110101011100101111110000
Octal325313360

Shades and tints

Shades of #D5CBF0

#D5CBF0
(213,203,240)
#C2B9DB
(194,185,219)
#AFA7C6
(175,167,198)
#9C95B1
(156,149,177)
#89839C
(137,131,156)
#767187
(118,113,135)
#635F72
(99,95,114)
#504D5D
(80,77,93)
#3D3B48
(61,59,72)
#2A2933
(42,41,51)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #D5CBF0

#D5CBF0
(213,203,240)
#D8CFF1
(216,207,241)
#DBD3F2
(219,211,242)
#DED7F3
(222,215,243)
#E1DBF4
(225,219,244)
#E4DFF5
(228,223,245)
#E7E3F6
(231,227,246)
#EAE7F7
(234,231,247)
#EDEBF8
(237,235,248)
#F0EFF9
(240,239,249)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CBF0 color. Also use rgb(213,203,240) instead hex code.

Text Font Color

.myTextColor { color: #D5CBF0; }

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

This text font color is #D5CBF0.


Background Color

.myBgColor { background-color: #D5CBF0; }

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

This div background color is #D5CBF0.


Border color

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

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

This div border color is #D5CBF0.


Opacity

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

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

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

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

This text has shadow with #D5CBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CBF0 on black background.


Color preview on white background

This text has color #D5CBF0 on white background.



Black color preview on #D5CBF0 background

This text has black color on #D5CBF0 background.


White color preview on #D5CBF0 background

This text has white color on #D5CBF0 background.