COLOR #D2D6FF

HEX: #D2D6FF RGB: (210,214,255)

Color info

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

RGB color model

#D2D6FF color RGB value is (210,214,255).

RGB: (210,214,255) (82%, 84%, 100%)

RGB channels and saturation

R 210 of 255 = 82%
G 214 of 255 = 84%
B 255 of 255 = 100%

210
214
255

R + G + B ~ 89%. #D2D6FF is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 214 + 255 = 679 (100%)
R 210 of 679 ~ 30.93%
G 214 of 679 ~ 31.52%
B 255 of 679 ~ 37.56'%

%30.93
%31.52
%37.56

CMYK color model

#D2D6FF color CMYK value is (18,16,0,0).

  • cyan value is 17.65%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (18,16,0,0)
C18M16Y0K0 (18%, 16%, 0%, 0%)
(0.18 / 0.16 / 0.00 / 0.00)

CMYK percentages

%17.65
%16.08
%0
%0

Codes

Color #D2D6FF in popluar color models

D2 D6 FF
RGB 210 214 255
HSL 235° 100.00% 91.18%
HSB/HSV 235° 17.65% 100.00%
CMYK 17.65% 16.08% 0.00%
0.00%

Color #D2D6FF in popluar number systems.

HEX D2 D6 FF
Decimal 210 214 255
Binary 11010010 11010110 11111111
Octal 322 326 377

Shades and tints

Shades of #D2D6FF

#D2D6FF
(210,214,255)
#BFC3E8
(191,195,232)
#ACB0D1
(172,176,209)
#999DBA
(153,157,186)
#868AA3
(134,138,163)
#73778C
(115,119,140)
#606475
(96,100,117)
#4D515E
(77,81,94)
#3A3E47
(58,62,71)
#272B30
(39,43,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #D2D6FF

#D2D6FF
(210,214,255)
#D6D9FF
(214,217,255)
#DADCFF
(218,220,255)
#DEDFFF
(222,223,255)
#E2E2FF
(226,226,255)
#E6E5FF
(230,229,255)
#EAE8FF
(234,232,255)
#EEEBFF
(238,235,255)
#F2EEFF
(242,238,255)
#F6F1FF
(246,241,255)
#FAF4FF
(250,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D6FF color. Also use rgb(210,214,255) instead hex code.

Text Font Color

.myTextColor { color: #D2D6FF; }

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

This text font color is #D2D6FF.

Background Color

.myBgColor { background-color: #D2D6FF; }

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

This div background color is #D2D6FF.

Border color

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

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

This div border color is #D2D6FF.

Opacity

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

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

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

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

This text has shadow with #D2D6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D6FF.

Preview

Color preview on black background

This text has color #D2D6FF on black background.


Color preview on white background

This text has color #D2D6FF on white background.


Black color preview on #D2D6FF background

This text has black color on #D2D6FF background.


White color preview on #D2D6FF background

This text has white color on #D2D6FF background.


Related colors

Complementary color

Complementary color for #hex is #2D2900.


I love getcolorcode.com

Triadic colors

1 #FFD2D6 and #D6FFD2 with #D2D6FF are triadic colors.

2 #FFD6D2 and #D6D2FF with #D2D6FF are triadic colors.