COLOR #D5DFF6

HEX: #D5DFF6 RGB: (213,223,246)

Color info

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

RGB color model

#D5DFF6 color RGB value is (213,223,246).

RGB: (213,223,246) (84%, 87%, 96%)

RGB channels and saturation

R 213 of 255 = 84%
G 223 of 255 = 87%
B 246 of 255 = 96%

213
223
246

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

Portions of RGB colors in percentages

R + G + B = 213 + 223 + 246 = 682 (100%)
R 213 of 682 ~ 31.23%
G 223 of 682 ~ 32.7%
B 246 of 682 ~ 36.07'%

%31.23
%32.7
%36.07

CMYK color model

#D5DFF6 color CMYK value is (13,9,0,4).

  • cyan value is 13.41%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (13,9,0,4)
C13M9Y0K4 (13%, 9%, 0%, 4%)
(0.13 / 0.09 / 0.00 / 0.04)

CMYK percentages

%13.41
%9.35
%0
%3.53

Codes

Color #D5DFF6 in popluar color models

D5 DF F6
RGB 213 223 246
HSL 222° 64.71% 90.00%
HSB/HSV 222° 13.41% 96.47%
CMYK 13.41% 9.35% 0.00%
3.53%

Color #D5DFF6 in popluar number systems.

HEX D5 DF F6
Decimal 213 223 246
Binary 11010101 11011111 11110110
Octal 325 337 366

Shades and tints

Shades of #D5DFF6

#D5DFF6
(213,223,246)
#C2CBE0
(194,203,224)
#AFB7CA
(175,183,202)
#9CA3B4
(156,163,180)
#898F9E
(137,143,158)
#767B88
(118,123,136)
#636772
(99,103,114)
#50535C
(80,83,92)
#3D3F46
(61,63,70)
#2A2B30
(42,43,48)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #D5DFF6

#D5DFF6
(213,223,246)
#D8E1F6
(216,225,246)
#DBE3F6
(219,227,246)
#DEE5F6
(222,229,246)
#E1E7F6
(225,231,246)
#E4E9F6
(228,233,246)
#E7EBF6
(231,235,246)
#EAEDF6
(234,237,246)
#EDEFF6
(237,239,246)
#F0F1F6
(240,241,246)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DFF6 color. Also use rgb(213,223,246) instead hex code.

Text Font Color

.myTextColor { color: #D5DFF6; }

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

This text font color is #D5DFF6.

Background Color

.myBgColor { background-color: #D5DFF6; }

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

This div background color is #D5DFF6.

Border color

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

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

This div border color is #D5DFF6.

Opacity

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

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

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

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

This text has shadow with #D5DFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DFF6.

Preview

Color preview on black background

This text has color #D5DFF6 on black background.


Color preview on white background

This text has color #D5DFF6 on white background.


Black color preview on #D5DFF6 background

This text has black color on #D5DFF6 background.


White color preview on #D5DFF6 background

This text has white color on #D5DFF6 background.


Related colors

Complementary color

Complementary color for #hex is #2A2009.


I love getcolorcode.com

Triadic colors

1 #F6D5DF and #DFF6D5 with #D5DFF6 are triadic colors.

2 #F6DFD5 and #DFD5F6 with #D5DFF6 are triadic colors.