COLOR #D5D1FF

HEX: #D5D1FF
RGB: (213,209,255)

Color info

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

RGB color model

#D5D1FF color RGB value is (213,209,255).

  • red value is 213;
  • green value is 209;
  • blue value is 255.
RGB:
(213,209,255)
(84%,82%,100%)

RGB channels and saturation

R 213 of 255 = 84%
G 209 of 255 = 82%
B 255 of 255 = 100%

213
209
255

R + G + B ~ 89%. #D5D1FF is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 209 + 255 = 677 (100%)
R 213 of 677 ~ 31.46%
G 209 of 677 ~ 30.87%
B 255 of 677 ~ 37.67%

%31.46
%30.87
%37.67

CMYK color model

#D5D1FF color CMYK value is (16,18,0,0).

  • cyan value is 16.47%
  • magenta value is 18.04%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,18,0,0)
C16M18Y0K0 
(16%,18%,0%,0%)
(0.16/0.18/0.00/0.00)	

CMYK percentages

%16.47
%18.04
%0
%0

Codes

Color #D5D1FF in popluar color models

D5D1FF
RGB213209255
HSL245°100.00%90.98%
HSB/HSV245°18.04%100.00%
CMYK16.47%18.04%0.00%
0.00%

Color #D5D1FF in popluar number systems.

HEXD5D1FF
Decimal213209255
Binary110101011101000111111111
Octal325321377

Shades and tints

Shades of #D5D1FF

#D5D1FF
(213,209,255)
#C2BEE8
(194,190,232)
#AFABD1
(175,171,209)
#9C98BA
(156,152,186)
#8985A3
(137,133,163)
#76728C
(118,114,140)
#635F75
(99,95,117)
#504C5E
(80,76,94)
#3D3947
(61,57,71)
#2A2630
(42,38,48)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #D5D1FF

#D5D1FF
(213,209,255)
#D8D5FF
(216,213,255)
#DBD9FF
(219,217,255)
#DEDDFF
(222,221,255)
#E1E1FF
(225,225,255)
#E4E5FF
(228,229,255)
#E7E9FF
(231,233,255)
#EAEDFF
(234,237,255)
#EDF1FF
(237,241,255)
#F0F5FF
(240,245,255)
#F3F9FF
(243,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D1FF color. Also use rgb(213,209,255) instead hex code.

Text Font Color

.myTextColor { color: #D5D1FF; }

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

This text font color is #D5D1FF.


Background Color

.myBgColor { background-color: #D5D1FF; }

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

This div background color is #D5D1FF.


Border color

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

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

This div border color is #D5D1FF.


Opacity

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

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

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

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

This text has shadow with #D5D1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D1FF on black background.


Color preview on white background

This text has color #D5D1FF on white background.



Black color preview on #D5D1FF background

This text has black color on #D5D1FF background.


White color preview on #D5D1FF background

This text has white color on #D5D1FF background.