COLOR #D5D8FA

HEX: #D5D8FA RGB: (213,216,250)

Color info

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

RGB color model

#D5D8FA color RGB value is (213,216,250).

RGB: (213,216,250) (84%, 85%, 98%)

RGB channels and saturation

R 213 of 255 = 84%
G 216 of 255 = 85%
B 250 of 255 = 98%

213
216
250

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

Portions of RGB colors in percentages

R + G + B = 213 + 216 + 250 = 679 (100%)
R 213 of 679 ~ 31.37%
G 216 of 679 ~ 31.81%
B 250 of 679 ~ 36.82'%

%31.37
%31.81
%36.82

CMYK color model

#D5D8FA color CMYK value is (15,14,0,2).

  • cyan value is 14.80%
  • magenta value is 13.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (15,14,0,2) C15M14Y0K2 (15%,14%,0%,2%) (0.15/0.14/0.00/0.02) 

CMYK percentages

%14.8
%13.6
%0
%1.96

Codes

Color #D5D8FA in popluar color models

D5 D8 FA
RGB 213 216 250
HSL 235° 78.72% 90.78%
HSB/HSV 235° 14.80% 98.04%
CMYK 14.80% 13.60% 0.00%
1.96%

Color #D5D8FA in popluar number systems.

HEX D5 D8 FA
Decimal 213 216 250
Binary 11010101 11011000 11111010
Octal 325 330 372

Shades and tints

Shades of #D5D8FA

#D5D8FA
(213,216,250)
#C2C5E4
(194,197,228)
#AFB2CE
(175,178,206)
#9C9FB8
(156,159,184)
#898CA2
(137,140,162)
#76798C
(118,121,140)
#636676
(99,102,118)
#505360
(80,83,96)
#3D404A
(61,64,74)
#2A2D34
(42,45,52)
#171A1E
(23,26,30)
#000000
(0,0,0)

Tints of #D5D8FA

#D5D8FA
(213,216,250)
#D8DBFA
(216,219,250)
#DBDEFA
(219,222,250)
#DEE1FA
(222,225,250)
#E1E4FA
(225,228,250)
#E4E7FA
(228,231,250)
#E7EAFA
(231,234,250)
#EAEDFA
(234,237,250)
#EDF0FA
(237,240,250)
#F0F3FA
(240,243,250)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D8FA color. Also use rgb(213,216,250) instead hex code.

Text Font Color

.myTextColor { color: #D5D8FA; }

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

This text font color is #D5D8FA.

Background Color

.myBgColor { background-color: #D5D8FA; }

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

This div background color is #D5D8FA.

Border color

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

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

This div border color is #D5D8FA.

Opacity

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

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

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

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

This text has shadow with #D5D8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D8FA.

Preview

Color preview on black background

This text has color #D5D8FA on black background.


Color preview on white background

This text has color #D5D8FA on white background.


Black color preview on #D5D8FA background

This text has black color on #D5D8FA background.


White color preview on #D5D8FA background

This text has white color on #D5D8FA background.


Related colors

Complementary color

Complementary color for #hex is #2A2705.


I love getcolorcode.com

Triadic colors

1 #FAD5D8 and #D8FAD5 with #D5D8FA are triadic colors.

2 #FAD8D5 and #D8D5FA with #D5D8FA are triadic colors.