COLOR #D5E0FC

HEX: #D5E0FC RGB: (213,224,252)

Color info

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

RGB color model

#D5E0FC color RGB value is (213,224,252).

RGB: (213,224,252) (84%, 88%, 99%)

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 252 of 255 = 99%

213
224
252

R + G + B ~ 90%. #D5E0FC is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 224 + 252 = 689 (100%)
R 213 of 689 ~ 30.91%
G 224 of 689 ~ 32.51%
B 252 of 689 ~ 36.57'%

%30.91
%32.51
%36.57

CMYK color model

#D5E0FC color CMYK value is (15,11,0,1).

  • cyan value is 15.48%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (15,11,0,1)
C15M11Y0K1 (15%, 11%, 0%, 1%)
(0.15 / 0.11 / 0.00 / 0.01)

CMYK percentages

%15.48
%11.11
%0
%1.18

Codes

Color #D5E0FC in popluar color models

D5 E0 FC
RGB 213 224 252
HSL 223° 86.67% 91.18%
HSB/HSV 223° 15.48% 98.82%
CMYK 15.48% 11.11% 0.00%
1.18%

Color #D5E0FC in popluar number systems.

HEX D5 E0 FC
Decimal 213 224 252
Binary 11010101 11100000 11111100
Octal 325 340 374

Shades and tints

Shades of #D5E0FC

#D5E0FC
(213,224,252)
#C2CCE6
(194,204,230)
#AFB8D0
(175,184,208)
#9CA4BA
(156,164,186)
#8990A4
(137,144,164)
#767C8E
(118,124,142)
#636878
(99,104,120)
#505462
(80,84,98)
#3D404C
(61,64,76)
#2A2C36
(42,44,54)
#171820
(23,24,32)
#000000
(0,0,0)

Tints of #D5E0FC

#D5E0FC
(213,224,252)
#D8E2FC
(216,226,252)
#DBE4FC
(219,228,252)
#DEE6FC
(222,230,252)
#E1E8FC
(225,232,252)
#E4EAFC
(228,234,252)
#E7ECFC
(231,236,252)
#EAEEFC
(234,238,252)
#EDF0FC
(237,240,252)
#F0F2FC
(240,242,252)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E0FC color. Also use rgb(213,224,252) instead hex code.

Text Font Color

.myTextColor { color: #D5E0FC; }

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

This text font color is #D5E0FC.

Background Color

.myBgColor { background-color: #D5E0FC; }

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

This div background color is #D5E0FC.

Border color

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

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

This div border color is #D5E0FC.

Opacity

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

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

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

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

This text has shadow with #D5E0FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E0FC.

Preview

Color preview on black background

This text has color #D5E0FC on black background.


Color preview on white background

This text has color #D5E0FC on white background.


Black color preview on #D5E0FC background

This text has black color on #D5E0FC background.


White color preview on #D5E0FC background

This text has white color on #D5E0FC background.


Related colors

Complementary color

Complementary color for #hex is #2A1F03.


I love getcolorcode.com

Triadic colors

1 #FCD5E0 and #E0FCD5 with #D5E0FC are triadic colors.

2 #FCE0D5 and #E0D5FC with #D5E0FC are triadic colors.