COLOR #D2EDFE

HEX: #D2EDFE RGB: (210,237,254)

Color info

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

RGB color model

#D2EDFE color RGB value is (210,237,254).

RGB: (210,237,254) (82%, 93%, 100%)

RGB channels and saturation

R 210 of 255 = 82%
G 237 of 255 = 93%
B 254 of 255 = 100%

210
237
254

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

Portions of RGB colors in percentages

R + G + B = 210 + 237 + 254 = 701 (100%)
R 210 of 701 ~ 29.96%
G 237 of 701 ~ 33.81%
B 254 of 701 ~ 36.23'%

%29.96
%33.81
%36.23

CMYK color model

#D2EDFE color CMYK value is (17,7,0,0).

  • cyan value is 17.32%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (17,7,0,0)
C17M7Y0K0 (17%, 7%, 0%, 0%)
(0.17 / 0.07 / 0.00 / 0.00)

CMYK percentages

%17.32
%6.69
%0
%0.39

Codes

Color #D2EDFE in popluar color models

D2 ED FE
RGB 210 237 254
HSL 203° 95.65% 90.98%
HSB/HSV 203° 17.32% 99.61%
CMYK 17.32% 6.69% 0.00%
0.39%

Color #D2EDFE in popluar number systems.

HEX D2 ED FE
Decimal 210 237 254
Binary 11010010 11101101 11111110
Octal 322 355 376

Shades and tints

Shades of #D2EDFE

#D2EDFE
(210,237,254)
#BFD8E7
(191,216,231)
#ACC3D0
(172,195,208)
#99AEB9
(153,174,185)
#8699A2
(134,153,162)
#73848B
(115,132,139)
#606F74
(96,111,116)
#4D5A5D
(77,90,93)
#3A4546
(58,69,70)
#27302F
(39,48,47)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #D2EDFE

#D2EDFE
(210,237,254)
#D6EEFE
(214,238,254)
#DAEFFE
(218,239,254)
#DEF0FE
(222,240,254)
#E2F1FE
(226,241,254)
#E6F2FE
(230,242,254)
#EAF3FE
(234,243,254)
#EEF4FE
(238,244,254)
#F2F5FE
(242,245,254)
#F6F6FE
(246,246,254)
#FAF7FE
(250,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EDFE color. Also use rgb(210,237,254) instead hex code.

Text Font Color

.myTextColor { color: #D2EDFE; }

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

This text font color is #D2EDFE.

Background Color

.myBgColor { background-color: #D2EDFE; }

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

This div background color is #D2EDFE.

Border color

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

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

This div border color is #D2EDFE.

Opacity

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

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

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

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

This text has shadow with #D2EDFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EDFE.

Preview

Color preview on black background

This text has color #D2EDFE on black background.


Color preview on white background

This text has color #D2EDFE on white background.


Black color preview on #D2EDFE background

This text has black color on #D2EDFE background.


White color preview on #D2EDFE background

This text has white color on #D2EDFE background.


Related colors

Complementary color

Complementary color for #hex is #2D1201.


I love getcolorcode.com

Triadic colors

1 #FED2ED and #EDFED2 with #D2EDFE are triadic colors.

2 #FEEDD2 and #EDD2FE with #D2EDFE are triadic colors.