COLOR #D2E4EF

HEX: #D2E4EF RGB: (210,228,239)

Color info

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

RGB color model

#D2E4EF color RGB value is (210,228,239).

RGB: (210,228,239) (82%, 89%, 94%)

RGB channels and saturation

R 210 of 255 = 82%
G 228 of 255 = 89%
B 239 of 255 = 94%

210
228
239

R + G + B ~ 88%. #D2E4EF is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 228 + 239 = 677 (100%)
R 210 of 677 ~ 31.02%
G 228 of 677 ~ 33.68%
B 239 of 677 ~ 35.3'%

%31.02
%33.68
%35.3

CMYK color model

#D2E4EF color CMYK value is (12,5,0,6).

  • cyan value is 12.13%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (12,5,0,6)
C12M5Y0K6 (12%, 5%, 0%, 6%)
(0.12 / 0.05 / 0.00 / 0.06)

CMYK percentages

%12.13
%4.6
%0
%6.27

Codes

Color #D2E4EF in popluar color models

D2 E4 EF
RGB 210 228 239
HSL 203° 47.54% 88.04%
HSB/HSV 203° 12.13% 93.73%
CMYK 12.13% 4.60% 0.00%
6.27%

Color #D2E4EF in popluar number systems.

HEX D2 E4 EF
Decimal 210 228 239
Binary 11010010 11100100 11101111
Octal 322 344 357

Shades and tints

Shades of #D2E4EF

#D2E4EF
(210,228,239)
#BFD0DA
(191,208,218)
#ACBCC5
(172,188,197)
#99A8B0
(153,168,176)
#86949B
(134,148,155)
#738086
(115,128,134)
#606C71
(96,108,113)
#4D585C
(77,88,92)
#3A4447
(58,68,71)
#273032
(39,48,50)
#141C1D
(20,28,29)
#000000
(0,0,0)

Tints of #D2E4EF

#D2E4EF
(210,228,239)
#D6E6F0
(214,230,240)
#DAE8F1
(218,232,241)
#DEEAF2
(222,234,242)
#E2ECF3
(226,236,243)
#E6EEF4
(230,238,244)
#EAF0F5
(234,240,245)
#EEF2F6
(238,242,246)
#F2F4F7
(242,244,247)
#F6F6F8
(246,246,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E4EF color. Also use rgb(210,228,239) instead hex code.

Text Font Color

.myTextColor { color: #D2E4EF; }

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

This text font color is #D2E4EF.

Background Color

.myBgColor { background-color: #D2E4EF; }

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

This div background color is #D2E4EF.

Border color

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

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

This div border color is #D2E4EF.

Opacity

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

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

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

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

This text has shadow with #D2E4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E4EF.

Preview

Color preview on black background

This text has color #D2E4EF on black background.


Color preview on white background

This text has color #D2E4EF on white background.


Black color preview on #D2E4EF background

This text has black color on #D2E4EF background.


White color preview on #D2E4EF background

This text has white color on #D2E4EF background.


Related colors

Complementary color

Complementary color for #hex is #2D1B10.


I love getcolorcode.com

Triadic colors

1 #EFD2E4 and #E4EFD2 with #D2E4EF are triadic colors.

2 #EFE4D2 and #E4D2EF with #D2E4EF are triadic colors.