COLOR #D8D2F0

HEX: #D8D2F0 RGB: (216,210,240)

Color info

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

RGB color model

#D8D2F0 color RGB value is (216,210,240).

RGB: (216,210,240) (85%, 82%, 94%)

RGB channels and saturation

R 216 of 255 = 85%
G 210 of 255 = 82%
B 240 of 255 = 94%

216
210
240

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

Portions of RGB colors in percentages

R + G + B = 216 + 210 + 240 = 666 (100%)
R 216 of 666 ~ 32.43%
G 210 of 666 ~ 31.53%
B 240 of 666 ~ 36.04'%

%32.43
%31.53
%36.04

CMYK color model

#D8D2F0 color CMYK value is (10,13,0,6).

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

CMYK: (10,13,0,6)
C10M13Y0K6 (10%, 13%, 0%, 6%)
(0.10 / 0.13 / 0.00 / 0.06)

CMYK percentages

%10
%12.5
%0
%5.88

Codes

Color #D8D2F0 in popluar color models

D8 D2 F0
RGB 216 210 240
HSL 252° 50.00% 88.24%
HSB/HSV 252° 12.50% 94.12%
CMYK 10.00% 12.50% 0.00%
5.88%

Color #D8D2F0 in popluar number systems.

HEX D8 D2 F0
Decimal 216 210 240
Binary 11011000 11010010 11110000
Octal 330 322 360

Shades and tints

Shades of #D8D2F0

#D8D2F0
(216,210,240)
#C5BFDB
(197,191,219)
#B2ACC6
(178,172,198)
#9F99B1
(159,153,177)
#8C869C
(140,134,156)
#797387
(121,115,135)
#666072
(102,96,114)
#534D5D
(83,77,93)
#403A48
(64,58,72)
#2D2733
(45,39,51)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #D8D2F0

#D8D2F0
(216,210,240)
#DBD6F1
(219,214,241)
#DEDAF2
(222,218,242)
#E1DEF3
(225,222,243)
#E4E2F4
(228,226,244)
#E7E6F5
(231,230,245)
#EAEAF6
(234,234,246)
#EDEEF7
(237,238,247)
#F0F2F8
(240,242,248)
#F3F6F9
(243,246,249)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D2F0; }

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

This text font color is #D8D2F0.

Background Color

.myBgColor { background-color: #D8D2F0; }

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

This div background color is #D8D2F0.

Border color

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

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

This div border color is #D8D2F0.

Opacity

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

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

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

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

This text has shadow with #D8D2F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D2F0.

Preview

Color preview on black background

This text has color #D8D2F0 on black background.


Color preview on white background

This text has color #D8D2F0 on white background.


Black color preview on #D8D2F0 background

This text has black color on #D8D2F0 background.


White color preview on #D8D2F0 background

This text has white color on #D8D2F0 background.


Related colors

Complementary color

Complementary color for #hex is #272D0F.


I love getcolorcode.com

Triadic colors

1 #F0D8D2 and #D2F0D8 with #D8D2F0 are triadic colors.

2 #F0D2D8 and #D2D8F0 with #D8D2F0 are triadic colors.