COLOR #D5ECFF

HEX: #D5ECFF RGB: (213,236,255)

Color info

#D5ECFF contains red, green and blue colors in about the same proportion. Web safe color of #D5ECFF is #CCFFFF (or #CFF).

RGB color model

#D5ECFF color RGB value is (213,236,255).

RGB: (213,236,255) (84%, 93%, 100%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 255 of 255 = 100%

213
236
255

R + G + B ~ 92%. #D5ECFF is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 236 + 255 = 704 (100%)
R 213 of 704 ~ 30.26%
G 236 of 704 ~ 33.52%
B 255 of 704 ~ 36.22'%

%30.26
%33.52
%36.22

CMYK color model

#D5ECFF color CMYK value is (16,7,0,0).

  • cyan value is 16.47%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (16,7,0,0)
C16M7Y0K0 (16%, 7%, 0%, 0%)
(0.16 / 0.07 / 0.00 / 0.00)

CMYK percentages

%16.47
%7.45
%0
%0

Codes

Color #D5ECFF in popluar color models

D5 EC FF
RGB 213 236 255
HSL 207° 100.00% 91.76%
HSB/HSV 207° 16.47% 100.00%
CMYK 16.47% 7.45% 0.00%
0.00%

Color #D5ECFF in popluar number systems.

HEX D5 EC FF
Decimal 213 236 255
Binary 11010101 11101100 11111111
Octal 325 354 377

Shades and tints

Shades of #D5ECFF

#D5ECFF
(213,236,255)
#C2D7E8
(194,215,232)
#AFC2D1
(175,194,209)
#9CADBA
(156,173,186)
#8998A3
(137,152,163)
#76838C
(118,131,140)
#636E75
(99,110,117)
#50595E
(80,89,94)
#3D4447
(61,68,71)
#2A2F30
(42,47,48)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #D5ECFF

#D5ECFF
(213,236,255)
#D8EDFF
(216,237,255)
#DBEEFF
(219,238,255)
#DEEFFF
(222,239,255)
#E1F0FF
(225,240,255)
#E4F1FF
(228,241,255)
#E7F2FF
(231,242,255)
#EAF3FF
(234,243,255)
#EDF4FF
(237,244,255)
#F0F5FF
(240,245,255)
#F3F6FF
(243,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ECFF color. Also use rgb(213,236,255) instead hex code.

Text Font Color

.myTextColor { color: #D5ECFF; }

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

This text font color is #D5ECFF.

Background Color

.myBgColor { background-color: #D5ECFF; }

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

This div background color is #D5ECFF.

Border color

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

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

This div border color is #D5ECFF.

Opacity

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

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

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

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

This text has shadow with #D5ECFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5ECFF.

Preview

Color preview on black background

This text has color #D5ECFF on black background.


Color preview on white background

This text has color #D5ECFF on white background.


Black color preview on #D5ECFF background

This text has black color on #D5ECFF background.


White color preview on #D5ECFF background

This text has white color on #D5ECFF background.


Related colors

Complementary color

Complementary color for #hex is #2A1300.


I love getcolorcode.com

Triadic colors

1 #FFD5EC and #ECFFD5 with #D5ECFF are triadic colors.

2 #FFECD5 and #ECD5FF with #D5ECFF are triadic colors.