COLOR #D5E2FE

HEX: #D5E2FE RGB: (213,226,254)

Color info

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

RGB color model

#D5E2FE color RGB value is (213,226,254).

RGB: (213,226,254) (84%, 89%, 100%)

RGB channels and saturation

R 213 of 255 = 84%
G 226 of 255 = 89%
B 254 of 255 = 100%

213
226
254

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

Portions of RGB colors in percentages

R + G + B = 213 + 226 + 254 = 693 (100%)
R 213 of 693 ~ 30.74%
G 226 of 693 ~ 32.61%
B 254 of 693 ~ 36.65'%

%30.74
%32.61
%36.65

CMYK color model

#D5E2FE color CMYK value is (16,11,0,0).

  • cyan value is 16.14%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (16,11,0,0)
C16M11Y0K0 (16%, 11%, 0%, 0%)
(0.16 / 0.11 / 0.00 / 0.00)

CMYK percentages

%16.14
%11.02
%0
%0.39

Codes

Color #D5E2FE in popluar color models

D5 E2 FE
RGB 213 226 254
HSL 221° 95.35% 91.57%
HSB/HSV 221° 16.14% 99.61%
CMYK 16.14% 11.02% 0.00%
0.39%

Color #D5E2FE in popluar number systems.

HEX D5 E2 FE
Decimal 213 226 254
Binary 11010101 11100010 11111110
Octal 325 342 376

Shades and tints

Shades of #D5E2FE

#D5E2FE
(213,226,254)
#C2CEE7
(194,206,231)
#AFBAD0
(175,186,208)
#9CA6B9
(156,166,185)
#8992A2
(137,146,162)
#767E8B
(118,126,139)
#636A74
(99,106,116)
#50565D
(80,86,93)
#3D4246
(61,66,70)
#2A2E2F
(42,46,47)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #D5E2FE

#D5E2FE
(213,226,254)
#D8E4FE
(216,228,254)
#DBE6FE
(219,230,254)
#DEE8FE
(222,232,254)
#E1EAFE
(225,234,254)
#E4ECFE
(228,236,254)
#E7EEFE
(231,238,254)
#EAF0FE
(234,240,254)
#EDF2FE
(237,242,254)
#F0F4FE
(240,244,254)
#F3F6FE
(243,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E2FE color. Also use rgb(213,226,254) instead hex code.

Text Font Color

.myTextColor { color: #D5E2FE; }

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

This text font color is #D5E2FE.

Background Color

.myBgColor { background-color: #D5E2FE; }

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

This div background color is #D5E2FE.

Border color

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

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

This div border color is #D5E2FE.

Opacity

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

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

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

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

This text has shadow with #D5E2FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E2FE.

Preview

Color preview on black background

This text has color #D5E2FE on black background.


Color preview on white background

This text has color #D5E2FE on white background.


Black color preview on #D5E2FE background

This text has black color on #D5E2FE background.


White color preview on #D5E2FE background

This text has white color on #D5E2FE background.


Related colors

Complementary color

Complementary color for #hex is #2A1D01.


I love getcolorcode.com

Triadic colors

1 #FED5E2 and #E2FED5 with #D5E2FE are triadic colors.

2 #FEE2D5 and #E2D5FE with #D5E2FE are triadic colors.