COLOR #D8D5FF

HEX: #D8D5FF RGB: (216,213,255)

Color info

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

RGB color model

#D8D5FF color RGB value is (216,213,255).

RGB: (216,213,255) (85%, 84%, 100%)

RGB channels and saturation

R 216 of 255 = 85%
G 213 of 255 = 84%
B 255 of 255 = 100%

216
213
255

R + G + B ~ 90%. #D8D5FF is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 213 + 255 = 684 (100%)
R 216 of 684 ~ 31.58%
G 213 of 684 ~ 31.14%
B 255 of 684 ~ 37.28'%

%31.58
%31.14
%37.28

CMYK color model

#D8D5FF color CMYK value is (15,16,0,0).

  • cyan value is 15.29%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (15,16,0,0) C15M16Y0K0 (15%,16%,0%,0%) (0.15/0.16/0.00/0.00) 

CMYK percentages

%15.29
%16.47
%0
%0

Codes

Color #D8D5FF in popluar color models

D8 D5 FF
RGB 216 213 255
HSL 244° 100.00% 91.76%
HSB/HSV 244° 16.47% 100.00%
CMYK 15.29% 16.47% 0.00%
0.00%

Color #D8D5FF in popluar number systems.

HEX D8 D5 FF
Decimal 216 213 255
Binary 11011000 11010101 11111111
Octal 330 325 377

Shades and tints

Shades of #D8D5FF

#D8D5FF
(216,213,255)
#C5C2E8
(197,194,232)
#B2AFD1
(178,175,209)
#9F9CBA
(159,156,186)
#8C89A3
(140,137,163)
#79768C
(121,118,140)
#666375
(102,99,117)
#53505E
(83,80,94)
#403D47
(64,61,71)
#2D2A30
(45,42,48)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #D8D5FF

#D8D5FF
(216,213,255)
#DBD8FF
(219,216,255)
#DEDBFF
(222,219,255)
#E1DEFF
(225,222,255)
#E4E1FF
(228,225,255)
#E7E4FF
(231,228,255)
#EAE7FF
(234,231,255)
#EDEAFF
(237,234,255)
#F0EDFF
(240,237,255)
#F3F0FF
(243,240,255)
#F6F3FF
(246,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D5FF; }

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

This text font color is #D8D5FF.

Background Color

.myBgColor { background-color: #D8D5FF; }

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

This div background color is #D8D5FF.

Border color

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

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

This div border color is #D8D5FF.

Opacity

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

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

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

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

This text has shadow with #D8D5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D5FF.

Preview

Color preview on black background

This text has color #D8D5FF on black background.


Color preview on white background

This text has color #D8D5FF on white background.


Black color preview on #D8D5FF background

This text has black color on #D8D5FF background.


White color preview on #D8D5FF background

This text has white color on #D8D5FF background.


Related colors

Complementary color

Complementary color for #hex is #272A00.


I love getcolorcode.com

Triadic colors

1 #FFD8D5 and #D5FFD8 with #D8D5FF are triadic colors.

2 #FFD5D8 and #D5D8FF with #D8D5FF are triadic colors.