COLOR #D5D0EB

HEX: #D5D0EB
RGB: (213,208,235)

Color info

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

RGB color model

#D5D0EB color RGB value is (213,208,235).

  • red value is 213;
  • green value is 208;
  • blue value is 235.
RGB:
(213,208,235)
(84%,82%,92%)

RGB channels and saturation

R 213 of 255 = 84%
G 208 of 255 = 82%
B 235 of 255 = 92%

213
208
235

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

Portions of RGB colors in percentages

R + G + B =
213 + 208 + 235 = 656 (100%)
R 213 of 656 ~ 32.47%
G 208 of 656 ~ 31.71%
B 235 of 656 ~ 35.82%

%32.47
%31.71
%35.82

CMYK color model

#D5D0EB color CMYK value is (9,11,0,8).

  • cyan value is 9.36%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,11,0,8)
C9M11Y0K8 
(9%,11%,0%,8%)
(0.09/0.11/0.00/0.08)	

CMYK percentages

%9.36
%11.49
%0
%7.84

Codes

Color #D5D0EB in popluar color models

D5D0EB
RGB213208235
HSL251°40.30%86.86%
HSB/HSV251°11.49%92.16%
CMYK9.36%11.49%0.00%
7.84%

Color #D5D0EB in popluar number systems.

HEXD5D0EB
Decimal213208235
Binary110101011101000011101011
Octal325320353

Shades and tints

Shades of #D5D0EB

#D5D0EB
(213,208,235)
#C2BED6
(194,190,214)
#AFACC1
(175,172,193)
#9C9AAC
(156,154,172)
#898897
(137,136,151)
#767682
(118,118,130)
#63646D
(99,100,109)
#505258
(80,82,88)
#3D4043
(61,64,67)
#2A2E2E
(42,46,46)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #D5D0EB

#D5D0EB
(213,208,235)
#D8D4EC
(216,212,236)
#DBD8ED
(219,216,237)
#DEDCEE
(222,220,238)
#E1E0EF
(225,224,239)
#E4E4F0
(228,228,240)
#E7E8F1
(231,232,241)
#EAECF2
(234,236,242)
#EDF0F3
(237,240,243)
#F0F4F4
(240,244,244)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D0EB color. Also use rgb(213,208,235) instead hex code.

Text Font Color

.myTextColor { color: #D5D0EB; }

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

This text font color is #D5D0EB.


Background Color

.myBgColor { background-color: #D5D0EB; }

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

This div background color is #D5D0EB.


Border color

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

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

This div border color is #D5D0EB.


Opacity

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

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

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

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

This text has shadow with #D5D0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D0EB on black background.


Color preview on white background

This text has color #D5D0EB on white background.



Black color preview on #D5D0EB background

This text has black color on #D5D0EB background.


White color preview on #D5D0EB background

This text has white color on #D5D0EB background.