COLOR #D5D1EE

HEX: #D5D1EE
RGB: (213,209,238)

Color info

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

RGB color model

#D5D1EE color RGB value is (213,209,238).

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

RGB channels and saturation

R 213 of 255 = 84%
G 209 of 255 = 82%
B 238 of 255 = 93%

213
209
238

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

Portions of RGB colors in percentages

R + G + B =
213 + 209 + 238 = 660 (100%)
R 213 of 660 ~ 32.27%
G 209 of 660 ~ 31.67%
B 238 of 660 ~ 36.06%

%32.27
%31.67
%36.06

CMYK color model

#D5D1EE color CMYK value is (11,12,0,7).

  • cyan value is 10.50%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,12,0,7)
C11M12Y0K7 
(11%,12%,0%,7%)
(0.11/0.12/0.00/0.07)	

CMYK percentages

%10.5
%12.18
%0
%6.67

Codes

Color #D5D1EE in popluar color models

D5D1EE
RGB213209238
HSL248°46.03%87.65%
HSB/HSV248°12.18%93.33%
CMYK10.50%12.18%0.00%
6.67%

Color #D5D1EE in popluar number systems.

HEXD5D1EE
Decimal213209238
Binary110101011101000111101110
Octal325321356

Shades and tints

Shades of #D5D1EE

#D5D1EE
(213,209,238)
#C2BED9
(194,190,217)
#AFABC4
(175,171,196)
#9C98AF
(156,152,175)
#89859A
(137,133,154)
#767285
(118,114,133)
#635F70
(99,95,112)
#504C5B
(80,76,91)
#3D3946
(61,57,70)
#2A2631
(42,38,49)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #D5D1EE

#D5D1EE
(213,209,238)
#D8D5EF
(216,213,239)
#DBD9F0
(219,217,240)
#DEDDF1
(222,221,241)
#E1E1F2
(225,225,242)
#E4E5F3
(228,229,243)
#E7E9F4
(231,233,244)
#EAEDF5
(234,237,245)
#EDF1F6
(237,241,246)
#F0F5F7
(240,245,247)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D1EE; }

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

This text font color is #D5D1EE.


Background Color

.myBgColor { background-color: #D5D1EE; }

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

This div background color is #D5D1EE.


Border color

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

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

This div border color is #D5D1EE.


Opacity

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

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

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

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

This text has shadow with #D5D1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D1EE on black background.


Color preview on white background

This text has color #D5D1EE on white background.



Black color preview on #D5D1EE background

This text has black color on #D5D1EE background.


White color preview on #D5D1EE background

This text has white color on #D5D1EE background.