COLOR #D1E4FA

HEX: #D1E4FA RGB: (209,228,250)

Color info

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

RGB color model

#D1E4FA color RGB value is (209,228,250).

RGB: (209,228,250) (82%, 89%, 98%)

RGB channels and saturation

R 209 of 255 = 82%
G 228 of 255 = 89%
B 250 of 255 = 98%

209
228
250

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

Portions of RGB colors in percentages

R + G + B = 209 + 228 + 250 = 687 (100%)
R 209 of 687 ~ 30.42%
G 228 of 687 ~ 33.19%
B 250 of 687 ~ 36.39'%

%30.42
%33.19
%36.39

CMYK color model

#D1E4FA color CMYK value is (16,9,0,2).

  • cyan value is 16.40%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (16,9,0,2)
C16M9Y0K2 (16%, 9%, 0%, 2%)
(0.16 / 0.09 / 0.00 / 0.02)

CMYK percentages

%16.4
%8.8
%0
%1.96

Codes

Color #D1E4FA in popluar color models

D1 E4 FA
RGB 209 228 250
HSL 212° 80.39% 90.00%
HSB/HSV 212° 16.40% 98.04%
CMYK 16.40% 8.80% 0.00%
1.96%

Color #D1E4FA in popluar number systems.

HEX D1 E4 FA
Decimal 209 228 250
Binary 11010001 11100100 11111010
Octal 321 344 372

Shades and tints

Shades of #D1E4FA

#D1E4FA
(209,228,250)
#BED0E4
(190,208,228)
#ABBCCE
(171,188,206)
#98A8B8
(152,168,184)
#8594A2
(133,148,162)
#72808C
(114,128,140)
#5F6C76
(95,108,118)
#4C5860
(76,88,96)
#39444A
(57,68,74)
#263034
(38,48,52)
#131C1E
(19,28,30)
#000000
(0,0,0)

Tints of #D1E4FA

#D1E4FA
(209,228,250)
#D5E6FA
(213,230,250)
#D9E8FA
(217,232,250)
#DDEAFA
(221,234,250)
#E1ECFA
(225,236,250)
#E5EEFA
(229,238,250)
#E9F0FA
(233,240,250)
#EDF2FA
(237,242,250)
#F1F4FA
(241,244,250)
#F5F6FA
(245,246,250)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E4FA color. Also use rgb(209,228,250) instead hex code.

Text Font Color

.myTextColor { color: #D1E4FA; }

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

This text font color is #D1E4FA.

Background Color

.myBgColor { background-color: #D1E4FA; }

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

This div background color is #D1E4FA.

Border color

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

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

This div border color is #D1E4FA.

Opacity

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

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

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

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

This text has shadow with #D1E4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E4FA.

Preview

Color preview on black background

This text has color #D1E4FA on black background.


Color preview on white background

This text has color #D1E4FA on white background.


Black color preview on #D1E4FA background

This text has black color on #D1E4FA background.


White color preview on #D1E4FA background

This text has white color on #D1E4FA background.


Related colors

Complementary color

Complementary color for #hex is #2E1B05.


I love getcolorcode.com

Triadic colors

1 #FAD1E4 and #E4FAD1 with #D1E4FA are triadic colors.

2 #FAE4D1 and #E4D1FA with #D1E4FA are triadic colors.