COLOR #D5CDFA

HEX: #D5CDFA
RGB: (213,205,250)

Color info

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

RGB color model

#D5CDFA color RGB value is (213,205,250).

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

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 250 of 255 = 98%

213
205
250

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

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 250 = 668 (100%)
R 213 of 668 ~ 31.89%
G 205 of 668 ~ 30.69%
B 250 of 668 ~ 37.43%

%31.89
%30.69
%37.43

CMYK color model

#D5CDFA color CMYK value is (15,18,0,2).

  • cyan value is 14.80%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,18,0,2)
C15M18Y0K2 
(15%,18%,0%,2%)
(0.15/0.18/0.00/0.02)	

CMYK percentages

%14.8
%18
%0
%1.96

Codes

Color #D5CDFA in popluar color models

D5CDFA
RGB213205250
HSL251°81.82%89.22%
HSB/HSV251°18.00%98.04%
CMYK14.80%18.00%0.00%
1.96%

Color #D5CDFA in popluar number systems.

HEXD5CDFA
Decimal213205250
Binary110101011100110111111010
Octal325315372

Shades and tints

Shades of #D5CDFA

#D5CDFA
(213,205,250)
#C2BBE4
(194,187,228)
#AFA9CE
(175,169,206)
#9C97B8
(156,151,184)
#8985A2
(137,133,162)
#76738C
(118,115,140)
#636176
(99,97,118)
#504F60
(80,79,96)
#3D3D4A
(61,61,74)
#2A2B34
(42,43,52)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #D5CDFA

#D5CDFA
(213,205,250)
#D8D1FA
(216,209,250)
#DBD5FA
(219,213,250)
#DED9FA
(222,217,250)
#E1DDFA
(225,221,250)
#E4E1FA
(228,225,250)
#E7E5FA
(231,229,250)
#EAE9FA
(234,233,250)
#EDEDFA
(237,237,250)
#F0F1FA
(240,241,250)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CDFA; }

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

This text font color is #D5CDFA.


Background Color

.myBgColor { background-color: #D5CDFA; }

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

This div background color is #D5CDFA.


Border color

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

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

This div border color is #D5CDFA.


Opacity

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

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

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

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

This text has shadow with #D5CDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDFA on black background.


Color preview on white background

This text has color #D5CDFA on white background.



Black color preview on #D5CDFA background

This text has black color on #D5CDFA background.


White color preview on #D5CDFA background

This text has white color on #D5CDFA background.