COLOR #D2D5FF

HEX: #D2D5FF RGB: (210,213,255)

Color info

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

RGB color model

#D2D5FF color RGB value is (210,213,255).

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

RGB channels and saturation

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

210
213
255

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

Portions of RGB colors in percentages

R + G + B = 210 + 213 + 255 = 678 (100%)
R 210 of 678 ~ 30.97%
G 213 of 678 ~ 31.42%
B 255 of 678 ~ 37.61'%

%30.97
%31.42
%37.61

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 16.47%
  • 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.47
%0
%0

Codes

Color #D2D5FF in popluar color models

D2 D5 FF
RGB 210 213 255
HSL 236° 100.00% 91.18%
HSB/HSV 236° 17.65% 100.00%
CMYK 17.65% 16.47% 0.00%
0.00%

Color #D2D5FF in popluar number systems.

HEX D2 D5 FF
Decimal 210 213 255
Binary 11010010 11010101 11111111
Octal 322 325 377

Shades and tints

Shades of #D2D5FF

#D2D5FF
(210,213,255)
#BFC2E8
(191,194,232)
#ACAFD1
(172,175,209)
#999CBA
(153,156,186)
#8689A3
(134,137,163)
#73768C
(115,118,140)
#606375
(96,99,117)
#4D505E
(77,80,94)
#3A3D47
(58,61,71)
#272A30
(39,42,48)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #D2D5FF

#D2D5FF
(210,213,255)
#D6D8FF
(214,216,255)
#DADBFF
(218,219,255)
#DEDEFF
(222,222,255)
#E2E1FF
(226,225,255)
#E6E4FF
(230,228,255)
#EAE7FF
(234,231,255)
#EEEAFF
(238,234,255)
#F2EDFF
(242,237,255)
#F6F0FF
(246,240,255)
#FAF3FF
(250,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D5FF; }

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

This text font color is #D2D5FF.

Background Color

.myBgColor { background-color: #D2D5FF; }

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

This div background color is #D2D5FF.

Border color

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

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

This div border color is #D2D5FF.

Opacity

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

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

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

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

This text has shadow with #D2D5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D5FF.

Preview

Color preview on black background

This text has color #D2D5FF on black background.


Color preview on white background

This text has color #D2D5FF on white background.


Black color preview on #D2D5FF background

This text has black color on #D2D5FF background.


White color preview on #D2D5FF background

This text has white color on #D2D5FF background.


Related colors

Complementary color

Complementary color for #hex is #2D2A00.


I love getcolorcode.com

Triadic colors

1 #FFD2D5 and #D5FFD2 with #D2D5FF are triadic colors.

2 #FFD5D2 and #D5D2FF with #D2D5FF are triadic colors.