COLOR #D8D3F0

HEX: #D8D3F0 RGB: (216,211,240)

Color info

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

RGB color model

#D8D3F0 color RGB value is (216,211,240).

RGB: (216,211,240) (85%, 83%, 94%)

RGB channels and saturation

R 216 of 255 = 85%
G 211 of 255 = 83%
B 240 of 255 = 94%

216
211
240

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

Portions of RGB colors in percentages

R + G + B = 216 + 211 + 240 = 667 (100%)
R 216 of 667 ~ 32.38%
G 211 of 667 ~ 31.63%
B 240 of 667 ~ 35.98'%

%32.38
%31.63
%35.98

CMYK color model

#D8D3F0 color CMYK value is (10,12,0,6).

  • cyan value is 10.00%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (10,12,0,6)
C10M12Y0K6 (10%, 12%, 0%, 6%)
(0.10 / 0.12 / 0.00 / 0.06)

CMYK percentages

%10
%12.08
%0
%5.88

Codes

Color #D8D3F0 in popluar color models

D8 D3 F0
RGB 216 211 240
HSL 250° 49.15% 88.43%
HSB/HSV 250° 12.08% 94.12%
CMYK 10.00% 12.08% 0.00%
5.88%

Color #D8D3F0 in popluar number systems.

HEX D8 D3 F0
Decimal 216 211 240
Binary 11011000 11010011 11110000
Octal 330 323 360

Shades and tints

Shades of #D8D3F0

#D8D3F0
(216,211,240)
#C5C0DB
(197,192,219)
#B2ADC6
(178,173,198)
#9F9AB1
(159,154,177)
#8C879C
(140,135,156)
#797487
(121,116,135)
#666172
(102,97,114)
#534E5D
(83,78,93)
#403B48
(64,59,72)
#2D2833
(45,40,51)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #D8D3F0

#D8D3F0
(216,211,240)
#DBD7F1
(219,215,241)
#DEDBF2
(222,219,242)
#E1DFF3
(225,223,243)
#E4E3F4
(228,227,244)
#E7E7F5
(231,231,245)
#EAEBF6
(234,235,246)
#EDEFF7
(237,239,247)
#F0F3F8
(240,243,248)
#F3F7F9
(243,247,249)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D3F0 color. Also use rgb(216,211,240) instead hex code.

Text Font Color

.myTextColor { color: #D8D3F0; }

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

This text font color is #D8D3F0.

Background Color

.myBgColor { background-color: #D8D3F0; }

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

This div background color is #D8D3F0.

Border color

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

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

This div border color is #D8D3F0.

Opacity

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

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

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

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

This text has shadow with #D8D3F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D3F0.

Preview

Color preview on black background

This text has color #D8D3F0 on black background.


Color preview on white background

This text has color #D8D3F0 on white background.


Black color preview on #D8D3F0 background

This text has black color on #D8D3F0 background.


White color preview on #D8D3F0 background

This text has white color on #D8D3F0 background.


Related colors

Complementary color

Complementary color for #hex is #272C0F.


I love getcolorcode.com

Triadic colors

1 #F0D8D3 and #D3F0D8 with #D8D3F0 are triadic colors.

2 #F0D3D8 and #D3D8F0 with #D8D3F0 are triadic colors.