COLOR #D5E5FA

HEX: #D5E5FA RGB: (213,229,250)

Color info

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

RGB color model

#D5E5FA color RGB value is (213,229,250).

RGB: (213,229,250) (84%, 90%, 98%)

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 250 of 255 = 98%

213
229
250

R + G + B ~ 91%. #D5E5FA is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 229 + 250 = 692 (100%)
R 213 of 692 ~ 30.78%
G 229 of 692 ~ 33.09%
B 250 of 692 ~ 36.13'%

%30.78
%33.09
%36.13

CMYK color model

#D5E5FA color CMYK value is (15,8,0,2).

  • cyan value is 14.80%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (15,8,0,2) C15M8Y0K2 (15%,8%,0%,2%) (0.15/0.08/0.00/0.02) 

CMYK percentages

%14.8
%8.4
%0
%1.96

Codes

Color #D5E5FA in popluar color models

D5 E5 FA
RGB 213 229 250
HSL 214° 78.72% 90.78%
HSB/HSV 214° 14.80% 98.04%
CMYK 14.80% 8.40% 0.00%
1.96%

Color #D5E5FA in popluar number systems.

HEX D5 E5 FA
Decimal 213 229 250
Binary 11010101 11100101 11111010
Octal 325 345 372

Shades and tints

Shades of #D5E5FA

#D5E5FA
(213,229,250)
#C2D1E4
(194,209,228)
#AFBDCE
(175,189,206)
#9CA9B8
(156,169,184)
#8995A2
(137,149,162)
#76818C
(118,129,140)
#636D76
(99,109,118)
#505960
(80,89,96)
#3D454A
(61,69,74)
#2A3134
(42,49,52)
#171D1E
(23,29,30)
#000000
(0,0,0)

Tints of #D5E5FA

#D5E5FA
(213,229,250)
#D8E7FA
(216,231,250)
#DBE9FA
(219,233,250)
#DEEBFA
(222,235,250)
#E1EDFA
(225,237,250)
#E4EFFA
(228,239,250)
#E7F1FA
(231,241,250)
#EAF3FA
(234,243,250)
#EDF5FA
(237,245,250)
#F0F7FA
(240,247,250)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E5FA; }

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

This text font color is #D5E5FA.

Background Color

.myBgColor { background-color: #D5E5FA; }

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

This div background color is #D5E5FA.

Border color

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

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

This div border color is #D5E5FA.

Opacity

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

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

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

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

This text has shadow with #D5E5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E5FA.

Preview

Color preview on black background

This text has color #D5E5FA on black background.


Color preview on white background

This text has color #D5E5FA on white background.


Black color preview on #D5E5FA background

This text has black color on #D5E5FA background.


White color preview on #D5E5FA background

This text has white color on #D5E5FA background.


Related colors

Complementary color

Complementary color for #hex is #2A1A05.


I love getcolorcode.com

Triadic colors

1 #FAD5E5 and #E5FAD5 with #D5E5FA are triadic colors.

2 #FAE5D5 and #E5D5FA with #D5E5FA are triadic colors.